Searched refs:pipe_fds (Results 1 – 1 of 1) sorted by relevance
1067 int pipe_fds[2]; in test_kernel_gup_of_access_disabled_region() local1069 pipe_ret = pipe(pipe_fds); in test_kernel_gup_of_access_disabled_region()1077 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()1081 close(pipe_fds[0]); in test_kernel_gup_of_access_disabled_region()1082 close(pipe_fds[1]); in test_kernel_gup_of_access_disabled_region()