Home
last modified time | relevance | path

Searched refs:__wake_up (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h202 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key);
212 #define wake_up(x) __wake_up(x, TASK_NORMAL, 1, NULL)
213 #define wake_up_nr(x, nr) __wake_up(x, TASK_NORMAL, nr, NULL)
214 #define wake_up_all(x) __wake_up(x, TASK_NORMAL, 0, NULL)
218 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
219 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
220 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
230 __wake_up(x, TASK_NORMAL, 1, poll_to_key(m))
234 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait.c140 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up() function
145 EXPORT_SYMBOL(__wake_up);
232 __wake_up(wq_head, TASK_NORMAL, 0, poll_to_key(EPOLLHUP | POLLFREE)); in __wake_up_pollfree()
H A Dwait_bit.c126 __wake_up(wq_head, TASK_NORMAL, 1, &key); in __wake_up_bit()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_tuxera244 __wake_up
H A Dabi_gki_aarch64_unisoc271 __wake_up
H A Dabi_gki_aarch64_asus275 __wake_up
H A Dabi_gki_aarch64_hikey960398 __wake_up
H A Dabi_gki_aarch64_virtual_device539 __wake_up
H A Dabi_gki_aarch64_exynosauto584 __wake_up
H A Dabi_gki_aarch64_vivo2050 __wake_up
H A Dabi_gki_aarch64_generic2282 __wake_up
H A Dabi_gki_aarch64_db845c695 __wake_up
H A Dabi_gki_aarch64_exynos2359 __wake_up
H A Dabi_gki_aarch64_imx1090 __wake_up
H A Dabi_gki_aarch64_qcom3034 __wake_up
H A Dabi_gki_aarch64_mtk2678 __wake_up
H A Dabi_gki_aarch64_rockchip1407 __wake_up
H A Dabi_gki_aarch64_oplus3605 __wake_up
H A Dabi_gki_aarch64_galaxy528 __wake_up
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dpercpu-rwsem.c279 __wake_up(&sem->waiters, TASK_NORMAL, 1, sem); in percpu_up_write()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_proc.c673 __wake_up(&cps->clp->cl_lock_waitq, TASK_NORMAL, 0, args); in nfs4_callback_notify_lock()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c903 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, &range); in userfaultfd_release()
1204 __wake_up(&ctx->fault_wqh, TASK_NORMAL, 1, range); in __wake_userfault()
H A Ddax.c210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c121 __wake_up(wq, TASK_NORMAL, 1, &gl->gl_name); in wake_up_glock()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1639 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted()
1646 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted()
1657 __wake_up(&ctx->cq_wait, TASK_NORMAL, 0, in io_cqring_ev_posted_iopoll()
1663 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted_iopoll()

12