Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h2144 __might_resched(__FILE__, __LINE__, 0); \
2172 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
2177 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
2182 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
/linux/kernel/sched/
H A Dcore.c9092 __might_resched(file, line, 0); in __might_sleep()
9117 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() function
9166 EXPORT_SYMBOL(__might_resched);