Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c54 * @should_run: Thread should execute
69 bool should_run; member
523 * Make sure the above stores are visible before should_run becomes in _cpuhp_kick_ap()
527 st->should_run = true; in _cpuhp_kick_ap()
681 return st->should_run; in cpuhp_should_run()
696 * When complete or on error, should_run is cleared and the completion is fired.
704 if (WARN_ON_ONCE(!st->should_run)) { in cpuhp_thread_fun()
709 * ACQUIRE for the cpuhp_should_run() load of ->should_run. Ensures in cpuhp_thread_fun()
710 * that if we see ->should_run we also see the rest of the state. in cpuhp_thread_fun()
724 st->should_run in cpuhp_thread_fun()
[all...]

Completed in 2 milliseconds