summaryrefslogtreecommitdiff
path: root/kernel/workqueue_sched.h
blob: 3bf73e24e1ea59ea622b30a50f670ee41d49374f (plain)
1
2
3
4
5
6
7
8
/*
 * kernel/workqueue_sched.h
 *
 * Scheduler hooks for concurrency managed workqueue.  Only to be
 * included from sched.c and workqueue.c.
 */
void wq_worker_running(struct task_struct *task);
void wq_worker_sleeping(struct task_struct *task);