-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 350272 b: refs/heads/master c: ea13844 h: refs/heads/master v: v3
- Loading branch information
Tejun Heo
committed
Jan 18, 2013
1 parent
9a90fc1
commit ba625e2
Showing
5 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 111c225a5f8d872bc9327ada18d13b75edaa34be | ||
refs/heads/master: ea138446e51f7bfe55cdeffa3f1dd9cafc786bd8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* kernel/workqueue_internal.h | ||
* | ||
* Workqueue internal header file. Only to be included by workqueue and | ||
* core kernel subsystems. | ||
*/ | ||
#ifndef _KERNEL_WORKQUEUE_INTERNAL_H | ||
#define _KERNEL_WORKQUEUE_INTERNAL_H | ||
|
||
/* | ||
* Scheduler hooks for concurrency managed workqueue. Only to be used 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); | ||
|
||
#endif /* _KERNEL_WORKQUEUE_INTERNAL_H */ |
This file was deleted.
Oops, something went wrong.