Searched defs:nr_threads (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | test_kmem.c | 98 int nr_threads = 2 * get_nprocs(); in alloc_kmem_smp() local 250 int nr_threads = 1000; in spawn_1000_threads() local
|
/linux-6.1.9/fs/xfs/ |
D | xfs_pwork.c | 66 unsigned int nr_threads = 0; in xfs_pwork_init() local
|
/linux-6.1.9/tools/lib/perf/ |
D | evlist.c | 307 int nr_threads = perf_thread_map__nr(evlist->threads); in perf_evlist__alloc_pollfd() local 531 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_thread() local 573 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_cpu() local
|
D | threadmap.c | 45 struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array) in perf_thread_map__new_array()
|
/linux-6.1.9/tools/testing/radix-tree/ |
D | regression1.c | 171 int nr_threads; in regression1_test() local
|
/linux-6.1.9/tools/perf/bench/ |
D | sched-pipe.c | 83 int nr_threads = 2; in bench_sched_pipe() local
|
D | numa.c | 81 int nr_threads; member
|
/linux-6.1.9/arch/s390/appldata/ |
D | appldata_os.c | 65 u32 nr_threads; /* number of threads */ member
|
/linux-6.1.9/kernel/power/ |
D | swap.c | 689 unsigned thr, run_threads, nr_threads; in save_image_lzo() local 1176 unsigned i, thr, run_threads, nr_threads; in load_image_lzo() local
|
/linux-6.1.9/include/linux/sched/ |
D | signal.h | 81 atomic_t nr_threads; member 96 int nr_threads; member
|
/linux-6.1.9/tools/perf/ |
D | builtin-record.c | 178 int nr_threads; member 2227 int t, tt, err, ret = 0, nr_threads = rec->nr_threads; in record__start_threads() local 3581 static void record__free_thread_masks(struct record *rec, int nr_threads) in record__free_thread_masks() 3592 static int record__alloc_thread_masks(struct record *rec, int nr_threads, int nr_bits) in record__alloc_thread_masks()
|
/linux-6.1.9/tools/perf/util/ |
D | evsel.c | 1702 static void evsel__remove_fd(struct evsel *pos, int nr_cpus, int nr_threads, int thread_idx) in evsel__remove_fd() 1711 int nr_threads, int thread_idx) in update_fds()
|
/linux-6.1.9/drivers/dma/ |
D | img-mdc-dma.c | 140 unsigned int nr_threads; member
|
/linux-6.1.9/kernel/ |
D | fork.c | 126 int nr_threads; /* The idle threads do not count.. */ variable
|
/linux-6.1.9/tools/tracing/latency/ |
D | latency-collector.c | 77 static unsigned int nr_threads = DEFAULT_NR_PRINTER_THREADS; variable
|