Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dsplice.h41 bool need_wakeup; /* need to wake up writer */ member
/linux-4.1.27/fs/
Dsplice.c792 sd->need_wakeup = true; in splice_from_pipe_feed()
827 if (sd->need_wakeup) { in splice_from_pipe_next()
829 sd->need_wakeup = false; in splice_from_pipe_next()
850 sd->need_wakeup = false; in splice_from_pipe_begin()
865 if (sd->need_wakeup) in splice_from_pipe_end()
1034 sd.need_wakeup = true; in iter_file_splice_write()
/linux-4.1.27/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()