current_is_async
extern bool current_is_async(void);
EXPORT_SYMBOL_GPL(current_is_async);
WARN_ON_ONCE(wait && current_is_async());