Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/bench/
H A Dsynthesize.c26 static unsigned int max_threads = UINT_MAX; variable
37 OPT_UINTEGER('M', "max-threads", &max_threads,
224 if (max_threads == UINT_MAX) in run_multi_threaded()
225 max_threads = sysconf(_SC_NPROCESSORS_ONLN); in run_multi_threaded()
232 nr_threads_synthesize <= max_threads; in run_multi_threaded()
/linux/include/linux/
H A Dcpu_smt.h18 unsigned int max_threads);
27 unsigned int max_threads) { } in cpu_smt_set_num_threads() argument
/linux/tools/perf/util/
H A Dthread_map.c78 int max_threads = 32, items, i; in thread_map__new_all_cpus() local
81 struct perf_thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_all_cpus()
107 while (threads->nr + items >= max_threads) { in thread_map__new_all_cpus()
108 max_threads *= 2; in thread_map__new_all_cpus()
115 tmp = perf_thread_map__realloc(threads, max_threads); in thread_map__new_all_cpus()
/linux/arch/x86/kernel/
H A Dsmpboot.c1193 int max_threads, cpu; in recompute_smt_state() local
1195 max_threads = 0; in recompute_smt_state()
1199 if (threads > max_threads) in recompute_smt_state()
1200 max_threads = threads; in recompute_smt_state()
1202 __max_smt_threads = max_threads; in recompute_smt_state()
/linux/drivers/gpu/drm/radeon/
H A Drv770.c1199 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
1219 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
1243 rdev->config.rv770.max_threads = 192; in rv770_gpu_init()
1263 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
1505 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()
1506 NUM_VS_THREADS((rdev->config.rv770.max_threads * 2)/8) | in rv770_gpu_init()
1507 NUM_ES_THREADS((rdev->config.rv770.max_threads * 1)/8)); in rv770_gpu_init()
1508 if (((rdev->config.rv770.max_threads * 1) / 8) > rdev->config.rv770.max_gs_threads) in rv770_gpu_init()
H A Dni.c887 rdev->config.cayman.max_threads = 256; in cayman_gpu_init()
965 rdev->config.cayman.max_threads = 256; in cayman_gpu_init()
H A Dr600.c2012 rdev->config.r600.max_threads = 192; in r600_gpu_init()
2028 rdev->config.r600.max_threads = 192; in r600_gpu_init()
2046 rdev->config.r600.max_threads = 192; in r600_gpu_init()
2061 rdev->config.r600.max_threads = 192; in r600_gpu_init()
/linux/kernel/
H A Dfork.c143 static int max_threads; /* tunable limit on nr_threads */
826 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
870 init_task.signal->rlim[RLIMIT_NPROC].rlim_cur = max_threads/2; in fork_init()
871 init_task.signal->rlim[RLIMIT_NPROC].rlim_max = max_threads/2; in fork_init()
876 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
2102 if (data_race(nr_threads >= max_threads)) in copy_process()
3277 int threads = max_threads; in sysctl_max_threads()
3290 max_threads = threads; in sysctl_max_threads()
142 static int max_threads; /* tunable limit on nr_threads */ global() variable
H A Dcpu.c635 unsigned int max_threads) in cpu_smt_set_num_threads()
637 WARN_ON(!num_threads || (num_threads > max_threads)); in cpu_smt_set_num_threads()
639 if (max_threads == 1) in cpu_smt_set_num_threads()
642 cpu_smt_max_threads = max_threads; in cpu_smt_set_num_threads()
631 cpu_smt_set_num_threads(unsigned int num_threads,unsigned int max_threads) cpu_smt_set_num_threads() argument
H A Dpadata.c459 nworks = min(nworks, job->max_threads); in padata_do_multithreaded()
/linux/mm/
H A Dmm_init.c2112 int max_threads = deferred_page_init_max_threads(cpumask);
2152 .max_threads = max_threads, in deferred_init_memmap()
2118 int max_threads = deferred_page_init_max_threads(cpumask); deferred_init_memmap() local
H A Dhugetlb.c3415 .max_threads = num_node_state(N_MEMORY), in gather_bootmem_prealloc()
3571 job.max_threads = hugepage_allocation_threads; in hugetlb_pages_alloc_boot()