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

/linux-master/drivers/md/bcache/
H A Dwriteback.h40 int total_threads; member in struct:bch_dirty_init_state
H A Dbtree.h232 int total_threads; member in struct:btree_check_state
H A Dwriteback.c1015 state.total_threads = bch_btre_dirty_init_thread_nr();
1022 for (i = 0; i < state.total_threads; i++) {
H A Dbtree.c2068 check_state.total_threads = bch_btree_chkthread_nr();
2082 for (i = 0; i < check_state.total_threads; i++) {
2110 for (i = 0; i < check_state.total_threads; i++) {
/linux-master/arch/powerpc/kernel/
H A Dsmp.c817 size_t total_threads; local
836 total_threads = tg->nr_groups * tg->threads_per_group;
840 for (j = 0; j < total_threads; j++)
842 i = i + 3 + total_threads;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c3483 int total_threads; member in struct:core_info
3499 cip->total_threads = vc->num_threads;
3557 cip->total_threads += vc->num_threads;
3573 if (cip->total_threads + pvc->num_threads > target_threads)
3623 if (cip->total_threads >= target_threads)

Completed in 384 milliseconds