Home
last modified time | relevance | path

Searched refs:current_is_async (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/ !
H A Dasync.c338 * 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);
/linux/include/linux/ !
H A Dasync.h122 extern bool current_is_async(void);
/linux/kernel/module/ !
H A Dkmod.c143 WARN_ON_ONCE(wait && current_is_async()); in __request_module()