Searched refs:node_list (Results 1 - 5 of 5) 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/bluetooth/bluez/test/
H A Dlist-devices74 node_list = properties["Nodes"] variable
76 node_list = [] variable
78 for x in node_list:
/external/bison/src/
H A Dvcg.c129 g->node_list = G_NODE_LIST;
386 n->next = g->node_list;
387 g->node_list = n;
490 for (n = g->node_list; n; n = n->next)
H A Dvcg.h929 node *node_list;
928 node *node_list; member in struct:graph
/external/v8/src/
H A Dliveedit-debugger.js100 function CollectNew(node_list) {
101 for (var i = 0; i < node_list.length; i++) {
102 link_to_original_script_list.push(node_list[i]);
103 CollectNew(node_list[i].children);

Completed in 343 milliseconds