| /Linux-v5.15/tools/testing/radix-tree/ |
| D | regression1.c | 171 int nr_threads; in regression1_test() local 177 nr_threads = 2; in regression1_test() 178 pthread_barrier_init(&worker_barrier, NULL, nr_threads); in regression1_test() 180 threads = malloc(nr_threads * sizeof(pthread_t *)); in regression1_test() 182 for (i = 0; i < nr_threads; i++) { in regression1_test() 190 for (i = 0; i < nr_threads; i++) { in regression1_test()
|
| /Linux-v5.15/fs/xfs/ |
| D | xfs_pwork.c | 66 unsigned int nr_threads = 0; in xfs_pwork_init() local 70 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init() 72 trace_xfs_pwork_init(mp, nr_threads, current->pid); in xfs_pwork_init() 75 WQ_UNBOUND | WQ_SYSFS | WQ_FREEZABLE, nr_threads, tag, in xfs_pwork_init()
|
| D | xfs_trace.h | 3775 TP_PROTO(struct xfs_mount *mp, unsigned int nr_threads, pid_t pid), 3776 TP_ARGS(mp, nr_threads, pid), 3779 __field(unsigned int, nr_threads) 3784 __entry->nr_threads = nr_threads; 3789 __entry->nr_threads, __entry->pid)
|
| /Linux-v5.15/tools/testing/selftests/cgroup/ |
| D | test_kmem.c | 98 int nr_threads = 2 * get_nprocs(); in alloc_kmem_smp() local 103 tinfo = calloc(nr_threads, sizeof(pthread_t)); in alloc_kmem_smp() 107 for (i = 0; i < nr_threads; i++) { in alloc_kmem_smp() 115 for (i = 0; i < nr_threads; i++) { in alloc_kmem_smp() 250 int nr_threads = 1000; in spawn_1000_threads() local 256 tinfo = calloc(nr_threads, sizeof(pthread_t)); in spawn_1000_threads() 260 for (i = 0; i < nr_threads; i++) { in spawn_1000_threads()
|
| /Linux-v5.15/kernel/power/ |
| D | swap.c | 687 unsigned thr, run_threads, nr_threads; in save_image_lzo() local 698 nr_threads = num_online_cpus() - 1; in save_image_lzo() 699 nr_threads = clamp_val(nr_threads, 1, LZO_THREADS); in save_image_lzo() 708 data = vmalloc(array_size(nr_threads, sizeof(*data))); in save_image_lzo() 714 for (thr = 0; thr < nr_threads; thr++) in save_image_lzo() 728 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 751 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 770 pr_info("Using %u thread(s) for compression\n", nr_threads); in save_image_lzo() 779 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 873 for (thr = 0; thr < nr_threads; thr++) in save_image_lzo() [all …]
|
| /Linux-v5.15/tools/perf/bench/ |
| D | sched-pipe.c | 83 int nr_threads = 2; in bench_sched_pipe() local 101 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe() 118 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe() 125 for (t = 0; t < nr_threads; t++) { in bench_sched_pipe()
|
| D | numa.c | 80 int nr_threads; member 171 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"), 902 for (t = 0; t < g->p.nr_threads; t++) { in count_process_nodes() 907 task_nr = process_nr*g->p.nr_threads + t; in count_process_nodes() 941 for (t = 0; t < g->p.nr_threads; t++) { in count_node_processes() 946 task_nr = p*g->p.nr_threads + t; in count_node_processes() 1153 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) in worker_thread() 1196 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); in worker_thread() 1209 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val); in worker_thread() 1333 task_nr = process_nr*g->p.nr_threads; in worker_process() [all …]
|
| /Linux-v5.15/lib/ |
| D | test_vmalloc.c | 26 __param(int, nr_threads, 0, 478 nr_threads = clamp(nr_threads, 1, (int) USHRT_MAX); in init_test_configurtion() 481 tdriver = kvcalloc(nr_threads, sizeof(*tdriver), GFP_KERNEL); in init_test_configurtion() 510 for (i = 0; i < nr_threads; i++) { in do_concurrent_test() 537 for (i = 0; i < nr_threads; i++) { in do_concurrent_test()
|
| /Linux-v5.15/arch/s390/appldata/ |
| D | appldata_os.c | 65 u32 nr_threads; /* number of threads */ member 101 os_data->nr_threads = nr_threads; in appldata_get_os_data()
|
| D | appldata_base.c | 549 EXPORT_SYMBOL_GPL(nr_threads);
|
| /Linux-v5.15/tools/lib/perf/ |
| D | evlist.c | 298 int nr_threads = perf_thread_map__nr(evlist->threads); in perf_evlist__alloc_pollfd() local 306 nfds += nr_cpus * nr_threads; in perf_evlist__alloc_pollfd() 513 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_thread() local 515 for (thread = 0; thread < nr_threads; thread++) { in mmap_per_thread() 538 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_cpu() local 549 for (thread = 0; thread < nr_threads; thread++) { in mmap_per_cpu()
|
| /Linux-v5.15/include/linux/sched/ |
| D | stat.h | 17 extern int nr_threads;
|
| D | signal.h | 85 int nr_threads; member 664 return task->signal->nr_threads; in get_nr_threads()
|
| /Linux-v5.15/fs/proc/ |
| D | loadavg.c | 23 nr_running(), nr_threads, in loadavg_proc_show()
|
| /Linux-v5.15/tools/tracing/latency/ |
| D | latency-collector.c | 77 static unsigned int nr_threads = DEFAULT_NR_PRINTER_THREADS; variable 1642 if (nr_threads > MAX_THREADS) { in start_printthread() 1645 nr_threads, MAX_THREADS); in start_printthread() 1646 nr_threads = MAX_THREADS; in start_printthread() 1648 for (i = 0; i < nr_threads; i++) { in start_printthread() 1931 nr_threads = value; in scan_arguments() 2040 policy_name(sched_policy), sched_pri, nr_threads); in show_params()
|
| /Linux-v5.15/init/ |
| D | init_task.c | 19 .nr_threads = 1,
|
| /Linux-v5.15/drivers/dma/ |
| D | img-mdc-dma.c | 140 unsigned int nr_threads; member 924 mdma->nr_threads = in mdc_dma_probe() 1010 mdma->nr_channels, mdma->nr_threads); in mdc_dma_probe()
|
| /Linux-v5.15/include/linux/ |
| D | mm_types.h | 396 atomic_t nr_threads; member
|
| /Linux-v5.15/kernel/ |
| D | exit.c | 74 nr_threads--; in __unhash_process() 147 sig->nr_threads--; in __exit_signal() 466 if (atomic_dec_and_test(&core_state->nr_threads)) in exit_mm()
|
| D | fork.c | 126 int nr_threads; /* The idle threads do not count.. */ variable 1649 sig->nr_threads = 1; in copy_signal() 2076 if (data_race(nr_threads >= max_threads)) in copy_process() 2389 current->signal->nr_threads++; in copy_process() 2399 nr_threads++; in copy_process()
|
| D | sys.c | 2571 info->procs = nr_threads; in do_sysinfo()
|
| /Linux-v5.15/tools/perf/util/ |
| D | evsel.c | 1638 static void evsel__remove_fd(struct evsel *pos, int nr_cpus, int nr_threads, int thread_idx) in evsel__remove_fd() argument 1641 for (int thread = thread_idx; thread < nr_threads - 1; thread++) in evsel__remove_fd() 1647 int nr_threads, int thread_idx) in update_fds() argument 1651 if (cpu_idx >= nr_cpus || thread_idx >= nr_threads) in update_fds() 1657 evsel__remove_fd(pos, nr_cpus, nr_threads, thread_idx); in update_fds()
|
| D | evlist.c | 519 int nr_threads = evlist__nr_threads(evlist, evsel); in evlist__enable_event_cpu() local 524 for (thread = 0; thread < nr_threads; thread++) { in evlist__enable_event_cpu()
|
| /Linux-v5.15/fs/ |
| D | coredump.c | 444 atomic_set(&core_state->nr_threads, nr); in zap_threads()
|
| /Linux-v5.15/kernel/debug/kdb/ |
| D | kdb_main.c | 2484 val->procs = nr_threads-1; in kdb_sysinfo()
|