Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/powercap/
H A Didle_inject.c57 int should_run; member
93 iit->should_run = 1; in idle_inject_wakeup()
142 iit->should_run = 0; in idle_inject_fn()
255 iit->should_run = 0; in idle_inject_stop()
286 return iit->should_run; in idle_inject_should_run()
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c70 bool should_run; member
510 st->should_run = true; in __cpuhp_kick_ap()
658 return st->should_run; in cpuhp_should_run()
681 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
700 st->should_run = false; in cpuhp_thread_fun()
705 st->should_run = (st->state < st->target); in cpuhp_thread_fun()
710 st->should_run = (st->state > st->target); in cpuhp_thread_fun()
737 st->should_run = false; in cpuhp_thread_fun()
743 if (!st->should_run) in cpuhp_thread_fun()