Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dusermode_driver.c100 struct file *to_umh[2]; in umd_setup() local
104 err = create_pipe_files(to_umh, 0); in umd_setup()
107 err = replace_fd(0, to_umh[0], 0); in umd_setup()
108 fput(to_umh[0]); in umd_setup()
110 fput(to_umh[1]); in umd_setup()
117 fput(to_umh[1]); in umd_setup()
124 fput(to_umh[1]); in umd_setup()
131 umd_info->pipe_to_umh = to_umh[1]; in umd_setup()

Completed in 3 milliseconds