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

/linux-master/fs/btrfs/
H A Dmisc.h27 if (wq_has_sleeper(wq))
/linux-master/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c236 if (wq_has_sleeper(&queue->wait_head))
/linux-master/io_uring/
H A Dio_uring.h265 if (wq_has_sleeper(&ctx->poll_wq))
282 if (wq_has_sleeper(&ctx->cq_wait))
H A Dregister.c241 if (wq_has_sleeper(&ctx->poll_wq))
249 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait))
H A Dsqpoll.c201 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait))
H A Dio-wq.c524 if (wq_has_sleeper(&wq->hash->wait))
615 if (wq_has_sleeper(&wq->hash->wait))
H A Dio_uring.c1377 if (wq_has_sleeper(&sqd->wait))
1768 wq_has_sleeper(&ctx->sq_data->wait))
2987 * synchronizes with barrier from wq_has_sleeper call in
/linux-master/crypto/
H A Djitterentropy-testing.c108 if (wq_has_sleeper(&data->read_wait))
/linux-master/block/
H A Dblk-rq-qos.c259 has_sleeper = wq_has_sleeper(&rqw->wait);
H A Dblk-wbt.c190 if (wq_has_sleeper(&rqw->wait))
221 if (wq_has_sleeper(&rqw->wait)) {
/linux-master/net/smc/
H A Dsmc_cdc.c63 if (unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq)))
/linux-master/include/linux/
H A Dwait.h144 * wq_has_sleeper - check if there are any waiting processes
151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) function
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c3735 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) {
3755 if (wq_has_sleeper(&cfg->reset_waitq)) {
/linux-master/drivers/md/
H A Ddm.c963 if (unlikely(wq_has_sleeper(&md->wait)))
H A Draid1.c889 if (wq_has_sleeper(&conf->wait_barrier))
H A Draid10.c293 if (wq_has_sleeper(&conf->wait_barrier))
/linux-master/mm/
H A Dcompaction.c3152 if (!wq_has_sleeper(&pgdat->kcompactd_wait))
/linux-master/kernel/printk/
H A Dprintk.c816 * within wq_has_sleeper().
1578 * within wq_has_sleeper().
3914 * The full memory barrier within wq_has_sleeper() pairs with the full
3921 if (wq_has_sleeper(&log_wait) || /* LMM(__wake_up_klogd:A) */
/linux-master/net/tls/
H A Dtls_sw.c1933 if (wq_has_sleeper(&ctx->wq))
/linux-master/include/net/
H A Dsock.h2341 return wq && wq_has_sleeper(&wq->wait);
2350 * See the comments in the wq_has_sleeper function.
2360 * This memory barrier is paired in the wq_has_sleeper.
/linux-master/net/ceph/
H A Dosdmap.c1116 if (wq_has_sleeper(&wsm->ws_wait))
/linux-master/fs/f2fs/
H A Ddata.c367 wq_has_sleeper(&sbi->cp_wait))
/linux-master/net/unix/
H A Daf_unix.c2455 if (wq_has_sleeper(&u->peer_wait))

Completed in 514 milliseconds