Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c201 __llist_add(obj, &c->free_llist); in add_obj_to_free_list()
395 if (__llist_add(llnode, &c->free_by_rcu)) in check_free_by_rcu()
848 __llist_add(llnode, &c->free_llist); in unit_free()
881 if (__llist_add(llnode, &c->free_by_rcu)) in unit_free_rcu()
H A Darena.c165 __llist_add(&page->pcp_llist, free_pages); in apply_range_clear_cb()
/linux/include/linux/
H A Dllist.h268 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add() function
/linux/kernel/trace/
H A Drethook.c200 __llist_add(&node->llist, &current->rethooks); in rethook_hook()
/linux/kernel/
H A Dkprobes.c2167 __llist_add(&ri->llist, &current->kretprobe_instances); in NOKPROBE_SYMBOL()