Home
last modified time | relevance | path

Searched refs:SKBPRIO_MAX_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dsch_skbprio.c34 struct sk_buff_head qdiscs[SKBPRIO_MAX_PRIORITY];
35 struct gnet_stats_queue qstats[SKBPRIO_MAX_PRIORITY];
62 /* SKB queue is empty, return SKBPRIO_MAX_PRIORITY - 1 in calc_new_low_prio()
65 return SKBPRIO_MAX_PRIORITY - 1; in calc_new_low_prio()
71 const unsigned int max_priority = SKBPRIO_MAX_PRIORITY - 1; in skbprio_enqueue()
158 q->lowest_prio = SKBPRIO_MAX_PRIORITY - 1; in skbprio_dequeue()
185 for (prio = 0; prio < SKBPRIO_MAX_PRIORITY; prio++) in skbprio_init()
190 q->lowest_prio = SKBPRIO_MAX_PRIORITY - 1; in skbprio_init()
215 for (prio = 0; prio < SKBPRIO_MAX_PRIORITY; prio++) in skbprio_reset()
220 q->lowest_prio = SKBPRIO_MAX_PRIORITY in skbprio_reset()
[all...]
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h130 * Priorities go from zero to (SKBPRIO_MAX_PRIORITY - 1).
131 * SKBPRIO_MAX_PRIORITY should be at least 64 in order for skbprio to be able
133 * Memory allocation grows linearly with SKBPRIO_MAX_PRIORITY.
136 #define SKBPRIO_MAX_PRIORITY 64 macro
/linux/include/uapi/linux/
H A Dpkt_sched.h131 * Priorities go from zero to (SKBPRIO_MAX_PRIORITY - 1).
132 * SKBPRIO_MAX_PRIORITY should be at least 64 in order for skbprio to be able
134 * Memory allocation grows linearly with SKBPRIO_MAX_PRIORITY.
137 #define SKBPRIO_MAX_PRIORITY 64 macro