Searched defs:list_head (Results 1 - 24 of 24) sorted by relevance

/external/kmod/testsuite/
H A Dstripped-module.h10 struct list_head { struct
11 struct list_head *next, *prev;
21 struct list_head list;
/external/libnl/python/netlink/
H A Dutils.h1 struct list_head { struct
2 struct list_head *next;
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/
H A Dlist.h9 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 *hea
[all...]
H A Dparser.c865 value_list_t *tmp_list, *list_head; local
935 list_head = (value_list_t *) get_value(config, "size_weight");
936 if (list_head) {
939 list_for_each_entry(tmp_list, &list_head->list, list)
947 list_for_each_entry(tmp_list, &list_head->list, list) {
961 value_list_t *tmp_list, *list_head; local
974 list_head =
977 if (list_head)
979 &list_head->list,
986 list_head
[all...]
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h27 struct list_head { struct
28 struct list_head *next;
29 struct list_head *prev;
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 ) {
83 static inline void list_add_tail ( struct list_head *ne
[all...]
/external/e2fsprogs/lib/blkid/
H A Dlist.h24 struct list_head { struct
25 struct list_head *next, *prev;
40 _INLINE_ void __list_add(struct list_head * add,
41 struct list_head * prev,
42 struct list_head * next)
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
83 _INLINE_ void __list_del(struct list_head * pre
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h14 struct list_head { struct
15 struct list_head *next, *prev;
34 static __inline__ void __list_add(struct list_head * new,
35 struct list_head * prev,
36 struct list_head * next)
47 static __inline__ void list_add(struct list_head *new, struct list_head *head)
55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head)
67 static __inline__ void __list_del(struct list_head * pre
[all...]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
H A Ddbllist.h9 #define DBL_LIST_HEAD(name) struct list_head name = DBL_LIST_HEAD_INIT(name)
18 struct list_head *pPrev = prev; \
19 struct list_head *pNext = next; \
32 struct list_head *pPrev = prev; \
33 struct list_head *pNext = next; \
48 struct list_head * first = (list)->pNext; \
50 struct list_head * last = (list)->pPrev; \
51 struct list_head * at = (head)->pNext; \
88 struct list_head struct
90 struct list_head *pNex
[all...]
/external/blktrace/btt/
H A Dlist.h34 struct list_head { struct
35 struct list_head *next, *prev;
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)
86 static inline void list_add_tail(struct list_head *ne
[all...]
/external/iproute2/include/
H A Dlist.h11 struct list_head { struct
12 struct list_head *next, *prev;
15 static inline void INIT_LIST_HEAD(struct list_head *list)
21 static inline void __list_add(struct list_head *new,
22 struct list_head *prev,
23 struct list_head *next)
31 static inline void list_add(struct list_head *new, struct list_head *head)
36 static inline void list_add_tail(struct list_head *new, struct list_head *hea
[all...]
/external/libdrm/
H A Dutil_double_list.h41 struct list_head struct
43 struct list_head *prev;
44 struct list_head *next;
47 static inline void list_inithead(struct list_head *item)
53 static inline void list_add(struct list_head *item, struct list_head *list)
61 static inline void list_addtail(struct list_head *item, struct list_head *list)
69 static inline void list_replace(struct list_head *from, struct list_head *t
[all...]
/external/v8/src/heap/
H A Dobjects-visiting.cc366 Object* list_head = VisitWeakList<T>(heap, context->get(index), retainer); local
369 context->set(index, list_head, UPDATE_WRITE_BARRIER);
375 heap->mark_compact_collector()->RecordSlot(context, head_slot, list_head);
H A Dmark-compact.cc2529 DependentCode* list_head) {
2532 DependentCode* current = list_head;
2528 MarkDependentCodeForDeoptimization( DependentCode* list_head) argument
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h112 struct list_head { struct
113 struct list_head *next, *prev;
/external/ltp/testcases/realtime/include/
H A Dlist.h26 * access the container of the list from the list_head struct.
60 struct list_head { struct
61 struct list_head *next, *prev;
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 *hea
[all...]
/external/mesa3d/src/util/
H A Dlist.h46 struct list_head struct
48 struct list_head *prev;
49 struct list_head *next;
52 static inline void list_inithead(struct list_head *item)
58 static inline void list_add(struct list_head *item, struct list_head *list)
66 static inline void list_addtail(struct list_head *item, struct list_head *list)
74 static inline bool list_empty(struct list_head *list);
76 static inline void list_replace(struct list_head *fro
[all...]
/external/syslinux/com32/include/linux/
H A Dlist.h23 struct list_head { struct
24 struct list_head *next, *prev;
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)
77 static inline void list_add_tail(struct list_head *ne
[all...]
/external/iptables/libiptc/
H A Dlinux_list.h53 struct list_head { struct
54 struct list_head *next, *prev;
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 *hea
[all...]
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h58 struct list_head { struct
59 struct list_head *next, *prev;
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 *hea
[all...]
/external/libnfnetlink/include/
H A Dlinux_list.h57 struct list_head { struct
58 struct list_head *next, *prev;
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 *hea
[all...]
/external/vulkan-validation-layers/layers/
H A Dvk_layer_logging.h56 static inline void AddDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head, argument
58 new_node->pNext = *list_head;
59 *list_head = new_node;
63 static inline void RemoveDebugMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head, argument
65 VkLayerDbgFunctionNode *cur_callback = *list_head;
74 if (*list_head == cur_callback) {
75 *list_head = cur_callback->pNext;
94 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode **list_head) { argument
95 VkLayerDbgFunctionNode *current_callback = *list_head;
106 *list_head
[all...]
/external/f2fs-tools/fsck/
H A Df2fs.h35 struct list_head { struct
36 struct list_head *next, *prev;
170 struct list_head orphan_inode_list;
/external/libusb/include/libusb/
H A Dlibusbi.h77 struct list_head { struct
78 struct list_head *prev, *next;
82 * ptr - the address of this list_head element in "type"
84 * member - the list_head element in "type"
95 * member - the list_head element in "pos"
111 static inline void list_init(struct list_head *entry)
116 static inline void list_add(struct list_head *entry, struct list_head *head)
125 static inline void list_add_tail(struct list_head *entry,
126 struct list_head *hea
[all...]
/external/libusb/libusb/
H A Dlibusbi.h77 struct list_head { struct
78 struct list_head *prev, *next;
82 * ptr - the address of this list_head element in "type"
84 * member - the list_head element in "type"
95 * member - the list_head element in "pos"
111 static inline void list_init(struct list_head *entry)
116 static inline void list_add(struct list_head *entry, struct list_head *head)
125 static inline void list_add_tail(struct list_head *entry,
126 struct list_head *hea
[all...]

Completed in 820 milliseconds