Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H 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)
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H 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()
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c358 more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; in pipe_to_sendpage()
854 more = sd->flags & SPLICE_F_MORE; in splice_direct_to_actor()
880 sd->flags |= SPLICE_F_MORE; in splice_direct_to_actor()
882 sd->flags &= ~SPLICE_F_MORE; in splice_direct_to_actor()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h349 # define SPLICE_F_MORE 4 /* Expect more data. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h349 # define SPLICE_F_MORE 4 /* Expect more data. */ macro