Searched refs:SKBPRIO_MAX_PRIORITY (Results 1 – 3 of 3) sorted by relevance
34 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...]
130 * Priorities go from zero to (SKBPRIO_MAX_PRIORITY - 1).131 * SKBPRIO_MAX_PRIORITY should be at least 64 in order for skbprio to be able133 * Memory allocation grows linearly with SKBPRIO_MAX_PRIORITY.136 #define SKBPRIO_MAX_PRIORITY 64 macro
131 * Priorities go from zero to (SKBPRIO_MAX_PRIORITY - 1).132 * SKBPRIO_MAX_PRIORITY should be at least 64 in order for skbprio to be able134 * Memory allocation grows linearly with SKBPRIO_MAX_PRIORITY.137 #define SKBPRIO_MAX_PRIORITY 64 macro