Searched refs:pipe_ret (Results 1 – 2 of 2) sorted by relevance
53 int pipe_ret, pipes[2]; variable102 pipe_ret = pipe(pipes); in setup()103 if (pipe_ret < 0) { in setup()
1065 int pipe_ret, vmsplice_ret; in test_kernel_gup_of_access_disabled_region() local1069 pipe_ret = pipe(pipe_fds); in test_kernel_gup_of_access_disabled_region()1071 pkey_assert(pipe_ret == 0); in test_kernel_gup_of_access_disabled_region()