Searched refs:_thread (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/lib/perf/ |
| H A D | evsel.c | 48 #define FD(_evsel, _cpu_map_idx, _thread) \ argument 49 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread)) 50 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument 51 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | sctop.py | 18 import _thread as thread
|
| /linux-6.15/tools/perf/util/ |
| H A D | thread.c | 45 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new() 48 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()
|
| /linux-6.15/drivers/dma/ |
| H A D | dmatest.c | 951 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local 954 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()
|