Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dax/
Dbus.h31 int match_always; member
Dbus.c223 if (dax_drv->match_always) in dax_bus_match()
1439 match_always_count += dax_drv->match_always; in __dax_driver_register()
1450 if (rc && dax_drv->match_always) { in __dax_driver_register()
1452 match_always_count -= dax_drv->match_always; in __dax_driver_register()
1466 match_always_count -= dax_drv->match_always; in dax_driver_unregister()
Ddevice.c479 .match_always = 1,