Home
last modified time | relevance | path

Searched refs:wq_has_sleeper (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/fs/btrfs/
Dmisc.h19 if (wq_has_sleeper(wq)) in cond_wake_up()
/Linux-v5.10/block/
Dblk-rq-qos.c265 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
Dblk-wbt.c122 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
161 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
/Linux-v5.10/include/linux/
Dwait.h152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/Linux-v5.10/net/can/
Disotp.c857 if (so->tx.state != ISOTP_IDLE || wq_has_sleeper(&so->wait)) { in isotp_sendmsg()
/Linux-v5.10/drivers/scsi/cxlflash/
Dmain.c3749 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3769 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_main.c1969 if (!wq_has_sleeper(&dev->vf_reqs) && in i40iw_vf_clear_to_send()
/Linux-v5.10/mm/
Dcompaction.c2783 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/Linux-v5.10/include/net/
Dsock.h2141 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/Linux-v5.10/net/unix/
Daf_unix.c2125 if (wq_has_sleeper(&u->peer_wait)) in unix_dgram_recvmsg()
/Linux-v5.10/drivers/md/
Ddm.c614 if (unlikely(wq_has_sleeper(&md->wait))) in end_io_acct()
/Linux-v5.10/fs/
Dio_uring.c1210 if (wq_has_sleeper(&ctx->cq_wait)) { in __io_commit_cqring()
2674 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
6737 if (!io_sqring_full(ctx) && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
/Linux-v5.10/net/ceph/
Dosdmap.c1100 if (wq_has_sleeper(&wsm->ws_wait)) in put_workspace()
/Linux-v5.10/fs/f2fs/
Ddata.c388 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()