Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 205 extern void __might_sleep(const char *file, int line, int preempt_offset); 221 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0) 250 static inline void __might_sleep(const char *file, int line, in __might_sleep() function
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 2493 0) 1.382 us | __might_sleep(); 2497 0) 1.389 us | __might_sleep(); 2664 the __might_sleep() function, you just have to include 2665 <linux/ftrace.h> and call trace_printk() inside __might_sleep():: 2671 1) | __might_sleep() { 2989 0) | __might_sleep() { 3006 0) | __might_sleep() {
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 7651 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 7667 EXPORT_SYMBOL(__might_sleep);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory.c | 5708 __might_sleep(file, line, 0); in __might_fault()
|