Searched defs:prio (Results 1 - 18 of 18) sorted by relevance

/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 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);
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);
/include/linux/
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 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 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 Daudit.h64 u64 prio; member in struct:audit_krule
H A Dswap.h216 signed short prio; /* swap priority of this type */ member in struct:swap_info_struct
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;
H A Dsched.h6 #include <linux/sched/prio.h>
1253 int prio, static_prio, normal_prio; member in struct:task_struct
/include/media/
H A Dv4l2-fh.h40 enum v4l2_priority prio; member in struct:v4l2_fh
H A Dv4l2-device.h60 struct v4l2_prio_state prio; member in struct:v4l2_device
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
/include/uapi/linux/netfilter_bridge/
H A Debt_vlan.h14 __u8 prio; /* VLAN User Priority {0-7} */ member in struct:ebt_vlan_info
/include/uapi/linux/
H A Dbcache.h308 __u16 prio; member in struct:prio_set::bucket_disk
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
/include/net/
H A Dsch_generic.h247 u32 prio; member in struct:tcf_proto
/include/linux/mlx4/
H A Ddevice.h1048 __be16 prio; member in struct:mlx4_net_trans_rule_hw_ctrl
1208 int port, int qpn, u16 prio, u64 *reg_id);

Completed in 898 milliseconds