Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/base/device/
H A Ddd.rs170 let async_allowed = driver.allows_async_probing(); in do_device_attach_driver() localVariable
171 if data.check_async && async_allowed != data.want_async { in do_device_attach_driver()