Searched refs:__might_resched (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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 | 2132 __might_resched(__FILE__, __LINE__, 0); \ 2160 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2165 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \ 2170 __might_resched(__FILE__, __LINE__, PREEMPT_LOCK_RESCHED_OFFSETS); \
|
| /linux-6.15/kernel/locking/ |
| H A D | spinlock_rt.c | 36 __might_resched(__FILE__, __LINE__, RTLOCK_RESCHED_OFFSETS)
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 8747 __might_resched(file, line, 0); in __might_sleep() 8772 void __might_resched(const char *file, int line, unsigned int offsets) in __might_resched() function 8821 EXPORT_SYMBOL(__might_resched);
|