Home
last modified time | relevance | path

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

/kernel/
Dumh.c439 struct file *to_umh[2]; in umh_pipe_setup() local
443 err = create_pipe_files(to_umh, 0); in umh_pipe_setup()
446 err = replace_fd(0, to_umh[0], 0); in umh_pipe_setup()
447 fput(to_umh[0]); in umh_pipe_setup()
449 fput(to_umh[1]); in umh_pipe_setup()
456 fput(to_umh[1]); in umh_pipe_setup()
463 fput(to_umh[1]); in umh_pipe_setup()
469 umh_info->pipe_to_umh = to_umh[1]; in umh_pipe_setup()