Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dmisc.h19 if (wq_has_sleeper(wq)) in cond_wake_up()
/linux-6.1.9/block/
Dblk-rq-qos.c259 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
Dblk-wbt.c123 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
162 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
/linux-6.1.9/io_uring/
Dsqpoll.c196 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
Dio-wq.c515 if (wq_has_sleeper(&wqe->wq->hash->wait)) in io_get_next_work()
606 if (wq_has_sleeper(&wq->hash->wait)) in io_worker_handle_work()
Dio_uring.c1520 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
3729 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
/linux-6.1.9/net/smc/
Dsmc_cdc.c61 if (unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq))) in smc_cdc_tx_handler()
/linux-6.1.9/include/linux/
Dwait.h153 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/linux-6.1.9/net/can/
Disotp.c946 wq_has_sleeper(&so->wait)) { in isotp_sendmsg()
/linux-6.1.9/drivers/scsi/cxlflash/
Dmain.c3730 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3750 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/linux-6.1.9/mm/
Dcompaction.c2907 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
Dvmscan.c4140 if (wq_has_sleeper(&walk->lruvec->mm_state.wait)) in walk_pud_range()
4425 if (wq_has_sleeper(&lruvec->mm_state.wait)) in try_to_inc_max_seq()
/linux-6.1.9/kernel/printk/
Dprintk.c3478 if (wq_has_sleeper(&log_wait) || /* LMM(__wake_up_klogd:A) */ in __wake_up_klogd()
/linux-6.1.9/include/net/
Dsock.h2367 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/linux-6.1.9/drivers/md/
Ddm.c981 if (unlikely(wq_has_sleeper(&md->wait))) in __dm_io_complete()
Draid10.c294 if (wq_has_sleeper(&conf->wait_barrier)) in wake_up_barrier()
/linux-6.1.9/net/tls/
Dtls_sw.c1890 if (wq_has_sleeper(&ctx->wq)) in tls_rx_reader_unlock()
/linux-6.1.9/net/ceph/
Dosdmap.c1116 if (wq_has_sleeper(&wsm->ws_wait)) in put_workspace()
/linux-6.1.9/net/unix/
Daf_unix.c2471 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()
/linux-6.1.9/fs/f2fs/
Ddata.c369 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()