Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | kernel.h | 207 extern void __might_sleep(const char *file, int line, int preempt_offset); 223 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0) 252 static inline void __might_sleep(const char *file, int line, in __might_sleep() function
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | ftrace.rst | 2490 0) 1.382 us | __might_sleep(); 2494 0) 1.389 us | __might_sleep(); 2661 the __might_sleep() function, you just have to include 2662 <linux/ftrace.h> and call trace_printk() inside __might_sleep():: 2668 1) | __might_sleep() { 2986 0) | __might_sleep() { 3003 0) | __might_sleep() {
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | core.c | 7845 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 7861 EXPORT_SYMBOL(__might_sleep);
|
/kernel/linux/linux-5.10/mm/ |
D | memory.c | 5209 __might_sleep(file, line, 0); in __might_fault()
|