Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/
Ddd.c925 bool async_allowed; in __device_attach_driver() local
946 async_allowed = driver_allows_async_probing(drv); in __device_attach_driver()
948 if (async_allowed) in __device_attach_driver()
951 if (data->check_async && async_allowed != data->want_async) in __device_attach_driver()