Searched refs:__wake_up_locked_key (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | wait.c | 156 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() function 160 EXPORT_SYMBOL_GPL(__wake_up_locked_key);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 203 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); 232 __wake_up_locked_key((x), TASK_NORMAL, poll_to_key(m))
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | orangefs-bufmap.c | 115 __wake_up_locked_key(&m->q, TASK_INTERRUPTIBLE, NULL); in wait_for_free()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | userfaultfd.c | 902 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, &range); in userfaultfd_release() 1201 __wake_up_locked_key(&ctx->fault_pending_wqh, TASK_NORMAL, in __wake_userfault()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sched.c | 308 __wake_up_locked_key(wq, TASK_NORMAL, &k); in rpc_complete_task()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynos | 2361 __wake_up_locked_key
|
| H A D | abi_gki_aarch64_galaxy | 530 __wake_up_locked_key
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-iocost.c | 1466 __wake_up_locked_key(&iocg->waitq, TASK_NORMAL, &ctx); in iocg_kick_waitq()
|