Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dprotection_keys.c1112 int pipe_ret, vmsplice_ret; in test_kernel_gup_of_access_disabled_region() local
1124 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
1125 dprintf1("vmsplice() ret: %d\n", vmsplice_ret); in test_kernel_gup_of_access_disabled_region()
1126 pkey_assert(vmsplice_ret == -1); in test_kernel_gup_of_access_disabled_region()