Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/os-Linux/
H A Dhelper.c49 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper()
73 data.buf = __uml_cant_sleep() ? uml_kmalloc(PATH_MAX, UM_GFP_ATOMIC) : in run_helper()
124 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper_thread()
/openbmc/linux/arch/um/include/shared/
H A Dkern_util.h53 extern int __uml_cant_sleep(void);
/openbmc/linux/arch/um/kernel/
H A Dprocess.c223 int __uml_cant_sleep(void) { in __uml_cant_sleep() function