Lines Matching refs:llist_node
36 #define LLIST_NODE_SZ sizeof(struct llist_node)
108 struct llist_node *free_by_rcu_tail;
110 struct llist_node *waiting_for_gp_tail;
128 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
130 struct llist_node *entry, *next; in __llist_del_first()
266 static int free_all(struct llist_node *llnode, bool percpu) in free_all()
268 struct llist_node *pos, *t; in free_all()
299 struct llist_node *llnode = obj; in enque_to_free()
309 struct llist_node *llnode, *t; in do_call_rcu_ttrace()
339 struct llist_node *llnode, *t; in free_bulk()
368 struct llist_node *llnode; in __free_by_rcu()
387 struct llist_node *llnode, *t; in check_free_by_rcu()
787 struct llist_node *llnode = NULL; in unit_alloc()
830 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free()
870 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free_rcu()