Searched refs:__list_splice (Results 1 - 3 of 3) sorted by path

/external/blktrace/btt/
H A Dlist.h191 static inline void __list_splice(struct list_head *list, function
213 __list_splice(list, head);
/external/iptables/libiptc/
H A Dlinux_list.h283 static inline void __list_splice(struct list_head *list, function
305 __list_splice(list, head);
319 __list_splice(list, head);
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h273 static inline void __list_splice(const struct list_head *list, function
296 __list_splice(list, head, head->next);
308 __list_splice(list, head->prev, head);
322 __list_splice(list, head, head->next);
339 __list_splice(list, head->prev, head);

Completed in 277 milliseconds