Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ |
D | kernel.h | 249 void __might_sleep(const char *file, int line, int preempt_offset); 261 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0) 266 static inline void __might_sleep(const char *file, int line, in __might_sleep() function
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 2343 0) 1.382 us | __might_sleep(); 2347 0) 1.389 us | __might_sleep(); 2514 the __might_sleep() function, you just have to include 2515 <linux/ftrace.h> and call trace_printk() inside __might_sleep():: 2521 1) | __might_sleep() { 2807 0) | __might_sleep() { 2824 0) | __might_sleep() {
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 6082 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 6098 EXPORT_SYMBOL(__might_sleep);
|
/Linux-v4.19/mm/ |
D | memory.c | 4575 __might_sleep(file, line, 0); in __might_fault()
|