Searched refs:device_indexes (Results 1 – 1 of 1) sorted by relevance
485 static atomic_t device_indexes = ATOMIC_INIT(0); in edac_device_alloc_index() local487 return atomic_inc_return(&device_indexes) - 1; in edac_device_alloc_index()