Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dasync.h49 extern bool current_is_async(void);
/linux-4.4.14/kernel/
Dasync.c323 bool current_is_async(void) in current_is_async() function
Dkmod.c140 WARN_ON_ONCE(wait && current_is_async()); in __request_module()