Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dhelper.c114 unsigned long *stack_out) in run_helper_thread() argument
131 if (stack_out == NULL) { in run_helper_thread()
144 *stack_out = stack; in run_helper_thread()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_user.c220 unsigned long *stack_out) in winch_tramp() argument
241 pid = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dos.h222 unsigned int flags, unsigned long *stack_out);