Searched refs:__list_add (Results 1 – 3 of 3) sorted by relevance
| /tools/usb/usbip/libsrc/ |
| A D | list.h | 40 static inline void __list_add(struct list_head *new, in __list_add() function 60 __list_add(new, head, head->next); in list_add()
|
| /tools/include/linux/ |
| A D | list.h | 38 static inline void __list_add(struct list_head *new, in __list_add() function 48 extern void __list_add(struct list_head *new, 63 __list_add(new, head, head->next); in list_add() 77 __list_add(new, head->prev, head); in list_add_tail()
|
| /tools/testing/selftests/filesystems/ |
| A D | utils.c | 93 static inline void __list_add(struct list *new, struct list *prev, struct list *next) in __list_add() function 103 __list_add(list, head->prev, head); in list_add_tail()
|
Completed in 10 milliseconds