Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A 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()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dkern_util.h54 extern int __cant_sleep(void);
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h206 extern void __cant_sleep(const char *file, int line, int preempt_offset);
228 do { __cant_sleep(__FILE__, __LINE__, 0); } while (0)
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dprocess.c224 int __cant_sleep(void) { in __cant_sleep() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c7719 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() function
7745 EXPORT_SYMBOL_GPL(__cant_sleep);