Searched refs:list_head (Results 51 - 75 of 176) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h58 struct list_head blocks;
60 struct list_head pool;
100 struct list_head head;
107 struct list_head head;
158 struct list_head active_query_list;
/external/oprofile/daemon/
H A Dopd_cookie.c93 struct list_head list;
100 static struct list_head hashes[HASH_SIZE];
136 struct list_head * pos;
159 struct list_head * pos;
181 struct list_head * pos;
H A Dopd_anon.c43 static struct list_head hashes[HASH_SIZE];
44 static struct list_head lru;
50 struct list_head * pos;
51 struct list_head * pos2;
82 struct list_head * pos;
83 struct list_head * pos2;
182 struct list_head * pos;
H A Dopd_kernel.c114 struct list_head * pos;
115 struct list_head * pos2;
210 struct list_head * pos;
/external/blktrace/btt/
H A Dglobals.h70 struct list_head head;
101 struct list_head head; /* on: qranges OR cranges */
106 struct list_head qranges;
107 struct list_head cranges;
131 struct list_head all_head, hash_head;
153 struct list_head f_head, a_head;
180 extern struct list_head all_devs, all_procs;
184 extern struct list_head all_ios, free_ios;
211 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
227 struct list_head *hea
[all...]
H A Ddevs.c26 struct list_head dev_heads[N_DEV_HASH];
65 struct list_head *p;
98 struct list_head *p, *q;
190 struct list_head *p, *q;
202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd)
215 struct list_head *p;
273 struct list_head *p, *q;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsession.h21 struct list_head samples;
22 struct list_head sample_cache;
23 struct list_head to_free;
H A Dprobe-event.h81 struct list_head list;
94 struct list_head line_list; /* Visible lines */
H A Dtrace-event.h46 int read_tracing_data(int fd, struct list_head *pattrs);
55 struct tracing_data *tracing_data_get(struct list_head *pattrs,
H A Dparse-events.c272 static int __add_event(struct list_head *list, int *idx,
291 static int add_event(struct list_head *list, int *idx,
315 int parse_events_add_cache(struct list_head *list, int *idx,
376 static int add_tracepoint(struct list_head *list, int *idx,
390 static int add_tracepoint_multi_event(struct list_head *list, int *idx,
422 static int add_tracepoint_event(struct list_head *list, int *idx,
430 static int add_tracepoint_multi_sys(struct list_head *list, int *idx,
462 int parse_events_add_tracepoint(struct list_head *list, int *idx,
517 int parse_events_add_breakpoint(struct list_head *list, int *idx,
587 struct list_head *hea
[all...]
H A Devlist.h28 struct list_head entries;
136 void __perf_evlist__set_leader(struct list_head *list);
153 struct list_head *list,
/external/kernel-headers/original/uapi/drm/
H A Dsis_drm.h68 struct list_head obj_list;
/external/oprofile/daemon/liblegacy/
H A Dopd_image.c32 static struct list_head opd_images[OPD_IMAGE_HASH_SIZE];
81 struct list_head * pos;
82 struct list_head * pos2;
226 struct list_head * pos;
H A Dopd_kernel.c35 struct list_head module_list;
43 static struct list_head opd_modules = { &opd_modules, &opd_modules };
100 struct list_head * pos;
115 struct list_head * pos;
116 struct list_head * pos2;
323 struct list_head * pos;
H A Dopd_proc.c36 static struct list_head opd_procs[OPD_MAX_PROC_HASH];
89 struct list_head * pos, *pos2;
167 struct list_head * pos;
242 struct list_head * pos;
343 struct list_head * pos;
344 struct list_head * pos2;
416 struct list_head * pos, * pos2;
H A Dopd_sample_files.c38 struct list_head * pos;
39 struct list_head * pos2;
156 struct list_head * pos;
/external/oprofile/libop/
H A Dop_alloc_counter.c24 struct list_head next;
32 struct list_head next;
89 struct list_head * pos, * pos2;
129 struct list_head * pos;
/external/oprofile/opjitconv/
H A Dopjitconv.c90 struct list_head * names = (struct list_head *) name_list;
104 static void delete_path_names_list(struct list_head * list)
106 struct list_head * pos1, * pos2;
144 static char const * find_anon_dir_match(struct list_head * anon_dirs,
147 struct list_head * pos;
248 struct list_head * anon_sample_dirs,
433 static void filter_anon_samples_list(struct list_head * anon_dirs)
441 struct list_head * pos1, * pos2;
483 struct list_head * pos
[all...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h127 struct list_head tp_list;
138 struct list_head bp_list;
173 struct list_head entry;
302 struct list_head event_entry;
312 struct list_head group_entry;
313 struct list_head sibling_list;
320 struct list_head migrate_entry;
389 struct list_head child_list;
395 struct list_head owner_entry;
403 struct list_head rb_entr
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c21 struct list_head free;
22 struct list_head used;
23 struct list_head full;
36 struct list_head head;
260 nouveau_mm_free_slabs(struct list_head *head)
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c21 struct list_head free;
22 struct list_head used;
23 struct list_head full;
36 struct list_head head;
260 nouveau_mm_free_slabs(struct list_head *head)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600.h130 struct list_head list;
131 struct list_head enable_list;
171 struct list_head list;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600.h130 struct list_head list;
131 struct list_head enable_list;
171 struct list_head list;
/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/e2fsprogs/e2fsck/
H A Drevoke.c83 struct list_head hash;
96 struct list_head *hash_table;
123 struct list_head *hash_list;
157 struct list_head *hash_list;
222 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL);
240 struct list_head *hash_list;
443 struct list_head *hash_list;
625 struct list_head *hash_list;

Completed in 441 milliseconds

12345678