Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
kernel
workqueue_sched.h
Go to the documentation of this file.
1
/*
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
*/
7
void
wq_worker_waking_up
(
struct
task_struct
*
task
,
unsigned
int
cpu
);
8
struct
task_struct
*
wq_worker_sleeping
(
struct
task_struct
*
task
,
9
unsigned
int
cpu
);
Generated on Thu Jan 10 2013 14:55:21 for Linux Kernel by
1.8.2