diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sched/wait.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sched/wait.c b/kernel/sched/wait.c index 70701ef50465..98feab7933c7 100644 --- a/kernel/sched/wait.c +++ b/kernel/sched/wait.c | |||
| @@ -165,6 +165,13 @@ void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, vo | |||
| 165 | } | 165 | } |
| 166 | EXPORT_SYMBOL_GPL(__wake_up_locked_key); | 166 | EXPORT_SYMBOL_GPL(__wake_up_locked_key); |
| 167 | 167 | ||
| 168 | void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, | ||
| 169 | unsigned int mode, void *key, wait_queue_entry_t *bookmark) | ||
| 170 | { | ||
| 171 | __wake_up_common(wq_head, mode, 1, 0, key, bookmark); | ||
| 172 | } | ||
| 173 | EXPORT_SYMBOL_GPL(__wake_up_locked_key_bookmark); | ||
| 174 | |||
| 168 | /** | 175 | /** |
| 169 | * __wake_up_sync_key - wake up threads blocked on a waitqueue. | 176 | * __wake_up_sync_key - wake up threads blocked on a waitqueue. |
| 170 | * @wq_head: the waitqueue | 177 | * @wq_head: the waitqueue |
