Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kernel.h | 178 void __might_sleep(const char *file, int line, int preempt_offset); 190 do { __might_sleep(__FILE__, __LINE__, 0); might_resched(); } while (0) 195 static inline void __might_sleep(const char *file, int line, in __might_sleep() function
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1912 0) 1.382 us | __might_sleep(); 1916 0) 1.389 us | __might_sleep(); 2079 the __might_sleep() function, you just have to include 2080 <linux/ftrace.h> and call trace_printk() inside __might_sleep() 2086 1) | __might_sleep() { 2357 0) | __might_sleep() { 2374 0) | __might_sleep() {
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 7547 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 7563 EXPORT_SYMBOL(__might_sleep);
|
/linux-4.4.14/mm/ |
D | memory.c | 3844 __might_sleep(file, line, 0); in __might_fault()
|