/external/linux-tools-perf/ |
builtin-sched.c | 1025 atom = list_entry(atoms->work_list.prev, struct work_atom, list); 1040 atom = list_entry(atoms->work_list.prev, struct work_atom, list); 1166 atom = list_entry(atoms->work_list.prev, struct work_atom, list); 1217 atom = list_entry(atoms->work_list.prev, struct work_atom, list); [all...] |
builtin-record.c | 240 pair = list_entry(other->entries.next, struct perf_evsel, node); 245 pair = list_entry(pair->node.next, struct perf_evsel, node);
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_debug.c | 351 buf = LIST_ENTRY(struct pb_debug_buffer, curr, head);
|
/external/oprofile/daemon/ |
oprofiled.c | 335 list_entry(pos, struct opd_hashed_name, next);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
core.h | 85 #define snd_device(n) list_entry(n, struct snd_device, list)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
core.h | 85 #define snd_device(n) list_entry(n, struct snd_device, list)
|
/external/blktrace/btreplay/ |
btrecord.c | 335 struct ifile_info *iip = list_entry(p, struct ifile_info, head); 786 process(list_entry(p, struct ifile_info, head));
|
/external/chromium/net/tools/testserver/ |
device_management.py | 301 for list_entry in value: 302 entry_value.string_array.append(str(list_entry))
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 41 LIST_ENTRY Links; 93 LIST_ENTRY List; [all...] |
/external/kernel-headers/original/linux/ |
blkdev.h | 509 #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) 760 #define blkdev_entry_to_request(entry) list_entry((entry), struct request, queuelist)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 41 LIST_ENTRY Links; 93 LIST_ENTRY List; [all...] |
/external/openssh/openbsd-compat/ |
sys-queue.h | 61 #undef LIST_ENTRY 260 #define LIST_ENTRY(type) \
|
/external/oprofile/utils/ |
ophelp.c | 438 struct op_event * event = list_entry(pos, struct op_event, event_next); 702 struct op_event * event = list_entry(pos, struct op_event, event_next);
|
/external/chromium/third_party/libevent/compat/sys/ |
queue.h | 148 #define LIST_ENTRY(type) \
|
/external/chromium_org/third_party/libevent/compat/sys/ |
queue.h | 148 #define LIST_ENTRY(type) \
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
|