Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkernel.h126 extern void __might_sleep(const char *file, int line);
143 do { __might_sleep(__FILE__, __LINE__); might_resched(); } while (0)
184 static inline void __might_sleep(const char *file, int line) { } in __might_sleep() function
/linux-6.3-rc2/Documentation/trace/
A Dftrace.rst2507 0) 1.382 us | __might_sleep();
2511 0) 1.389 us | __might_sleep();
2678 the __might_sleep() function, you just have to include
2679 <linux/ftrace.h> and call trace_printk() inside __might_sleep()::
2685 1) | __might_sleep() {
3003 0) | __might_sleep() {
3020 0) | __might_sleep() {
/linux-6.3-rc2/kernel/sched/
A Dcore.c9973 void __might_sleep(const char *file, int line) in __might_sleep() function
9989 EXPORT_SYMBOL(__might_sleep);
/linux-6.3-rc2/mm/
A Dmemory.c5622 __might_sleep(file, line); in __might_fault()

Completed in 34 milliseconds