Searched refs:__list_add (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | list.h | 60 static inline void __list_add(struct list_head *new, in __list_add() function 80 __list_add(new, head, head->next); in list_add() 93 __list_add(new, head->prev, head); in list_add_tail()
|
/third_party/libbpf/include/linux/ |
D | list.h | 21 static inline void __list_add(struct list_head *new, in __list_add() function 41 __list_add(new, head, head->next); in list_add()
|
/third_party/exfatprogs/include/ |
D | list.h | 51 static inline void __list_add(struct list_head *new, in __list_add() function 71 __list_add(new, head, head->next); in list_add() 84 __list_add(new, head->prev, head); in list_add_tail()
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 81 static inline void __list_add(struct list_head *new, in __list_add() function 101 __list_add(new, head, head->next); in list_add() 114 __list_add(new, head->prev, head); in list_add_tail()
|
/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 53 static inline void __list_add(struct list_head *new, in __list_add() function 76 __list_add(new, head->prev, head); in list_add_tail()
|