Searched refs:_thread (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/lib/perf/ |
A D | evsel.c | 46 #define FD(_evsel, _cpu_map_idx, _thread) \ argument 47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread)) 48 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument 49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | sctop.py | 18 import _thread as thread
|
/linux-6.3-rc2/drivers/dma/ |
A D | dmatest.c | 937 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local 940 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
|
Completed in 6 milliseconds