Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
158 struct list_head *node_next = &head->node_list; in plist_requeue() local
/linux-6.12.1/tools/testing/selftests/kvm/lib/
Dsparsebit.c219 static struct node *node_next(const struct sparsebit *s, struct node *np) in node_next() function