Home
last modified time | relevance | path

Searched refs:__list_add (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/alsactl/
Dlist.h60 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/
Dlist.h21 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/
Dlist.h51 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/
Dlist.h81 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/
Df2fs.h53 static inline void __list_add(struct list_head *new, in __list_add() function
76 __list_add(new, head->prev, head); in list_add_tail()