Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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.1.27/Documentation/trace/ |
D | ftrace.txt | 1899 0) 1.382 us | __might_sleep(); 1903 0) 1.389 us | __might_sleep(); 2043 the __might_sleep() function, you just have to include 2044 <linux/ftrace.h> and call trace_printk() inside __might_sleep() 2050 1) | __might_sleep() { 2321 0) | __might_sleep() { 2338 0) | __might_sleep() {
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 7289 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() function 7305 EXPORT_SYMBOL(__might_sleep);
|
/linux-4.1.27/mm/ |
D | memory.c | 3775 __might_sleep(__FILE__, __LINE__, 0); in might_fault()
|