Searched refs:prio_list (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dplist.h28 * - The tier 1 list is the prio_list, different priority nodes.
36 * |prio_list.prev|<------------------------------------|
37 * |prio_list.next|<->|pl|<->|pl|<--------------->|pl|<-|
44 * The nodes on the prio_list list are sorted by priority to simplify
52 * Addition means: look for the prio_list node in the prio_list
54 * entry of the next prio_list node. If it is the first node of
55 * that priority, add it to the prio_list in the right position and
59 * the prio_list if the node_list list_head is non empty. In case
60 * of removal from the prio_list i
81 struct list_head prio_list; member in struct:plist_head
[all...]

Completed in 61 milliseconds