Home
last modified time | relevance | path

Searched defs:cond_resched (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h504 #define cond_resched() do { if need_resched() schedule(); } while(0) macro
/linux-2.4.37.9/include/linux/
Dsched.h960 static inline void cond_resched(void) in cond_resched() function