Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dedac_device.c414 static atomic_t device_indexes = ATOMIC_INIT(0); in edac_device_alloc_index() local
416 return atomic_inc_return(&device_indexes) - 1; in edac_device_alloc_index()