Home
last modified time | relevance | path

Searched refs:should_run (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/powercap/
Didle_inject.c56 int should_run; member
90 iit->should_run = 1; in idle_inject_wakeup()
139 iit->should_run = 0; in idle_inject_fn()
240 iit->should_run = 0; in idle_inject_stop()
273 return iit->should_run; in idle_inject_should_run()
/Linux-v4.19/kernel/
Dcpu.c59 bool should_run; member
475 st->should_run = true; in __cpuhp_kick_ap()
587 return st->should_run; in cpuhp_should_run()
610 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
623 st->should_run = false; in cpuhp_thread_fun()
628 st->should_run = (st->state < st->target); in cpuhp_thread_fun()
633 st->should_run = (st->state > st->target); in cpuhp_thread_fun()
660 st->should_run = false; in cpuhp_thread_fun()
665 if (!st->should_run) in cpuhp_thread_fun()