OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_move
(Results
1 - 2
of
2
) sorted by null
/external/iptables/libiptc/
linux_list.h
234
*
list_move
- delete from one list and add as another's head
238
static inline void
list_move
(struct list_head *list, struct list_head *head)
function
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
149
*
list_move
- delete from one list and add as another's head
153
static inline void
list_move
(struct list_head *list, struct list_head *head)
function
Completed in 51 milliseconds