Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
b7f689e881d0bf06f4d04649eafe65f22fa78b9f
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
kernel
/
workqueue_sched.h
blob: 3bf73e24e1ea59ea622b30a50f670ee41d49374f [
file
] [
log
] [
blame
]
/*
* 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
);