Searched refs:SPLICE_F_MORE (Results 1 – 5 of 5) sorted by relevance
21 #define SPLICE_F_MORE (0x04) /* expect more data */ macro24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()150 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
875 if (flags & SPLICE_F_MORE) in splice_to_socket()1075 more = sd->flags & SPLICE_F_MORE; in splice_direct_to_actor()1076 sd->flags |= SPLICE_F_MORE; in splice_direct_to_actor()1096 sd->flags &= ~SPLICE_F_MORE; in splice_direct_to_actor()
951 SPLICE_F_MOVE | SPLICE_F_MORE); in do_splice()957 SPLICE_F_MOVE | SPLICE_F_MORE); in do_splice()
784 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT; in TEST_F()