Lines Matching refs:llist_node
36 #define LLIST_NODE_SZ sizeof(struct llist_node)
112 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
114 struct llist_node *entry, *next; in __llist_del_first()
215 struct llist_node *llnode = llist_del_all(&c->waiting_for_gp); in __free_rcu()
216 struct llist_node *pos, *t; in __free_rcu()
232 struct llist_node *llnode = obj; in enque_to_free()
242 struct llist_node *llnode, *t; in do_call_rcu()
264 struct llist_node *llnode, *t; in free_bulk()
416 struct llist_node *llnode, *t; in drain_mem_cache()
539 struct llist_node *llnode = NULL; in unit_alloc()
575 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free()