Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_maple_tree.c55 #define cond_resched() do {} while (0) macro
/openbmc/u-boot/include/linux/
H A Dcompat.h255 #define cond_resched() do { } while (0) macro
/openbmc/linux/include/linux/
H A Dsched.h2136 #define cond_resched() ({ \ macro