Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 16 of 16) 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 Devergreen.c3162 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3184 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3206 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3229 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
3251 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
3279 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3301 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3323 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3345 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
3367 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
[all …]
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.c142 static int max_threads; /* tunable limit on nr_threads */ variable
825 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
869 init_task.signal->rlim[RLIMIT_NPROC].rlim_cur = max_threads/2; in fork_init()
870 init_task.signal->rlim[RLIMIT_NPROC].rlim_max = max_threads/2; in fork_init()
875 init_user_ns.ucount_max[i] = max_threads/2; in fork_init()
2104 if (data_race(nr_threads >= max_threads)) in copy_process()
3274 int threads = max_threads; in sysctl_max_threads()
3287 max_threads = threads; in sysctl_max_threads()
H A Dcpu.c631 unsigned int max_threads) in cpu_smt_set_num_threads() argument
633 WARN_ON(!num_threads || (num_threads > max_threads)); in cpu_smt_set_num_threads()
635 if (max_threads == 1) in cpu_smt_set_num_threads()
638 cpu_smt_max_threads = max_threads; in cpu_smt_set_num_threads()
H A Dpadata.c459 nworks = min(nworks, job->max_threads); in padata_do_multithreaded()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_hw.c124 ptdev->gpu_info.max_threads = gpu_read(ptdev, GPU_THREAD_MAX_THREADS); in panthor_gpu_info_init()
/linux/drivers/android/binder/
H A Dprocess.rs118 max_threads: u32, field
151 max_threads: 0, in new()
537 inner.max_threads, in debug_print_stats()
1137 self.inner.lock().max_threads = max; in set_max_threads()
1202 && inner.started_thread_count < inner.max_threads; in needs_thread()
/linux/mm/
H A Dmm_init.c2118 int max_threads = deferred_page_init_max_threads(cpumask); in deferred_init_memmap() local
2158 .max_threads = max_threads, in deferred_init_memmap()
H A Dhugetlb.c3405 .max_threads = num_node_state(N_MEMORY), in gather_bootmem_prealloc()
3554 job.max_threads = hugepage_allocation_threads; in hugetlb_pages_alloc_boot()
/linux/drivers/android/
H A Dbinder.c5147 proc->requested_threads_started < proc->max_threads && in binder_thread_read()
5786 u32 max_threads; in binder_ioctl() local
5788 if (copy_from_user(&max_threads, ubuf, in binder_ioctl()
5789 sizeof(max_threads))) { in binder_ioctl()
5794 proc->max_threads = max_threads; in binder_ioctl()
6797 proc->requested_threads_started, proc->max_threads, in print_binder_proc_stats()