Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsplice.h21 #define SPLICE_F_MORE (0x04) /* expect more data */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/linux/tools/virtio/virtio-trace/
A Dtrace-agent-rw.c128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
150 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
/linux/fs/
A Dsplice.c358 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
862 more = sd->flags & SPLICE_F_MORE; in splice_direct_to_actor()
883 sd->flags |= SPLICE_F_MORE; in splice_direct_to_actor()
885 sd->flags &= ~SPLICE_F_MORE; in splice_direct_to_actor()

Completed in 9 milliseconds