Home
last modified time | relevance | path

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

/linux/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)
/linux/tools/testing/selftests/arm64/fp/
H A Dkernel-test.c211 ret = vmsplice(zerocopy[1], &iov, 1, SPLICE_F_GIFT); in compute_digest()
/linux/Documentation/crypto/
H A Duserspace-if.rst353 vmsplice(pipes[1], iov, iovlen, SPLICE_F_GIFT);
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1060 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
/linux/fs/
H A Dsplice.c1541 if (flags & SPLICE_F_GIFT) in vmsplice_to_pipe()
/linux/tools/testing/selftests/net/
H A Dtls.c784 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT; in TEST_F()