Searched refs:__list_add (Results 1 – 3 of 3) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | list.h | 82 static inline void __list_add(struct list_head *_new, in __list_add() function 102 __list_add(_new, head->prev, head); in list_add_tail()
|
/xen/tools/xenstore/ |
A D | list.h | 57 static inline void __list_add(struct list_head *new, in __list_add() function 77 __list_add(new, head, head->next); in list_add() 90 __list_add(new, head->prev, head); in list_add_tail()
|
/xen/xen/include/xen/ |
A D | list.h | 62 static inline void __list_add(struct list_head *new, in __list_add() function 82 __list_add(new, head, head->next); in list_add() 95 __list_add(new, head->prev, head); in list_add_tail()
|
Completed in 6 milliseconds