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

12345678

/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...]
/external/linux-tools-perf/perf-3.12.0/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...]
/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/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/chromium_org/third_party/mesa/src/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/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/perf-3.12.0/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/oprofile/daemon/
H A Dopd_anon.h41 struct list_head list;
43 struct list_head lru_list;
H A Dopd_sfile.h58 struct list_head hash;
60 struct list_head lru;
68 struct list_head cg_hash[CG_HASH_SIZE];
76 struct list_head hash;
H A Dopd_kernel.h36 struct list_head list;
/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/oprofile/daemon/liblegacy/
H A Dopd_sample_files.h23 struct list_head lru_next;
H A Dopd_proc.h30 struct list_head maps;
43 struct list_head next;
/external/linux-tools-perf/perf-3.12.0/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/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/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/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...]

Completed in 1628 milliseconds

12345678