blob: 3bf73e24e1ea59ea622b30a50f670ee41d49374f [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
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 */
7void wq_worker_running(struct task_struct *task);
8void wq_worker_sleeping(struct task_struct *task);