Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-raid.c218 #define DISKS_ARRAY_ELEMS ((MAX_RAID_DEVICES + (sizeof(uint64_t) * 8 - 1)) / sizeof(uint64_t) / 8) macro
236 uint64_t rebuild_disks[DISKS_ARRAY_ELEMS];
1995 __le64 extended_failed_devices[DISKS_ARRAY_ELEMS - 1];
2086 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_sync()
2214 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in super_init_validation()
3805 uint64_t cleared_failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3868 uint64_t failed_devices[DISKS_ARRAY_ELEMS]; in attempt_restore_of_faulty_devices()
3877 for (i = 0; i < DISKS_ARRAY_ELEMS; i++) in attempt_restore_of_faulty_devices()