Lines Matching refs:llist_node
36 #define LLIST_NODE_SZ sizeof(struct llist_node)
110 struct llist_node *free_by_rcu_tail;
112 struct llist_node *waiting_for_gp_tail;
130 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
132 struct llist_node *entry, *next; in __llist_del_first()
265 static int free_all(struct bpf_mem_cache *c, struct llist_node *llnode, bool percpu) in free_all()
267 struct llist_node *pos, *t; in free_all()
300 struct llist_node *llnode = obj; in enque_to_free()
310 struct llist_node *llnode, *t; in do_call_rcu_ttrace()
340 struct llist_node *llnode, *t; in free_bulk()
369 struct llist_node *llnode; in __free_by_rcu()
388 struct llist_node *llnode, *t; in check_free_by_rcu()
791 struct llist_node *llnode = NULL; in unit_alloc()
834 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free()
874 struct llist_node *llnode = ptr - LLIST_NODE_SZ; in unit_free_rcu()