Searched refs:SPLICE_F_GIFT (Results 1 - 4 of 4) sorted by relevance

/linux-master/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-master/tools/testing/selftests/mm/
H A Dprotection_keys.c1130 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT);
/linux-master/fs/
H A Dsplice.c1546 if (flags & SPLICE_F_GIFT)
/linux-master/tools/testing/selftests/net/
H A Dtls.c712 unsigned int f = SPLICE_F_NONBLOCK | SPLICE_F_MORE | SPLICE_F_GIFT;

Completed in 104 milliseconds