Home
last modified time | relevance | path

Searched refs:node_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/lib/
Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
89 node_next = &iter->node_list; in plist_add()
101 list_add_tail(&node->node_list, node_next); in plist_add()
148 struct list_head *node_next = &head->node_list; in plist_requeue() local
166 node_next = &iter->node_list; in plist_requeue()
170 list_add_tail(&node->node_list, node_next); in plist_requeue()
/linux-6.6.21/tools/testing/selftests/kvm/lib/
Dsparsebit.c219 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() function
632 tmp = node_next(s, nodep); in node_reduce()
745 next = node_next(s, nodep); in node_reduce()
1121 nodep2 = node_next(s, nodep1); in sparsebit_first_clear()
1237 candidate = node_next(s, candidate); in sparsebit_next_set()
1276 nodep2 = node_next(s, nodep1); in sparsebit_next_clear()
1420 for (next = node_next(s, nodep); in sparsebit_set_num()
1422 next = node_next(s, nodep)) { in sparsebit_set_num()
1483 for (next = node_next(s, nodep); in sparsebit_clear_num()
1485 next = node_next(s, nodep)) { in sparsebit_clear_num()
[all …]