Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dprocess.c38 bool wq_busy = false; in try_to_freeze_tasks() local
64 wq_busy = freeze_workqueues_busy(); in try_to_freeze_tasks()
65 todo += wq_busy; in try_to_freeze_tasks()
99 todo - wq_busy, wq_busy); in try_to_freeze_tasks()
101 if (wq_busy) in try_to_freeze_tasks()
116 trace_android_vh_try_to_freeze_todo(todo, elapsed_msecs, wq_busy); in try_to_freeze_tasks()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dpower.h26 TP_PROTO(unsigned int todo, unsigned int elapsed_msecs, bool wq_busy),
27 TP_ARGS(todo, elapsed_msecs, wq_busy));