Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c794 size_t total_threads; in parse_thread_groups() local
810 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
814 3 + total_threads); in parse_thread_groups()
820 for (i = 0 ; i < total_threads; i++) in parse_thread_groups()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dwriteback.h36 int total_threads; member
H A Dbtree.h232 int total_threads; member
H A Dwriteback.c938 state.total_threads = bch_btre_dirty_init_thread_nr(); in bch_sectors_dirty_init()
945 for (i = 0; i < state.total_threads; i++) { in bch_sectors_dirty_init()
H A Dbtree.c2022 check_state.total_threads = bch_btree_chkthread_nr(); in bch_btree_check()
2036 for (i = 0; i < check_state.total_threads; i++) { in bch_btree_check()
2064 for (i = 0; i < check_state.total_threads; i++) { in bch_btree_check()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c2791 int total_threads; member
2807 cip->total_threads = vc->num_threads; in init_core_info()
2870 cip->total_threads += vc->num_threads; in can_dynamic_split()
2886 if (cip->total_threads + pvc->num_threads > target_threads) in can_piggyback()
2936 if (cip->total_threads >= target_threads) in collect_piggybacks()