Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkernel.h111 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 Dsched.h2036 __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 Dspinlock_rt.c36 __might_resched(__FILE__, __LINE__, RTLOCK_RESCHED_OFFSETS)
/linux/kernel/sched/
A Dcore.c9467 __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