Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dubd_user.c28 int start_io_thread(struct os_helper_thread **td_out, int *fd_out) in start_io_thread() argument
50 err = os_run_helper_thread(td_out, io_thread, NULL); in start_io_thread()
H A Dubd.h12 int start_io_thread(struct os_helper_thread **td_out, int *fd_out);
/linux/arch/um/os-Linux/
H A Dhelper.c180 int os_run_helper_thread(struct os_helper_thread **td_out, in os_run_helper_thread() argument
207 *td_out = td; in os_run_helper_thread()
/linux/arch/um/include/shared/
H A Dos.h231 int os_run_helper_thread(struct os_helper_thread **td_out,