Home
last modified time | relevance | path

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

/linux/fs/
H A Dsplice.c484 sd->need_wakeup = true; in splice_from_pipe_feed()
543 if (sd->need_wakeup) { in splice_from_pipe_next()
545 sd->need_wakeup = false; in splice_from_pipe_next()
569 sd->need_wakeup = false; in splice_from_pipe_begin()
584 if (sd->need_wakeup) in splice_from_pipe_end()
763 sd.need_wakeup = true; in iter_file_splice_write()
807 bool need_wakeup = false; in splice_to_socket() local
839 if (need_wakeup) { in splice_to_socket()
841 need_wakeup = false; in splice_to_socket()
913 need_wakeup = true; in splice_to_socket()
[all …]
H A Duserfaultfd.c1183 bool need_wakeup; in wake_userfault() local
1202 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1206 if (need_wakeup) in wake_userfault()
/linux/mm/
H A Dhighmem.c364 int need_wakeup; in kunmap_high() local
377 need_wakeup = 0; in kunmap_high()
393 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
398 if (need_wakeup) in kunmap_high()
/linux/net/9p/
H A Dtrans_virtio.c133 bool need_wakeup = false; in req_done() local
142 need_wakeup = true; in req_done()
152 if (need_wakeup) in req_done()
/linux/include/linux/
H A Dsplice.h45 bool need_wakeup; /* need to wake up writer */ member
/linux/net/sunrpc/
H A Dsched.c364 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
367 if (!need_wakeup) in rpc_make_runnable()