Searched refs:prio (Results 1 - 25 of 28) sorted by relevance

12

/include/linux/sched/
H A Ddeadline.h6 * the fact that any of them has higher prio than RT and
12 static inline int dl_prio(int prio) argument
14 if (unlikely(prio < MAX_DL_PRIO))
21 return dl_prio(p->prio);
H A Dprio.h12 * values are inverted: lower p->prio value means higher priority.
33 #define PRIO_TO_NICE(prio) ((prio) - DEFAULT_PRIO)
55 static inline long rlimit_to_nice(long prio) argument
57 return (MAX_NICE - prio + 1);
H A Drt.h4 #include <linux/sched/prio.h>
6 static inline int rt_prio(int prio) argument
8 if (unlikely(prio < MAX_RT_PRIO))
15 return rt_prio(p->prio);
20 extern void rt_mutex_setprio(struct task_struct *p, int prio);
/include/uapi/linux/netfilter_bridge/
H A Debt_vlan.h14 __u8 prio; /* VLAN User Priority {0-7} */ member in struct:ebt_vlan_info
/include/linux/
H A Dplist.h40 * | |10| |21| |21| |21| |40| (prio)
86 int prio; member in struct:plist_node
114 .prio = (__prio), \
132 * @prio: initial node priority
134 static inline void plist_node_init(struct plist_node *node, int prio) argument
136 node->prio = prio;
H A Dvmpressure.h31 extern void vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, int prio);
46 int prio) {}
45 vmpressure_prio(gfp_t gfp, struct mem_cgroup *memcg, int prio) argument
H A Dvirtio_scsi.h38 u8 prio; /* SAM command priority field */ member in struct:virtio_scsi_cmd_req
48 u8 prio; /* SAM command priority field */ member in struct:virtio_scsi_cmd_req_pi
H A Dsh_intc.h136 int intc_set_priority(unsigned int irq, unsigned int prio);
H A Dbio.h54 #define bio_set_prio(bio, prio) do { \
55 WARN_ON(prio >= (1 << IOPRIO_BITS)); \
57 (bio)->bi_rw |= ((unsigned long) (prio) << BIO_PRIO_SHIFT); \
H A Dinit_task.h179 .prio = MAX_PRIO-20, \
H A Dpm_qos.h216 return dev->power.qos->resume_latency_req->data.pnode.prio;
H A Dswap.h216 signed short prio; /* swap priority of this type */ member in struct:swap_info_struct
H A Daudit.h64 u64 prio; member in struct:audit_krule
H A Dbuffer_head.h131 BUFFER_FNS(Prio, prio)
H A Dnetdevice.h1706 int netdev_get_prio_tc_map(const struct net_device *dev, u32 prio) argument
1708 return dev->prio_tc_map[prio & TC_BITMASK];
1712 int netdev_set_prio_tc_map(struct net_device *dev, u8 prio, u8 tc) argument
1717 dev->prio_tc_map[prio & TC_BITMASK] = tc & TC_BITMASK;
/include/trace/events/
H A Dsched.h65 __field( int, prio )
73 __entry->prio = p->prio;
78 TP_printk("comm=%s pid=%d prio=%d success=%d target_cpu=%03d",
79 __entry->comm, __entry->pid, __entry->prio,
134 __entry->prev_prio = prev->prio;
138 __entry->next_prio = next->prio;
164 __field( int, prio )
172 __entry->prio = p->prio;
[all...]
/include/media/
H A Dv4l2-fh.h40 enum v4l2_priority prio; member in struct:v4l2_fh
H A Dv4l2-dev.h108 /* Priority state. If NULL, then v4l2_dev->prio will be used. */
109 struct v4l2_prio_state *prio; member in struct:video_device
H A Dv4l2-device.h60 struct v4l2_prio_state prio; member in struct:v4l2_device
/include/net/caif/
H A Dcfpkt.h201 * @prio: one of TC_PRIO_ constants.
203 void cfpkt_set_prio(struct cfpkt *pkt, int prio);
/include/net/
H A Dudp_tunnel.h89 __u8 prio, __u8 ttl, __be16 src_port,
H A Dsch_generic.h247 u32 prio; member in struct:tcf_proto
/include/uapi/linux/
H A Dpkt_sched.h290 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt
346 __u32 prio; member in struct:tc_htb_opt
H A Dbcache.h308 __u16 prio; member in struct:prio_set::bucket_disk
/include/net/bluetooth/
H A Drfcomm.h235 struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio);

Completed in 703 milliseconds

12