/linux-6.6.21/fs/ |
D | eventfd.c | 66 if (waitqueue_active(&ctx->wqh)) in eventfd_signal_mask() 218 if (*cnt != 0 && waitqueue_active(&ctx->wqh)) in eventfd_ctx_remove_wait_queue() 249 if (waitqueue_active(&ctx->wqh)) in eventfd_read() 285 if (waitqueue_active(&ctx->wqh)) in eventfd_write()
|
D | userfaultfd.c | 218 VM_BUG_ON(waitqueue_active(&ctx->fault_pending_wqh)); in userfaultfd_ctx_put() 220 VM_BUG_ON(waitqueue_active(&ctx->fault_wqh)); in userfaultfd_ctx_put() 222 VM_BUG_ON(waitqueue_active(&ctx->event_wqh)); in userfaultfd_ctx_put() 224 VM_BUG_ON(waitqueue_active(&ctx->fd_wqh)); in userfaultfd_ctx_put() 971 if (!waitqueue_active(wqh)) in find_userfault_in() 1020 if (waitqueue_active(&ctx->fault_pending_wqh)) in userfaultfd_poll() 1022 else if (waitqueue_active(&ctx->event_wqh)) in userfaultfd_poll() 1247 if (waitqueue_active(&ctx->fault_pending_wqh)) in __wake_userfault() 1250 if (waitqueue_active(&ctx->fault_wqh)) in __wake_userfault() 1278 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault() [all …]
|
D | eventpoll.c | 675 if (waitqueue_active(&ep->wq)) in ep_done_scan() 792 if (waitqueue_active(&ep->poll_wait)) in ep_clear_and_put() 1217 if (waitqueue_active(&ep->wq)) { in ep_poll_callback() 1236 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback() 1585 if (waitqueue_active(&ep->wq)) in ep_insert() 1587 if (waitqueue_active(&ep->poll_wait)) in ep_insert() 1661 if (waitqueue_active(&ep->wq)) in ep_modify() 1663 if (waitqueue_active(&ep->poll_wait)) in ep_modify()
|
/linux-6.6.21/include/linux/ |
D | signalfd.h | 21 if (unlikely(waitqueue_active(&tsk->sighand->signalfd_wqh))) in signalfd_notify()
|
D | wait.h | 127 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active() function 163 return waitqueue_active(wq_head); in wq_has_sleeper() 273 if (waitqueue_active(wq_head)) in wake_up_pollfree()
|
/linux-6.6.21/sound/core/seq/ |
D | seq_fifo.c | 66 if (waitqueue_active(&f->input_sleep)) in snd_seq_fifo_delete() 132 if (waitqueue_active(&f->input_sleep)) in snd_seq_fifo_event_in()
|
D | seq_memory.c | 257 if (waitqueue_active(&pool->output_sleep)) { in snd_seq_cell_free() 497 if (waitqueue_active(&pool->output_sleep)) in snd_seq_pool_done()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_drain.c | 67 return waitqueue_active(wq_head); in has_waiters()
|
D | xfs_log_cil.c | 535 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit() 1158 if (waitqueue_active(&cil->xc_push_wait)) in xlog_cil_push_work() 1393 !waitqueue_active(&cil->xc_push_wait))) { in xlog_cil_push_background()
|
/linux-6.6.21/net/rds/ |
D | cong.c | 259 if (waitqueue_active(&map->m_waitq)) in rds_cong_map_updated() 261 if (waitqueue_active(&rds_poll_waitq)) in rds_cong_map_updated()
|
D | ib_ring.c | 123 waitqueue_active(&rds_ib_ring_empty_wait)) in rds_ib_ring_free()
|
/linux-6.6.21/drivers/char/ |
D | applicom.c | 668 if (waitqueue_active(&FlagSleepRec)) { in ac_interrupt() 674 if (waitqueue_active(&apbs[i].FlagSleepSend)) { /* process sleep during read ? */ in ac_interrupt() 828 if (waitqueue_active(&FlagSleepRec)) in ac_ioctl() 831 if (apbs[i].RamIO && waitqueue_active(&apbs[i].FlagSleepSend)) in ac_ioctl()
|
/linux-6.6.21/fs/btrfs/ |
D | misc.h | 37 if (waitqueue_active(wq)) in cond_wake_up_nomb()
|
/linux-6.6.21/lib/ |
D | sbitmap.c | 570 if (waitqueue_active(&ws->wait)) { in __sbitmap_queue_wake_up() 684 if (waitqueue_active(&ws->wait)) in sbitmap_queue_wake_all() 717 waitqueue_active(&ws->wait) ? "active" : "inactive"); in sbitmap_queue_show()
|
/linux-6.6.21/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 683 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier() 700 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier() 727 if (waitqueue_active(&(ch->ch_flags_wait))) in jsm_carrier()
|
/linux-6.6.21/fs/smb/server/mgmt/ |
D | tree_connect.c | 107 waitqueue_active(&tcon->refcount_q)) in ksmbd_tree_connect_put()
|
/linux-6.6.21/sound/core/seq/oss/ |
D | seq_oss_readq.c | 247 (waitqueue_active(&q->midi_sleep) ? "sleeping":"running"), in snd_seq_oss_readq_info_read()
|
/linux-6.6.21/drivers/misc/mei/ |
D | client.c | 774 if (waitqueue_active(&cl->rx_wait)) { in mei_cl_wake_all() 779 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all() 784 if (waitqueue_active(&cl->ev_wait)) { in mei_cl_wake_all() 789 if (waitqueue_active(&cl->wait)) { in mei_cl_wake_all() 2141 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete() 2164 if (waitqueue_active(&cl->wait)) in mei_cl_complete()
|
/linux-6.6.21/kernel/sched/ |
D | wait_bit.c | 125 if (waitqueue_active(wq_head)) in __wake_up_bit()
|
D | wait.c | 253 WARN_ON_ONCE(waitqueue_active(wq_head)); in __wake_up_pollfree()
|
/linux-6.6.21/drivers/hsi/clients/ |
D | cmt_speech.c | 312 if (unlikely(waitqueue_active(&hi->datawait))) in cs_hsi_data_destructor() 592 if (unlikely(waitqueue_active(&hi->datawait))) in cs_hsi_read_on_data_complete() 683 if (unlikely(waitqueue_active(&hi->datawait))) in cs_hsi_write_on_data_complete()
|
/linux-6.6.21/drivers/md/ |
D | dm-log-writes.c | 154 if (waitqueue_active(&lc->wait)) in put_pending_block() 163 if (waitqueue_active(&lc->wait)) in put_io_block()
|
/linux-6.6.21/block/ |
D | blk-iocost.c | 1541 if (!waitqueue_active(&iocg->waitq)) { in iocg_kick_waitq() 1751 if (waitqueue_active(&iocg->waitq) || in hweight_after_donation() 2168 if (!waitqueue_active(&iocg->waitq) && !iocg->abs_vdebt && in ioc_check_iocgs() 2190 if (waitqueue_active(&iocg->waitq) || iocg->abs_vdebt || in ioc_check_iocgs() 2305 (!waitqueue_active(&iocg->waitq) && in ioc_timer_fn() 2627 if (!waitqueue_active(&iocg->waitq) && !iocg->abs_vdebt && in ioc_rqos_throttle()
|
/linux-6.6.21/tools/memory-model/Documentation/ |
D | recipes.txt | 500 of ordering wakeups. The following comment taken from waitqueue_active() 508 * if (waitqueue_active(wq_head)) if (@cond) 514 On CPU0, the store is to @cond and the load is in waitqueue_active().
|
/linux-6.6.21/fs/orangefs/ |
D | orangefs-bufmap.c | 114 else if (left <= 0 && waitqueue_active(&m->q)) in wait_for_free()
|