Searched refs:preempt_count (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/shared/linux/ |
| A D | preempt.h | 5 extern int preempt_count; 7 #define preempt_disable() uatomic_inc(&preempt_count) 8 #define preempt_enable() uatomic_dec(&preempt_count)
|
| /tools/testing/radix-tree/ |
| A D | main.c | 244 nr_allocated, preempt_count); in single_thread_tests() 248 nr_allocated, preempt_count); in single_thread_tests() 252 nr_allocated, preempt_count); in single_thread_tests() 256 nr_allocated, preempt_count); in single_thread_tests() 260 nr_allocated, preempt_count); in single_thread_tests() 264 nr_allocated, preempt_count); in single_thread_tests() 269 nr_allocated, preempt_count); in single_thread_tests() 273 nr_allocated, preempt_count); in single_thread_tests() 281 nr_allocated, preempt_count); in single_thread_tests() 324 nr_allocated, preempt_count); in main()
|
| /tools/perf/util/bpf_skel/vmlinux/ |
| A D | vmlinux.h | 113 unsigned char preempt_count; member
|
| /tools/testing/shared/ |
| A D | linux.c | 16 int preempt_count; variable
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-gen.rst | 436 'preempt_count' type_id=5 bits_offset=24
|
Completed in 9 milliseconds