Home
last modified time | relevance | path

Searched refs:wqh (Results 1 – 5 of 5) sorted by relevance

/fs/
Deventfd.c21 wait_queue_head_t wqh; member
48 spin_lock_irqsave(&ctx->wqh.lock, flags); in eventfd_signal()
52 if (waitqueue_active(&ctx->wqh)) in eventfd_signal()
53 wake_up_locked(&ctx->wqh); in eventfd_signal()
54 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in eventfd_signal()
71 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
73 spin_lock_irqsave(&ctx->wqh.lock, flags); in eventfd_poll()
80 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in eventfd_poll()
95 spin_lock_irq(&ctx->wqh.lock); in eventfd_read()
101 __add_wait_queue(&ctx->wqh, &wait); in eventfd_read()
[all …]
Dtimerfd.c28 wait_queue_head_t wqh; member
44 spin_lock_irqsave(&ctx->wqh.lock, flags); in timerfd_tmrproc()
47 wake_up_locked(&ctx->wqh); in timerfd_tmrproc()
48 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in timerfd_tmrproc()
96 poll_wait(file, &ctx->wqh, wait); in timerfd_poll()
98 spin_lock_irqsave(&ctx->wqh.lock, flags); in timerfd_poll()
101 spin_unlock_irqrestore(&ctx->wqh.lock, flags); in timerfd_poll()
116 spin_lock_irq(&ctx->wqh.lock); in timerfd_read()
119 __add_wait_queue(&ctx->wqh, &wait); in timerfd_read()
130 spin_unlock_irq(&ctx->wqh.lock); in timerfd_read()
[all …]
Dfs-writeback.c380 wait_queue_head_t *wqh; in __writeback_single_inode() local
405 wqh = bit_waitqueue(&inode->i_state, __I_SYNC); in __writeback_single_inode()
408 __wait_on_bit(wqh, &wq, inode_wait, in __writeback_single_inode()
/fs/jbd/
Dtransaction.c649 wait_queue_head_t *wqh; in do_get_write_access() local
651 wqh = bit_waitqueue(&bh->b_state, BH_Unshadow); in do_get_write_access()
657 prepare_to_wait(wqh, &wait.wait, in do_get_write_access()
663 finish_wait(wqh, &wait.wait); in do_get_write_access()
/fs/jbd2/
Dtransaction.c659 wait_queue_head_t *wqh; in do_get_write_access() local
661 wqh = bit_waitqueue(&bh->b_state, BH_Unshadow); in do_get_write_access()
667 prepare_to_wait(wqh, &wait.wait, in do_get_write_access()
673 finish_wait(wqh, &wait.wait); in do_get_write_access()