Home
last modified time | relevance | path

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

/arch/um/os-Linux/
Dhelper.c48 stack = alloc_stack(0, __cant_sleep()); in run_helper()
119 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
/arch/um/include/shared/
Dkern_util.h22 extern unsigned long alloc_stack(int order, int atomic);
/arch/um/kernel/
Dprocess.c60 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
/arch/um/drivers/
Dubd_kern.c1093 stack = alloc_stack(0, 0); in ubd_driver_init()