Home
last modified time | relevance | path

Searched refs:module_requested_async_probing (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dmodule.h759 static inline bool module_requested_async_probing(struct module *module) in module_requested_async_probing() function
871 static inline bool module_requested_async_probing(struct module *module) in module_requested_async_probing() function
/linux-6.14.4/drivers/base/
Ddd.c881 if (module_requested_async_probing(drv->owner)) in driver_allows_async_probing()