Searched refs:current_is_async (Results 1 – 3 of 3) sorted by relevance
338 * current_is_async - is %current an async worker task?342 bool current_is_async(void) in current_is_async() function 348 EXPORT_SYMBOL_GPL(current_is_async);
122 extern bool current_is_async(void);
143 WARN_ON_ONCE(wait && current_is_async()); in __request_module()