Home
last modified time | relevance | path

Searched refs:__might_sleep (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dkernel.h112 extern void __might_sleep(const char *file, int line);
129 do { __might_sleep(__FILE__, __LINE__); might_resched(); } while (0)
170 static inline void __might_sleep(const char *file, int line) { } in __might_sleep() function
/linux/Documentation/trace/
A Dftrace.rst2495 0) 1.382 us | __might_sleep();
2499 0) 1.389 us | __might_sleep();
2666 the __might_sleep() function, you just have to include
2667 <linux/ftrace.h> and call trace_printk() inside __might_sleep()::
2673 1) | __might_sleep() {
2991 0) | __might_sleep() {
3008 0) | __might_sleep() {
/linux/kernel/sched/
A Dcore.c9453 void __might_sleep(const char *file, int line) in __might_sleep() function
9469 EXPORT_SYMBOL(__might_sleep);
/linux/mm/
A Dmemory.c5250 __might_sleep(file, line); in __might_fault()

Completed in 40 milliseconds