Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/os-Linux/
Dhelper.c116 unsigned long *stack_out) in run_helper_thread() argument
133 if (stack_out == NULL) { in run_helper_thread()
146 *stack_out = stack; in run_helper_thread()
/linux-2.6.39/arch/um/drivers/
Dchan_user.c222 unsigned long *stack_out) in winch_tramp() argument
243 err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out); in winch_tramp()
/linux-2.6.39/arch/um/include/shared/
Dos.h211 unsigned int flags, unsigned long *stack_out);