Searched refs:list_head (Results 1 - 25 of 121) sorted by relevance

12345

/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/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...]
H A Ddevmap.c25 struct list_head head;
51 struct list_head *p;
84 struct list_head *p, *q;
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu.h20 struct list_head format;
21 struct list_head aliases;
22 struct list_head list;
27 struct list_head *head_terms);
28 int perf_pmu__config_terms(struct list_head *formats,
30 struct list_head *head_terms);
31 int perf_pmu__check_alias(struct perf_pmu *pmu, struct list_head *head_terms);
32 struct list_head *perf_pmu__alias(struct perf_pmu *pmu,
33 struct list_head *head_terms);
35 void perf_pmu_error(struct list_head *lis
[all...]
H A Dparse-events.h13 struct list_head;
27 extern bool have_tracepoints(struct list_head *evlist);
34 extern int parse_events_terms(struct list_head *terms, const char *str);
62 struct list_head list;
66 struct list_head list;
72 struct list_head *terms;
84 void parse_events__free_terms(struct list_head *terms);
85 int parse_events__modifier_event(struct list_head *list, char *str, bool add);
86 int parse_events__modifier_group(struct list_head *list, char *event_mod);
87 int parse_events_name(struct list_head *lis
[all...]
H A Dvdso.h15 struct dso *vdso__dso_findnew(struct list_head *head);
H A Dparse-events.y32 static inc_group_count(struct list_head *list,
84 struct list_head *head;
104 struct list_head *list = $1;
105 struct list_head *group = $3;
113 struct list_head *list = $1;
114 struct list_head *event = $3;
127 struct list_head *list = $1;
138 struct list_head *list = $3;
147 struct list_head *list = $2;
157 struct list_head *even
[all...]
H A Dparse-events-bison.h71 struct list_head *head;
/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...]
H A DblkidP.h38 struct list_head bid_devs; /* All devices in the cache */
39 struct list_head bid_tags; /* All tags for this device */
63 struct list_head bit_tags; /* All tags for this device */
64 struct list_head bit_names; /* All tags with given NAME */
93 struct list_head bic_devs; /* List head of all devices */
94 struct list_head bic_tags; /* List head of all tag types */
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.h77 struct list_head head;
80 struct list_head bucket_head;
107 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS];
111 struct list_head unused;
114 struct list_head validated;
117 struct list_head empty;
/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/linux-tools-perf/src/tools/perf/util/include/linux/
H A Dlist.h15 static inline void list_del_range(struct list_head *begin,
16 struct list_head *end)
24 * @pos: the &struct list_head to use as a loop cursor, from where to start
H A Dtypes.h17 struct list_head { struct
18 struct list_head *next, *prev;
/external/linux-tools-perf/src/include/linux/
H A Dlist.h22 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 *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/libdrm/freedreno/
H A Dlist.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/libdrm/tests/radeon/
H A Dlist.h41 struct list_head struct
43 struct list_head *prev;
44 struct list_head *next;
47 static void list_inithead(struct list_head *item)
53 static void list_add(struct list_head *item, struct list_head *list)
61 static void list_addtail(struct list_head *item, struct list_head *list)
69 static void list_replace(struct list_head *from, struct list_head *t
[all...]
H A Drbo.h32 struct list_head list;
/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/kernel-headers/original/uapi/linux/
H A Dcoda_psdev.h12 struct list_head uc_chain;
/external/boringssl/src/crypto/rand/
H A Durandom.c80 /* list_head is the start of a global, linked-list of rand_buffer objects. It's
82 static struct rand_buffer *list_head; variable in typeref:struct:rand_buffer
109 while ((cur = list_head)) {
110 list_head = cur->next;
117 list_head = NULL;
175 buf = list_head;
188 list_head = buf->next;
241 assert(list_head != buf);
242 buf->next = list_head;
243 list_head
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.h15 struct list_head list;
26 struct list_head work;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h50 struct list_head list;
66 struct list_head list;
93 struct list_head list;
149 struct list_head list;
163 struct list_head alu;
164 struct list_head tex;
165 struct list_head vtx;
202 struct list_head cf;
/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...]

Completed in 407 milliseconds

12345