Home
last modified time | relevance | path

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

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