Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhighmem.c334 int need_wakeup; in kunmap_high() local
347 need_wakeup = 0; in kunmap_high()
363 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
368 if (need_wakeup) in kunmap_high()
/Linux-v4.19/include/linux/
Dsplice.h44 bool need_wakeup; /* need to wake up writer */ member
/Linux-v4.19/net/9p/
Dtrans_virtio.c145 bool need_wakeup = false; in req_done() local
154 need_wakeup = true; in req_done()
164 if (need_wakeup) in req_done()
/Linux-v4.19/fs/
Dsplice.c520 sd->need_wakeup = true; in splice_from_pipe_feed()
562 if (sd->need_wakeup) { in splice_from_pipe_next()
564 sd->need_wakeup = false; in splice_from_pipe_next()
585 sd->need_wakeup = false; in splice_from_pipe_begin()
600 if (sd->need_wakeup) in splice_from_pipe_end()
768 sd.need_wakeup = true; in iter_file_splice_write()
Duserfaultfd.c1224 bool need_wakeup; in wake_userfault() local
1243 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
1247 if (need_wakeup) in wake_userfault()
/Linux-v4.19/net/sunrpc/
Dsched.c335 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
338 if (!need_wakeup) in rpc_make_runnable()