Lines Matching refs:llist_node
36 #define LLIST_NODE_SZ sizeof(struct llist_node)
106 struct llist_node *free_by_rcu_tail;
108 struct llist_node *waiting_for_gp_tail;
124 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
126 struct llist_node *entry, *next; in __llist_del_first()
265 static int free_all(struct llist_node *llnode, bool percpu) in free_all()
267 struct llist_node *pos, *t; in free_all()
298 struct llist_node *llnode = obj; in enque_to_free()
308 struct llist_node *llnode, *t; in do_call_rcu_ttrace()
338 struct llist_node *llnode, *t; in free_bulk()
366 struct llist_node *llnode; in __free_by_rcu()
382 struct llist_node *llnode, *t; in check_free_by_rcu()
491 struct llist_node *first; in check_obj_size()
762 struct llist_node *llnode = NULL; in unit_alloc()
800 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free()
835 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free_rcu()