https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7f486ac6e50f753e1a995db46d840ab0958be859 authored by Jason Self on 24 February 2011, 23:09:09 UTC
Linux-libre 2.6.37.2-gnu1
Tip revision: 7f486ac
workqueue_sched.h
/*
 * kernel/workqueue_sched.h
 *
 * Scheduler hooks for concurrency managed workqueue.  Only to be
 * included from sched.c and workqueue.c.
 */
void wq_worker_waking_up(struct task_struct *task, unsigned int cpu);
struct task_struct *wq_worker_sleeping(struct task_struct *task,
				       unsigned int cpu);
back to top