Home
last modified time | relevance | path

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

/linux/fs/
H A Dsplice.c480 sd->need_wakeup = true; in splice_from_pipe_feed()
538 if (sd->need_wakeup) { in splice_from_pipe_next()
540 sd->need_wakeup = false; in splice_from_pipe_next()
564 sd->need_wakeup = false; in splice_from_pipe_begin()
579 if (sd->need_wakeup) in splice_from_pipe_end()
759 sd.need_wakeup = true; in iter_file_splice_write()
803 bool need_wakeup = false; in splice_to_socket() local
835 if (need_wakeup) { in splice_to_socket()
837 need_wakeup = false; in splice_to_socket()
908 need_wakeup = true; in splice_to_socket()
[all …]
H A Dfs-writeback.c2559 bool need_wakeup = false; in filemap_dontcache_kick_writeback() local
2566 need_wakeup = true; in filemap_dontcache_kick_writeback()
2570 if (need_wakeup) { in filemap_dontcache_kick_writeback()
/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()
/linux/Documentation/networking/
H A Daf_xdp.rst352 This option adds support for a new flag called need_wakeup that is
355 need_wakeup flag will be set if the kernel needs to be explicitly
365 need_wakeup flag is set so that user space can put buffers on the
/linux/drivers/block/
H A Drbd.c3453 bool need_wakeup = false; in rbd_lock_del_request() local
3460 need_wakeup = (rbd_dev->lock_state == RBD_LOCK_STATE_QUIESCING && in rbd_lock_del_request()
3464 if (need_wakeup) in rbd_lock_del_request()