Home
last modified time | relevance | path

Searched refs:wq_has_sleeper (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/fs/btrfs/
H A Dmisc.h19 if (wq_has_sleeper(wq)) in cond_wake_up()
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.h239 if (wq_has_sleeper(&ctx->poll_wq)) in io_poll_wq_wake()
256 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_wake()
H A Dsqpoll.c196 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
H A Dio-wq.c524 if (wq_has_sleeper(&wq->hash->wait))
615 if (wq_has_sleeper(&wq->hash->wait))
H A Dio_uring.c1722 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
2990 * synchronizes with barrier from wq_has_sleeper call in in io_uring_poll()
4216 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
4224 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dmisc.h25 if (wq_has_sleeper(wq)) in cond_wake_up()
/kernel/linux/linux-5.10/block/
H A Dblk-rq-qos.c265 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
H A Dblk-wbt.c123 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
162 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy-testing.c108 if (wq_has_sleeper(&data->read_wait)) in jent_testing_store()
/kernel/linux/linux-6.6/block/
H A Dblk-wbt.c191 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
221 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
H A Dblk-rq-qos.c259 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
/kernel/linux/linux-5.10/net/smc/
H A Dsmc_cdc.c54 unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq))) in smc_cdc_tx_handler()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_cdc.c63 if (unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq))) in smc_cdc_tx_handler()
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c516 if (wq_has_sleeper(&wqe->wq->hash->wait))
605 if (wq_has_sleeper(&wq->hash->wait))
H A Dio_uring.c1647 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_ev_posted()
2899 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
7478 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
9430 * synchronizes with barrier from wq_has_sleeper call in in io_uring_poll()
10661 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
/kernel/linux/linux-5.10/include/linux/
H A Dwait.h145 * wq_has_sleeper - check if there are any waiting processes
152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/kernel/linux/linux-5.10/mm/
H A Dzswapd.c443 if (!wq_has_sleeper(&pgdat->zswapd_wait)) in wakeup_zswapd()
H A Dcompaction.c2781 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/kernel/linux/linux-6.6/include/linux/
H A Dwait.h146 * wq_has_sleeper - check if there are any waiting processes
153 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/kernel/linux/linux-6.6/mm/
H A Dzswapd.c444 if (!wq_has_sleeper(&pgdat->zswapd_wait)) in wakeup_zswapd()
H A Dcompaction.c3031 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dmain.c3749 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3769 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dmain.c3730 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3750 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_main.c1969 if (!wq_has_sleeper(&dev->vf_reqs) && in i40iw_vf_clear_to_send()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h2227 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
2236 * See the comments in the wq_has_sleeper function.
2246 * This memory barrier is paired in the wq_has_sleeper. in sock_poll_wait()

Completed in 57 milliseconds

12