Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | kernel.h | 213 extern void __might_sleep(const char *file, int line, int preempt_offset); 229 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0) 258 static inline void __might_sleep(const char *file, int line, in __might_sleep() function
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace.rst | 2434 0) 1.382 us | __might_sleep(); 2438 0) 1.389 us | __might_sleep(); 2605 the __might_sleep() function, you just have to include 2606 <linux/ftrace.h> and call trace_printk() inside __might_sleep():: 2612 1) | __might_sleep() { 2930 0) | __might_sleep() { 2947 0) | __might_sleep() {
|
| /Linux-v5.4/kernel/sched/ |
| D | core.c | 6729 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 6745 EXPORT_SYMBOL(__might_sleep);
|
| /Linux-v5.4/mm/ |
| D | memory.c | 4447 __might_sleep(file, line, 0); in __might_fault()
|