Home
last modified time | relevance | path

Searched refs:n_threads (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/cgroup/
Dtest_core.c551 int t, c_threads = 0, n_threads = 13; in test_cgcore_proc_migration() local
553 pthread_t threads[n_threads]; in test_cgcore_proc_migration()
568 for (c_threads = 0; c_threads < n_threads; ++c_threads) { in test_cgcore_proc_migration()
574 if (cg_read_lc(dst, "cgroup.threads") != n_threads + 1) in test_cgcore_proc_migration()
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_hv.c3285 static void kvmppc_wait_for_nap(int n_threads) in kvmppc_wait_for_nap() argument
3290 if (n_threads <= 1) in kvmppc_wait_for_nap()
3299 for (i = 1; i < n_threads; ++i) in kvmppc_wait_for_nap()
3302 if (i == n_threads) { in kvmppc_wait_for_nap()
3309 for (i = 1; i < n_threads; ++i) in kvmppc_wait_for_nap()
3431 static bool subcore_config_ok(int n_subcores, int n_threads) in subcore_config_ok() argument
3438 return n_subcores <= 4 && n_threads == 1; in subcore_config_ok()
3452 return n_subcores * roundup_pow_of_two(n_threads) <= MAX_SMT_THREADS; in subcore_config_ok()
3466 int n_threads = vc->num_threads; in can_dynamic_split() local
3476 if (n_threads < cip->max_subcore_threads) in can_dynamic_split()
[all …]