Home
last modified time | relevance | path

Searched refs:awake_threads (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Didle.c821 int awake_threads = 1; /* this thread is awake */ in pnv_power9_force_smt4_catch() local
835 ++awake_threads; in pnv_power9_force_smt4_catch()
841 if (awake_threads < need_awake) { in pnv_power9_force_smt4_catch()
855 ++awake_threads; in pnv_power9_force_smt4_catch()
859 } while (awake_threads < need_awake); in pnv_power9_force_smt4_catch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Didle.c820 int awake_threads = 1; /* this thread is awake */ in pnv_power9_force_smt4_catch() local
834 ++awake_threads; in pnv_power9_force_smt4_catch()
840 if (awake_threads < need_awake) { in pnv_power9_force_smt4_catch()
854 ++awake_threads; in pnv_power9_force_smt4_catch()
858 } while (awake_threads < need_awake); in pnv_power9_force_smt4_catch()

Completed in 4 milliseconds