Searched refs:__might_resched (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | kernel.h | 88 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 D | sched.h | 2105 __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 D | core.c | 8696 __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);
|