OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__list_splice
(Results
1 - 3
of
3
) sorted by null
/external/blktrace/btt/
list.h
191
static inline void
__list_splice
(struct list_head *list,
function
213
__list_splice
(list, head);
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
273
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);
/external/iptables/libiptc/
linux_list.h
283
static inline void
__list_splice
(struct list_head *list,
function
305
__list_splice
(list, head);
319
__list_splice
(list, head);
Completed in 303 milliseconds