Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dmisc.h29 if (wq_has_sleeper(wq)) in cond_wake_up()
/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.c191 if (wq_has_sleeper(&rqw->wait)) in rwb_wake_all()
222 if (wq_has_sleeper(&rqw->wait)) { in wbt_rqw_done()
/linux/io_uring/
H A Dregister.c191 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
199 if (ctx->sq_data && wq_has_sleeper(&ctx->sq_data->wait)) in io_register_enable_rings()
H A Dio_uring.h306 if (wq_has_sleeper(wq)) in __io_wq_wake()
H A Dio-wq.c572 if (wq_has_sleeper(&wq->hash->wait)) in io_get_next_work()
669 if (wq_has_sleeper(&wq->hash->wait)) in io_worker_handle_work()
H A Dio_uring.c1695 wq_has_sleeper(&ctx->sq_data->wait)) in io_iopoll_req_issued()
2875 * provides mb() which pairs with barrier from wq_has_sleeper in io_uring_poll()
/linux/include/linux/
H A Dwait.h144 * wq_has_sleeper - check if there are any waiting processes
151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper() function
H A Dtrace_events.h679 if (wq_has_sleeper(&hist_poll_wq)) in hist_poll_wakeup()
/linux/mm/
H A Dcompaction.c3150 if (!wq_has_sleeper(&pgdat->kcompactd_wait)) in wakeup_kcompactd()
/linux/include/net/
H A Dsock.h2352 return wq && wq_has_sleeper(&wq->wait); in skwq_has_sleeper()
2361 * See the comments in the wq_has_sleeper function.
2369 * This memory barrier is paired in the wq_has_sleeper. in sock_poll_wait()
/linux/fs/
H A Ddcache.c2524 if (wq_has_sleeper(d_wait)) in end_dir_add()
/linux/kernel/printk/
H A Dprintk.c849 * within wq_has_sleeper(). in devkmsg_read()
1629 * within wq_has_sleeper(). in syslog_print()
4546 * The full memory barrier within wq_has_sleeper() pairs with the full in __wake_up_klogd()
4553 if (wq_has_sleeper(&log_wait) || /* LMM(__wake_up_klogd:A) */ in __wake_up_klogd()
/linux/drivers/comedi/
H A Dcomedi_fops.c808 if (wq_has_sleeper(&s->async->wait_head)) in is_device_busy()
/linux/drivers/md/
H A Dmd-bitmap.c2384 stats->behind_wait = wq_has_sleeper(&bitmap->behind_wait); in bitmap_get_stats()
H A Ddm.c972 if (unlikely(wq_has_sleeper(&md->wait))) in __dm_io_complete()
H A Draid1.c896 if (wq_has_sleeper(&conf->wait_barrier)) in wake_up_barrier()
H A Draid10.c294 if (wq_has_sleeper(&conf->wait_barrier)) in wake_up_barrier()
H A Dmd.c8148 if (wq_has_sleeper(&t->wqueue)) in md_wakeup_thread()
/linux/net/tls/
H A Dtls_sw.c1992 if (wq_has_sleeper(&ctx->wq)) in tls_rx_reader_release()
/linux/net/ceph/
H A Dosdmap.c1116 if (wq_has_sleeper(&wsm->ws_wait)) in put_workspace()
/linux/net/unix/
H A Daf_unix.c2625 if (wq_has_sleeper(&u->peer_wait)) in __unix_dgram_recvmsg()
/linux/fs/f2fs/
H A Ddata.c365 wq_has_sleeper(&sbi->cp_wait)) in f2fs_write_end_io()