Home
last modified time | relevance | path

Searched refs:total_threads (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/bcache/
A Dwriteback.h40 int total_threads; member
A Dbtree.h232 int total_threads; member
A Dwriteback.c1018 state.total_threads = bch_btre_dirty_init_thread_nr(); in bch_sectors_dirty_init()
1025 for (i = 0; i < state.total_threads; i++) { in bch_sectors_dirty_init()
A Dbtree.c2084 check_state.total_threads = bch_btree_chkthread_nr(); in bch_btree_check()
2098 for (i = 0; i < check_state.total_threads; i++) { in bch_btree_check()
2126 for (i = 0; i < check_state.total_threads; i++) { in bch_btree_check()
/linux/arch/powerpc/kernel/
A Dsmp.c817 size_t total_threads; in parse_thread_groups() local
836 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
840 for (j = 0; j < total_threads; j++) in parse_thread_groups()
842 i = i + 3 + total_threads; in parse_thread_groups()
/linux/arch/powerpc/kvm/
A Dbook3s_hv.c3509 int total_threads; member
3525 cip->total_threads = vc->num_threads; in init_core_info()
3583 cip->total_threads += vc->num_threads; in can_dynamic_split()
3599 if (cip->total_threads + pvc->num_threads > target_threads) in can_piggyback()
3649 if (cip->total_threads >= target_threads) in collect_piggybacks()
/linux/Documentation/admin-guide/hw-vuln/
A Dcore-scheduling.rst28 loaded. When ``total_threads <= N_CPUS/2``, the extra overhead may cause core

Completed in 29 milliseconds