Lines Matching refs:thr
820 int cpu, cpu0, thr;
827 for (thr = 0; thr < threads_per_core; ++thr) {
828 if (cpu != cpu0 + thr)
829 atomic_inc(&paca_ptrs[cpu0+thr]->dont_stop);
833 for (thr = 0; thr < threads_per_core; ++thr) {
834 if (!paca_ptrs[cpu0+thr]->requested_psscr)
837 poke_threads |= (1 << thr);
843 for (thr = 0; thr < threads_per_core; ++thr) {
844 if (poke_threads & (1 << thr)) {
847 paca_ptrs[cpu0+thr]->hw_cpu_id);
852 for (thr = 0; thr < threads_per_core; ++thr) {
853 if ((poke_threads & (1 << thr)) &&
854 !paca_ptrs[cpu0+thr]->requested_psscr) {
856 poke_threads &= ~(1 << thr);
866 int cpu, cpu0, thr;
872 for (thr = 0; thr < threads_per_core; ++thr) {
873 if (cpu != cpu0 + thr)
874 atomic_dec(&paca_ptrs[cpu0+thr]->dont_stop);