Searched refs:__might_resched (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernel.h | 127 extern void __might_resched(const char *file, int line, unsigned int offsets); 184 static inline void __might_resched(const char *file, int line, in __might_resched() function
|
H A D | sched.h | 2254 __might_resched(__FILE__, __LINE__, 0); \ 2282 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2287 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2292 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | spinlock_rt.c | 28 * __might_resched() skips the state check as rtlocks are state 36 __might_resched(__FILE__, __LINE__, RTLOCK_RESCHED_OFFSETS)
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | core.c | 10810 __might_resched(file, line, 0); in __might_sleep() 10835 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() function 10884 EXPORT_SYMBOL(__might_resched); variable
|
Completed in 19 milliseconds