Searched refs:__might_resched (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | kernel.h | 111 extern void __might_resched(const char *file, int line, unsigned int offsets); 168 static inline void __might_resched(const char *file, int line, in __might_resched() function
|
A D | sched.h | 2036 __might_resched(__FILE__, __LINE__, 0); \ 2064 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2069 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2074 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
|
/linux/kernel/locking/ |
A D | spinlock_rt.c | 36 __might_resched(__FILE__, __LINE__, RTLOCK_RESCHED_OFFSETS)
|
/linux/kernel/sched/ |
A D | core.c | 9467 __might_resched(file, line, 0); in __might_sleep() 9492 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() function 9541 EXPORT_SYMBOL(__might_resched);
|
Completed in 50 milliseconds