Searched defs:cond_resched (Results 1 – 2 of 2) sorted by relevance
504 #define cond_resched() do { if need_resched() schedule(); } while(0) macro
960 static inline void cond_resched(void) in cond_resched() function