yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | /* |
2 | * kernel/workqueue_sched.h | ||||
3 | * | ||||
4 | * Scheduler hooks for concurrency managed workqueue. Only to be | ||||
5 | * included from sched.c and workqueue.c. | ||||
6 | */ | ||||
7 | void wq_worker_running(struct task_struct *task); | ||||
8 | void wq_worker_sleeping(struct task_struct *task); |