Searched refs:__llist_add (Results 1 – 2 of 2) sorted by relevance
84 * protection with __llist_add() and __llist_del_first().199 __llist_add(obj, &c->free_llist); in add_obj_to_free_list() 391 if (__llist_add(llnode, &c->free_by_rcu)) in check_free_by_rcu() 841 __llist_add(llnode, &c->free_llist); in unit_free() 874 if (__llist_add(llnode, &c->free_by_rcu)) in unit_free_rcu()
268 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add() function