Searched refs:should_resched (Results 1 – 6 of 6) sorted by relevance
65 static inline bool should_resched(int preempt_offset) in should_resched() function113 static inline bool should_resched(int preempt_offset) in should_resched() function
186 ({ preempt_count_sub(1); should_resched(0); })234 if (should_resched(0)) \
75 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
76 static inline bool should_resched(int preempt_offset) in should_resched() function
101 static __always_inline bool should_resched(int preempt_offset) in should_resched() function
8131 if (should_resched(0)) { in __cond_resched()8172 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_lock()8192 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_read()8212 int resched = should_resched(PREEMPT_LOCK_OFFSET); in __cond_resched_rwlock_write()
Completed in 27 milliseconds