Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dmisc.h19 if (wq_has_sleeper(wq)) in cond_wake_up()
/OK3568_Linux_fs/kernel/block/
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()
H A Dblk-rq-qos.c265 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_cdc.c52 unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq))) in smc_cdc_tx_handler()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c506 if (wq_has_sleeper(&wqe->wq->hash->wait)) in io_get_next_work()
595 if (wq_has_sleeper(&wq->hash->wait)) in io_worker_handle_work()
H A Dio_uring.c1638 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_ev_posted()
2841 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
7283 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
10472 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c876 wq_has_sleeper(&so->wait)) { in isotp_sendmsg()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/mm/
H A Dcompaction.c2848 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_main.c1969 if (!wq_has_sleeper(&dev->vf_reqs) && in i40iw_vf_clear_to_send()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2201 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c2195 if (wq_has_sleeper(&u->peer_wait)) in unix_dgram_recvmsg()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c626 if (unlikely(wq_has_sleeper(&md->wait))) in end_io_acct()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c1100 if (wq_has_sleeper(&wsm->ws_wait)) in put_workspace()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c361 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()