OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_move
(Results
1 - 3
of
3
) 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/kernel-headers/original/linux/
list.h
245
*
list_move
- delete from one list and add as another's head
249
static inline void
list_move
(struct list_head *list, struct list_head *head)
function
/external/linux-tools-perf/util/include/linux/added/
list.h
130
*
list_move
- delete from one list and add as another's head
134
static inline void
list_move
(struct list_head *list, struct list_head *head)
function
Completed in 198 milliseconds