Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dmisc.h27 if (wq_has_sleeper(wq)) in cond_wake_up()
/linux/io_uring/
H A Dio_uring.h261 if (wq_has_sleeper(&ctx->poll_wq)) in io_poll_wq_wake()
278 if (wq_has_sleeper(&ctx->cq_wait)) in io_cqring_wake()
H A Dregister.c186 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
194 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
H A Dsqpoll.c199 if (to_submit && wq_has_sleeper(&ctx->sqo_sq_wait)) in __io_sq_thread()
H A Dio-wq.c526 if (wq_has_sleeper(&wq->hash->wait)) in io_get_next_work()
620 if (wq_has_sleeper(&wq->hash->wait)) in io_worker_handle_work()
H A Dio_uring.c1624 wq_has_sleeper(&ctx->sq_data->wait)) in io_file_get_flags()
2828 * synchronizes with barrier from wq_has_sleeper call in in io_uring_poll()
/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c236 if (wq_has_sleeper(&queue->wait_head)) in wake_up_worker()
/linux/crypto/
H A Djitterentropy-testing.c108 if (wq_has_sleeper(&data->read_wait)) in jent_testing_store()
/linux/block/
H A Dblk-wbt.c190 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
221 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
H A Dblk-rq-qos.c259 has_sleeper = wq_has_sleeper(&rqw->wait); in rq_qos_wait()
/linux/net/smc/
H A Dsmc_cdc.c64 if (unlikely(wq_has_sleeper(&conn->cdc_pend_tx_wq))) in smc_cdc_tx_handler()
/linux/include/linux/
H A Dwait.h151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
/linux/drivers/scsi/cxlflash/
H A Dmain.c3733 if (rc && !wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
3753 if (wq_has_sleeper(&cfg->reset_waitq)) { in cxlflash_probe()
/linux/include/net/
H A Dsock.h2272 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
/linux/mm/
H A Dcompaction.c3139 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in kcompactd_do_work()
/linux/net/tls/
H A Dtls_sw.c1933 if (wq_has_sleeper(&ctx->wq)) in tls_rx_reader_release()
/linux/drivers/md/
H A Dmd-bitmap.c2358 stats->behind_wait = wq_has_sleeper(&bitmap->behind_wait); in bitmap_get_stats()
H A Draid1.c898 if (wq_has_sleeper(&conf->wait_barrier)) in wake_up_barrier()
H A Draid10.c293 if (wq_has_sleeper(&conf->wait_barrier)) in wake_up_barrier()
H A Dmd.c8046 if (wq_has_sleeper(&t->wqueue)) in md_wakeup_thread()
/linux/kernel/printk/
H A Dprintk.c4490 if (wq_has_sleeper(&log_wait) || /* LMM(__wake_up_klogd:A) */ in __wake_up_klogd()
/linux/net/ceph/
H A Dosdmap.c1116 if (wq_has_sleeper(&wsm->ws_wait)) in put_workspace()
/linux/net/unix/
H A Daf_unix.c2461 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()