Searched refs:__list_splice_init_rcu (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Drculist.h208 * __list_splice_init_rcu - join an RCU-protected list into an existing list.
226 static inline void __list_splice_init_rcu(struct list_head *list, function
279 __list_splice_init_rcu(list, head, head->next, sync);
294 __list_splice_init_rcu(list, head->prev, head, sync);

Completed in 116 milliseconds