Home
last modified time | relevance | path

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

/Linux-v6.6/arch/um/os-Linux/
Dhelper.c49 stack = alloc_stack(0, __cant_sleep()); in run_helper()
73 data.buf = __cant_sleep() ? uml_kmalloc(PATH_MAX, UM_GFP_ATOMIC) : in run_helper()
124 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
/Linux-v6.6/include/linux/
Dkernel.h129 extern void __cant_sleep(const char *file, int line, int preempt_offset);
152 do { __cant_sleep(__FILE__, __LINE__, 0); } while (0)
/Linux-v6.6/arch/um/include/shared/
Dkern_util.h53 extern int __cant_sleep(void);
/Linux-v6.6/arch/um/kernel/
Dprocess.c223 int __cant_sleep(void) { in __cant_sleep() function
/Linux-v6.6/kernel/sched/
Dcore.c10192 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() function
10218 EXPORT_SYMBOL_GPL(__cant_sleep);