Revision d938e66003c9ccc6c0ab10fa31ee23cf27574d66 authored by Takashi Iwai on 10 November 2011, 18:52:08 UTC, committed by Takashi Iwai on 10 November 2011, 18:52:08 UTC
2 parent s bcca5fa + 43df2a5
Raw File
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