Home
last modified time | relevance | path

Searched refs:need_wakeup (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dhighmem.c333 int need_wakeup; in kunmap_high() local
346 need_wakeup = 0; in kunmap_high()
362 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
367 if (need_wakeup) in kunmap_high()
/kernel/linux/linux-5.10/include/linux/
Dsplice.h44 bool need_wakeup; /* need to wake up writer */ member
/kernel/linux/linux-5.10/fs/
Dsplice.c435 sd->need_wakeup = true; in splice_from_pipe_feed()
494 if (sd->need_wakeup) { in splice_from_pipe_next()
496 sd->need_wakeup = false; in splice_from_pipe_next()
520 sd->need_wakeup = false; in splice_from_pipe_begin()
535 if (sd->need_wakeup) in splice_from_pipe_end()
705 sd.need_wakeup = true; in iter_file_splice_write()
Duserfaultfd.c1199 bool need_wakeup; in wake_userfault() local
1218 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1222 if (need_wakeup) in wake_userfault()
/kernel/linux/linux-5.10/net/9p/
Dtrans_virtio.c130 bool need_wakeup = false; in req_done() local
139 need_wakeup = true; in req_done()
149 if (need_wakeup) in req_done()
/kernel/linux/linux-5.10/net/sunrpc/
Dsched.c343 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
346 if (!need_wakeup) in rpc_make_runnable()
/kernel/linux/linux-5.10/Documentation/networking/
Daf_xdp.rst353 This option adds support for a new flag called need_wakeup that is
356 need_wakeup flag will be set if the kernel needs to be explicitly
366 need_wakeup flag is set so that user space can put buffers on the
/kernel/linux/linux-5.10/drivers/block/
Drbd.c3517 bool need_wakeup; in rbd_lock_del_request() local
3523 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_RELEASING && in rbd_lock_del_request()
3526 if (need_wakeup) in rbd_lock_del_request()