Lines Matching refs:thr
819 int cpu, cpu0, thr;
826 for (thr = 0; thr < threads_per_core; ++thr) {
827 if (cpu != cpu0 + thr)
828 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop);
832 for (thr = 0; thr < threads_per_core; ++thr) {
833 if (!paca_ptrs[cpu0+thr]->requested_psscr)
836 poke_threads |= (1 << thr);
842 for (thr = 0; thr < threads_per_core; ++thr) {
843 if (poke_threads & (1 << thr)) {
846 paca_ptrs[cpu0+thr]->hw_cpu_id);
851 for (thr = 0; thr < threads_per_core; ++thr) {
852 if ((poke_threads & (1 << thr)) &&
853 !paca_ptrs[cpu0+thr]->requested_psscr) {
855 poke_threads &= ~(1 << thr);
865 int cpu, cpu0, thr;
871 for (thr = 0; thr < threads_per_core; ++thr) {
872 if (cpu != cpu0 + thr)
873 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop);