Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-wbt.c121 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
160 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
541 has_sleeper = wq_has_sleeper(&rqw->wait); in __wbt_wait()
/Linux-v4.19/include/linux/
Dwait.h137 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/Linux-v4.19/mm/
Dcompaction.c2040 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/Linux-v4.19/drivers/char/
Drandom.c725 wq_has_sleeper(&random_read_wait)) { in credit_entropy_bits()
/Linux-v4.19/drivers/scsi/cxlflash/
Dmain.c3755 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3775 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/Linux-v4.19/include/net/
Dsock.h2054 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_main.c1969 if (!wq_has_sleeper(&dev->vf_reqs) && in i40iw_vf_clear_to_send()
/Linux-v4.19/net/unix/
Daf_unix.c2125 if (wq_has_sleeper(&u->peer_wait)) in unix_dgram_recvmsg()
/Linux-v4.19/fs/f2fs/
Ddata.c184 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()
/Linux-v4.19/fs/btrfs/
Dctree.h3738 if (wq_has_sleeper(wq)) in cond_wake_up()