Home
last modified time | relevance | path

Searched refs:__might_resched (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkernel.h88 extern void __might_resched(const char *file, int line, unsigned int offsets);
145 static inline void __might_resched(const char *file, int line, in __might_resched() function
H A Dsched.h2105 __might_resched(__FILE__, __LINE__, 0); \
2133 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
2138 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
2143 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
/linux/kernel/sched/
H A Dcore.c8696 __might_resched(file, line, 0); in __might_sleep()
8721 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() function
8770 EXPORT_SYMBOL(__might_resched);