Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dmisc.h18 if (wq_has_sleeper(wq)) in cond_wake_up()
/Linux-v5.4/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.4/drivers/md/
Ddm-rq.c150 if (unlikely(wq_has_sleeper(&md->wait))) in rq_completed()
Ddm.c682 if (unlikely(wq_has_sleeper(&md->wait))) in end_io_acct()
/Linux-v5.4/include/linux/
Dwait.h150 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/Linux-v5.4/drivers/scsi/cxlflash/
Dmain.c3753 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3773 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/Linux-v5.4/drivers/char/
Drandom.c804 wq_has_sleeper(&random_read_wait)) { in credit_entropy_bits()
/Linux-v5.4/mm/
Dcompaction.c2613 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_main.c1974 if (!wq_has_sleeper(&dev->vf_reqs) && in i40iw_vf_clear_to_send()
/Linux-v5.4/include/net/
Dsock.h2093 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/Linux-v5.4/net/unix/
Daf_unix.c2073 if (wq_has_sleeper(&u->peer_wait)) in unix_dgram_recvmsg()
/Linux-v5.4/fs/f2fs/
Ddata.c231 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()
/Linux-v5.4/fs/
Dio_uring.c477 if (wq_has_sleeper(&ctx->cq_wait)) { in __io_commit_cqring()