Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dkernel.h128 extern void __might_sleep(const char *file, int line);
145 do { __might_sleep(__FILE__, __LINE__); might_resched(); } while (0)
186 static inline void __might_sleep(const char *file, int line) { } in __might_sleep() function
/linux-6.6.21/Documentation/trace/
Dftrace.rst2557 0) 1.382 us | __might_sleep();
2561 0) 1.389 us | __might_sleep();
2841 the __might_sleep() function, you just have to include
2842 <linux/ftrace.h> and call trace_printk() inside __might_sleep()::
2848 1) | __might_sleep() {
3166 0) | __might_sleep() {
3183 0) | __might_sleep() {
/linux-6.6.21/kernel/sched/
Dcore.c10105 void __might_sleep(const char *file, int line) in __might_sleep() function
10121 EXPORT_SYMBOL(__might_sleep);
/linux-6.6.21/mm/
Dmemory.c5916 __might_sleep(file, line); in __might_fault()