Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkernel.h90 extern void __cant_sleep(const char *file, int line, int preempt_offset);
113 do { __cant_sleep(__FILE__, __LINE__, 0); } while (0)
/linux/kernel/sched/
H A Dcore.c10201 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() function
10227 EXPORT_SYMBOL_GPL(__cant_sleep);