Home
last modified time | relevance | path

Searched refs:__llist_add (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/kernel/bpf/
Dmemalloc.c191 __llist_add(obj, &c->free_llist); in alloc_bulk()
237 __llist_add(llnode, &c->free_by_rcu); in enque_to_free()
254 __llist_add(llnode, &c->waiting_for_gp); in do_call_rcu()
583 __llist_add(llnode, &c->free_llist); in unit_free()
/linux-6.1.9/include/linux/
Dllist.h224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add() function
/linux-6.1.9/kernel/trace/
Drethook.c192 __llist_add(&node->llist, &current->rethooks); in rethook_hook()
/linux-6.1.9/kernel/
Dkprobes.c2099 __llist_add(&ri->llist, &current->kretprobe_instances); in NOKPROBE_SYMBOL()