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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dtypes.h17 struct list_head { struct
18 struct list_head *next, *prev;
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Durandom.c76 /* list_head is the start of a global, linked-list of rand_buffer objects. It's
78 static struct rand_buffer *list_head; variable in typeref:struct:rand_buffer
104 while ((cur = list_head)) {
105 list_head = cur->next;
112 list_head = NULL;
172 buf = list_head;
185 list_head = buf->next;
234 assert(list_head != buf);
235 buf->next = list_head;
236 list_head
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h45 struct list_head struct
47 struct list_head *prev;
48 struct list_head *next;
51 static INLINE void list_inithead(struct list_head *item)
57 static INLINE void list_add(struct list_head *item, struct list_head *list)
65 static INLINE void list_addtail(struct list_head *item, struct list_head *list)
73 static INLINE void list_replace(struct list_head *from, struct list_head *t
[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/f2fs-tools/include/
H A Dlist.h13 struct list_head { struct
14 struct list_head *next, *prev;
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)
43 static inline void list_add_tail(struct list_head *ne
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h45 struct list_head struct
47 struct list_head *prev;
48 struct list_head *next;
51 static INLINE void list_inithead(struct list_head *item)
57 static INLINE void list_add(struct list_head *item, struct list_head *list)
65 static INLINE void list_addtail(struct list_head *item, struct list_head *list)
73 static INLINE void list_replace(struct list_head *from, struct list_head *t
[all...]
/external/oprofile/libutil/
H A Dop_list.h24 struct list_head { struct
25 struct list_head * next, * prev;
34 static __inline__ void list_init(struct list_head * ptr)
46 static __inline__ void __list_add(struct list_head * new_entry,
47 struct list_head * prev,
48 struct list_head * next)
64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head)
77 static __inline__ void list_add_tail(struct list_head * new_entry, struct list_head * hea
[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/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dsha1_driver.c71 hash_test_case_t *list_head = *list_ptr; local
91 test_case->next_test_case = list_head;
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting.cc311 Object* list_head = VisitWeakList<T>(heap, context->get(index), retainer); local
314 context->set(index, list_head, UPDATE_WRITE_BARRIER);
321 list_head);
/external/srtp/crypto/test/
H A Dsha1_driver.c71 hash_test_case_t *list_head = *list_ptr; local
91 test_case->next_test_case = list_head;
/external/yaffs2/yaffs2/
H A Ddevextras.h56 struct list_head { struct
57 struct list_head *next, *prev;
63 struct list_head name = LIST_HEAD_INIT(name)
75 static __inline__ void __list_add(struct list_head *new,
76 struct list_head *prev,
77 struct list_head *next)
93 static __inline__ void list_add(struct list_head *new, struct list_head *head)
106 static __inline__ void list_add_tail(struct list_head *new,
107 struct list_head *hea
[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/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h73 struct list_head { struct
74 struct list_head *prev, *next;
78 * ptr - the address of this list_head element in "type"
80 * member - the list_head element in "type"
88 * member - the list_head element in "pos"
104 static inline void list_init(struct list_head *entry)
109 static inline void list_add(struct list_head *entry, struct list_head *head)
118 static inline void list_add_tail(struct list_head *entry,
119 struct list_head *hea
[all...]
/external/f2fs-tools/fsck/
H A Df2fs.h36 struct list_head { struct
37 struct list_head *next, *prev;
134 struct list_head orphan_inode_list;
/external/libusb/libusb/
H A Dlibusbi.h39 struct list_head { struct
40 struct list_head *prev, *next;
44 * ptr - the address of this list_head element in "type"
46 * member - the list_head element in "type"
54 * member - the list_head element in "pos"
69 static inline void list_init(struct list_head *entry)
74 static inline void list_add(struct list_head *entry, struct list_head *head)
83 static inline void list_add_tail(struct list_head *entry,
84 struct list_head *hea
[all...]
/external/qemu/android/
H A Dasync-socket.c411 AsyncSocketIO** list_head,
414 AsyncSocketIO* const ret = *list_head;
416 *list_head = ret->next;
418 if (*list_head == NULL) {
458 * list_head, list_tail - Pointers to the list head and tail.
465 AsyncSocketIO** list_head,
471 while (*list_head != NULL && io != *list_head) {
472 prev = *list_head;
473 list_head
410 _async_socket_pull_first_io(AsyncSocket* as, AsyncSocketIO** list_head, AsyncSocketIO** list_tail) argument
464 _async_socket_remove_io(AsyncSocket* as, AsyncSocketIO** list_head, AsyncSocketIO** list_tail, AsyncSocketIO* io) argument
501 _async_socket_advance_io(AsyncSocket* as, AsyncSocketIO** list_head, AsyncSocketIO** list_tail) argument
[all...]
/external/sepolicy/tools/
H A Dcheck_seapp.c179 static line_order_list *list_head = NULL; variable
780 if (list_head == NULL)
781 list_head = list_tail = node;
801 cursor = list_head;
992 cursor = list_head;

Completed in 821 milliseconds