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