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

  /external/libnl/python/netlink/
utils.h 1 struct list_head { struct
2 struct list_head *next;
5 #define LIST_HEAD(name) \
6 struct list_head name = { &(name) }
8 static inline int list_empty(const struct list_head *head)
13 static inline void list_add(struct list_head *new, struct list_head *head)
19 static inline void list_del(struct list_head *entry, struct list_head *prev)
  /external/ltp/utils/ffsb-6.0-rc2/
list.h 9 struct list_head { struct
10 struct list_head *next, *prev;
13 void INIT_LIST_HEAD(struct list_head *list);
14 void __list_add(struct list_head *new, struct list_head *prev,
15 struct list_head *next);
16 void __list_del(struct list_head *prev, struct list_head *next);
17 void list_add(struct list_head *new, struct list_head *head)
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
list.h 27 struct list_head { struct
28 struct list_head *next;
29 struct list_head *prev;
34 #define LIST_HEAD( name ) \
35 struct list_head name = LIST_HEAD_INIT ( name )
47 static inline void __list_add ( struct list_head *new,
48 struct list_head *prev,
49 struct list_head *next ) {
65 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/ltp/testcases/realtime/include/
list.h 26 * access the container of the list from the list_head struct.
60 struct list_head { struct
61 struct list_head *next, *prev;
66 #define LIST_HEAD(name) \
67 struct list_head name = LIST_HEAD_INIT(name)
69 static inline void INIT_LIST_HEAD(struct list_head *list)
81 static inline void __list_add(struct list_head *new,
82 struct list_head *prev,
83 struct list_head *next)
99 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/libevent/include/event2/
event_struct.h 97 #ifndef LIST_HEAD
99 #define LIST_HEAD(name, type) \
103 #endif /* !LIST_HEAD */
166 LIST_HEAD (event_dlist, event);
173 #undef LIST_HEAD
  /external/syslinux/com32/include/linux/
list.h 23 struct list_head { struct
24 struct list_head *next, *prev;
29 #define LIST_HEAD(name) \
30 struct list_head name = LIST_HEAD_INIT(name)
32 static inline void INIT_LIST_HEAD(struct list_head *list)
44 static inline void __list_add(struct list_head *new,
45 struct list_head *prev,
46 struct list_head *next)
62 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /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/libevent/compat/sys/
queue.h 140 #define LIST_HEAD(name, type) \
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 58 struct list_head { struct
59 struct list_head *next, *prev;
64 #define LIST_HEAD(name) \
65 struct list_head name = LIST_HEAD_INIT(name)
77 static inline void __list_add(struct list_head *new,
78 struct list_head *prev,
79 struct list_head *next)
95 static inline void list_add(struct list_head *new, struct list_head *head)
108 static inline void list_add_tail(struct list_head *new, struct list_head *head
    [all...]
  /external/libnfnetlink/include/
linux_list.h 57 struct list_head { struct
58 struct list_head *next, *prev;
63 #define LIST_HEAD(name) \
64 struct list_head name = LIST_HEAD_INIT(name)
76 static inline void __list_add(struct list_head *new,
77 struct list_head *prev,
78 struct list_head *next)
94 static inline void list_add(struct list_head *new, struct list_head *head)
107 static inline void list_add_tail(struct list_head *new, struct list_head *head
    [all...]
  /bionic/libc/include/sys/
queue.h 86 #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) \

Completed in 249 milliseconds