Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1118 int pipe_ret, vmsplice_ret; in test_kernel_gup_of_access_disabled_region() local
1130 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
1131 dprintf1("vmsplice() ret: %d\n", vmsplice_ret); in test_kernel_gup_of_access_disabled_region()
1132 pkey_assert(vmsplice_ret == -1); in test_kernel_gup_of_access_disabled_region()