Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dplist.c77 struct list_head *node_next = &head->node_list; in plist_add() local
90 node_next = &iter->node_list; in plist_add()
102 list_add_tail(&node->node_list, node_next); in plist_add()
149 struct list_head *node_next = &head->node_list; in plist_requeue() local
167 node_next = &iter->node_list; in plist_requeue()
171 list_add_tail(&node->node_list, node_next); in plist_requeue()
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dsparsebit.c220 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() function
633 tmp = node_next(s, nodep); in node_reduce()
747 next = node_next(s, nodep); in node_reduce()
1123 nodep2 = node_next(s, nodep1); in sparsebit_first_clear()
1239 candidate = node_next(s, candidate); in sparsebit_next_set()
1278 nodep2 = node_next(s, nodep1); in sparsebit_next_clear()
1422 for (next = node_next(s, nodep); in sparsebit_set_num()
1424 next = node_next(s, nodep)) { in sparsebit_set_num()
1485 for (next = node_next(s, nodep); in sparsebit_clear_num()
1487 next = node_next(s, nodep)) { in sparsebit_clear_num()
[all …]