Searched defs:node_list (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Dplist.h30 * - The tier 2 list is the node_list, serialized nodes.
41 * |node_list.next|<->|nl|<->|nl|<->|nl|<->|nl|<->|nl|<-|
42 * |node_list.prev|<------------------------------------|
48 * The nodes on the node_list is ordered by priority and can contain
53 * for the priority of the node and insert it before the node_list
56 * insert it into the serialized node_list list
58 * Removal means remove it from the node_list and remove it from
59 * the prio_list if the node_list list_head is non empty. In case
82 struct list_head node_list; member in struct:plist_head
107 .node_list
[all...]
/external/bison/src/
H A Dvcg.h929 node *node_list;
928 node *node_list; member in struct:graph

Completed in 103 milliseconds