HomeSort by relevance Sort by last modified time
    Searched defs:LIST_HEAD (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/f2fs-tools/include/
list.h 13 struct list_head { struct
14 struct list_head *next, *prev;
19 #define LIST_HEAD(name) \
20 struct list_head name = LIST_HEAD_INIT(name)
22 static inline void INIT_LIST_HEAD(struct list_head *list)
28 static inline void __list_add(struct list_head *new,
29 struct list_head *prev,
30 struct list_head *next)
38 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /external/blktrace/btt/
list.h 34 struct list_head { struct
35 struct list_head *next, *prev;
40 #define LIST_HEAD(name) \
41 struct list_head name = LIST_HEAD_INIT(name)
43 static inline void INIT_LIST_HEAD(struct list_head *list)
55 static inline void __list_add(struct list_head *new,
56 struct list_head *prev,
57 struct list_head *next)
73 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 255 #define LIST_HEAD(name, type) \
  /external/iptables/libiptc/
linux_list.h 53 struct list_head { struct
54 struct list_head *next, *prev;
59 #define LIST_HEAD(name) \
60 struct list_head name = LIST_HEAD_INIT(name)
72 static inline void __list_add(struct list_head *new,
73 struct list_head *prev,
74 struct list_head *next)
90 static inline void list_add(struct list_head *new, struct list_head *head)
103 static inline void list_add_tail(struct list_head *new, struct list_head *head
    [all...]
  /external/linux-tools-perf/src/include/linux/
list.h 21 #define LIST_HEAD(name) \
22 struct list_head name = LIST_HEAD_INIT(name)
24 static inline void INIT_LIST_HEAD(struct list_head *list)
37 static inline void __list_add(struct list_head *new,
38 struct list_head *prev,
39 struct list_head *next)
47 extern void __list_add(struct list_head *new,
48 struct list_head *prev,
49 struct list_head *next);
60 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /bionic/libc/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /development/ndk/platforms/android-21/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /development/ndk/platforms/android-3/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /external/openssh/openbsd-compat/
sys-queue.h 59 #undef LIST_HEAD
252 #define LIST_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \

Completed in 662 milliseconds

1 2 3 4