Searched refs:list_head (Results 126 - 150 of 176) sorted by relevance

12345678

/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;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c84 struct list_head head;
98 struct list_head list;
345 struct list_head *curr, *next;
H A Dpb_buffer_fenced.c91 struct list_head fenced;
94 struct list_head unfenced;
122 struct list_head head;
200 struct list_head *curr, *next;
400 struct list_head *curr, *next;
459 struct list_head *curr, *next;
/external/e2fsprogs/lib/blkid/
H A Ddevname.c51 struct list_head *p, *pnext;
186 struct list_head *p, *pnext;
405 struct list_head *p, *pnext;
H A Dread.c450 struct list_head *p;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c84 struct list_head head;
98 struct list_head list;
345 struct list_head *curr, *next;
H A Dpb_buffer_fenced.c91 struct list_head fenced;
94 struct list_head unfenced;
122 struct list_head head;
200 struct list_head *curr, *next;
400 struct list_head *curr, *next;
459 struct list_head *curr, *next;
/external/blktrace/btt/
H A Dtrace_complete.c55 struct list_head *p, *q;
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h278 struct list_head obj_list;
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c99 struct list_head * pos;
/external/blktrace/btreplay/
H A Dbtrecord.c55 struct list_head head;
331 struct list_head *p;
782 struct list_head *p, *q;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c48 static int line_list__add_line(struct list_head *head, int line)
51 struct list_head *p;
75 static int line_list__has_line(struct list_head *head, int line)
88 static void line_list__init(struct list_head *head)
94 static void line_list__free(struct list_head *head)
871 static int find_lazy_match_lines(struct list_head *head,
H A Devsel.h59 struct list_head node;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c99 struct list_head *curr, *next;
303 struct list_head *curr, *next;
H A Dsvga_context.h372 struct list_head dirty_buffers;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c31 struct list_head samples;
35 struct list_head node;
H A Dbuiltin-sched.c79 struct list_head list;
88 struct list_head work_list;
171 struct list_head sort_list, cmp_pid;
762 struct list_head list;
766 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r)
784 struct list_head *sort_list)
810 struct list_head *sort_list)
1205 static int sort_dimension__add(const char *tok, struct list_head *list)
H A Dbuiltin-kvm.c46 struct list_head hash_entry;
104 struct list_head kvm_events_cache[EVENTS_CACHE_SIZE];
339 static void clear_events_cache_stats(struct list_head *kvm_events_cache)
341 struct list_head *head;
409 struct list_head *head;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c99 struct list_head *curr, *next;
303 struct list_head *curr, *next;
H A Dsvga_context.h372 struct list_head dirty_buffers;
/external/oprofile/utils/
H A Dophelp.c366 struct list_head * events;
367 struct list_head * pos;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_query.c35 struct list_head list;
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h208 struct list_head link;
555 struct list_head active_mmu_pages;
556 struct list_head zapped_obsolete_pages;
558 struct list_head assigned_dev_head;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c35 struct list_head list;
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1185 struct list_head others;
1190 static struct list_head search_contexts;
1222 struct list_head *next = dsc->nextReturn->siblings.next;
1237 struct list_head *i;

Completed in 581 milliseconds

12345678