Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/os-Linux/
Dhelper.c48 stack = alloc_stack(0, __cant_sleep()); in run_helper()
72 data.buf = __cant_sleep() ? uml_kmalloc(PATH_MAX, UM_GFP_ATOMIC) : in run_helper()
119 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
/linux-3.4.99/arch/um/include/shared/
Dkern_util.h50 extern int __cant_sleep(void);
/linux-3.4.99/arch/um/kernel/
Dprocess.c260 int __cant_sleep(void) { in __cant_sleep() function