Home
last modified time | relevance | path

Searched refs:SPLICE_F_MORE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-rw.c130 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
152 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
/linux-4.1.27/include/linux/
Dsplice.h20 #define SPLICE_F_MORE (0x04) /* expect more data */ macro
/linux-4.1.27/fs/
Dsplice.c717 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
1210 more = sd->flags & SPLICE_F_MORE; in splice_direct_to_actor()
1229 sd->flags |= SPLICE_F_MORE; in splice_direct_to_actor()
1231 sd->flags &= ~SPLICE_F_MORE; in splice_direct_to_actor()