Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dhighmem.c337 int need_wakeup; in kunmap_high() local
350 need_wakeup = 0; in kunmap_high()
366 need_wakeup = waitqueue_active(pkmap_map_wait); in kunmap_high()
371 if (need_wakeup) in kunmap_high()
/linux-4.4.14/include/linux/
Dsplice.h41 bool need_wakeup; /* need to wake up writer */ member
/linux-4.4.14/fs/
Dsplice.c793 sd->need_wakeup = true; in splice_from_pipe_feed()
835 if (sd->need_wakeup) { in splice_from_pipe_next()
837 sd->need_wakeup = false; in splice_from_pipe_next()
858 sd->need_wakeup = false; in splice_from_pipe_begin()
873 if (sd->need_wakeup) in splice_from_pipe_end()
1043 sd.need_wakeup = true; in iter_file_splice_write()
Duserfaultfd.c670 bool need_wakeup; in wake_userfault() local
689 need_wakeup = waitqueue_active(&ctx->fault_pending_wqh) || in wake_userfault()
693 if (need_wakeup) in wake_userfault()
/linux-4.4.14/net/sunrpc/
Dsched.c334 bool need_wakeup = !rpc_test_and_set_running(task); in rpc_make_runnable() local
337 if (!need_wakeup) in rpc_make_runnable()