Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h22 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/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.h350 # define SPLICE_F_GIFT 8 /* Pages passed in are a gift. */ 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.h350 # define SPLICE_F_GIFT 8 /* Pages passed in are a gift. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dprotection_keys.c1138 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
/OK3568_Linux_fs/kernel/fs/
H A Dsplice.c1241 if (flags & SPLICE_F_GIFT) in vmsplice_to_pipe()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Duserspace-if.rst354 vmsplice(pipes[1], iov, iovlen, SPLICE_F_GIFT);