__cond_resched
extern int __cond_resched(void);
# define might_resched() __cond_resched()
extern int __cond_resched(void);
DECLARE_STATIC_CALL(might_resched, __cond_resched);
extern int __cond_resched(void);
DECLARE_STATIC_CALL(cond_resched, __cond_resched);
return __cond_resched();
EXPORT_SYMBOL(__cond_resched);
# define cond_resched_dynamic_enabled __cond_resched
DEFINE_STATIC_CALL_RET0(cond_resched, __cond_resched);
# define might_resched_dynamic_enabled __cond_resched
DEFINE_STATIC_CALL_RET0(might_resched, __cond_resched);
return __cond_resched();
return __cond_resched();