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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/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 are 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
104 .node_list
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_mm.c119 list_add_tail(&child->node_list, &mm->node_list);
141 list_add_tail(&child->node_list, &parent->node_list);
230 struct list_head *cur_head = &cur->node_list;
231 struct list_head *root_head = &mm->node_list;
242 list_entry(cur_head->prev, struct drm_mm_node, node_list);
250 list_entry(cur_head->next, struct drm_mm_node, node_list);
254 list_del(&next_node->node_list);
275 list_del(&cur->node_list);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dplist.c63 plist_check_list(&head->node_list);
96 list_add_tail(&node->plist.node_list, &iter->plist.node_list);
118 list_del_init(&node->plist.node_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_mm.h46 struct list_head node_list; member in struct:drm_mm_node
61 struct list_head node_list; member in struct:drm_mm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dname_table.c55 * @node_list: circular list of publications made by own node
58 * @node_list_size: number of entries in "node_list"
70 struct publication *node_list; member in struct:sub_seq
351 if (!sseq->node_list)
352 sseq->node_list = publ->node_list_next = publ;
354 publ->node_list_next = sseq->node_list->node_list_next;
355 sseq->node_list->node_list_next = publ;
463 prev = sseq->node_list;
464 curr = sseq->node_list->node_list_next;
468 if (prev == sseq->node_list) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-1394.c34 static LIST_HEAD(node_list);
50 list_for_each_entry(f, &node_list, list)
176 list_for_each_entry(f, &node_list, list)
213 list_add_tail(&fdtv->list, &node_list);
H A Dfiredtv-fw.c22 static LIST_HEAD(node_list);
211 list_for_each_entry(f, &node_list, list) {
262 list_add_tail(&fdtv->list, &node_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dnode.c133 struct lst_list *node_list; /* List of all allocated nodes */ member in struct:node_mgr
134 u32 num_nodes; /* Number of nodes in node_list */
646 lst_put_tail(hnode_mgr->node_list, (struct list_head *) pnode);
1324 node_mgr_obj->node_list = kzalloc(sizeof(struct lst_list),
1328 if (node_mgr_obj->node_list == NULL
1333 INIT_LIST_HEAD(&node_mgr_obj->node_list->head);
1569 /* Remove node from hnode_mgr->node_list */
1570 lst_remove_elem(hnode_mgr->node_list, (struct list_head *)pnode);
1644 node_list);
1649 (hnode_mgr->node_list,
[all...]

Completed in 198 milliseconds