Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmemalloc.c198 __llist_add(obj, &c->free_llist); in add_obj_to_free_list()
389 if (__llist_add(llnode, &c->free_by_rcu)) in check_free_by_rcu()
774 __llist_add(llnode, &c->free_llist); in unit_free()
802 if (__llist_add(llnode, &c->free_by_rcu)) in unit_free_rcu()
/openbmc/linux/include/linux/
H A Dllist.h224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add() function
/openbmc/linux/kernel/trace/
H A Drethook.c210 __llist_add(&node->llist, &current->rethooks); in rethook_hook()
/openbmc/linux/kernel/
H A Dkprobes.c2120 __llist_add(&ri->llist, &current->kretprobe_instances); in NOKPROBE_SYMBOL()