/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 118 __u8 spares; member 129 __u8 spares; member 140 __u8 spares; member
|
H A D | nfit.c | 161 .spares = 75, 737 dev_dbg(dimm_dev, "%s: alarm: %#x spares: %d (%d) mtemp: %d (%d) ctemp: %d (%d)\n", in smart_notify() 738 __func__, thresh->alarm_control, thresh->spares, in smart_notify() 739 smart->spares, thresh->media_temperature, in smart_notify() 743 && smart->spares in smart_notify() 744 <= thresh->spares) in smart_notify() 796 smart->spares = inj->spares; in nfit_test_cmd_smart_inject() 798 smart->spares = smart_def.spares; in nfit_test_cmd_smart_inject() [all...] |
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 118 __u8 spares; member 129 __u8 spares; member 140 __u8 spares; member
|
H A D | nfit.c | 158 .spares = 75, 734 dev_dbg(dimm_dev, "%s: alarm: %#x spares: %d (%d) mtemp: %d (%d) ctemp: %d (%d)\n", in smart_notify() 735 __func__, thresh->alarm_control, thresh->spares, in smart_notify() 736 smart->spares, thresh->media_temperature, in smart_notify() 740 && smart->spares in smart_notify() 741 <= thresh->spares) in smart_notify() 793 smart->spares = inj->spares; in nfit_test_cmd_smart_inject() 795 smart->spares = smart_def.spares; in nfit_test_cmd_smart_inject() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | intel.h | 21 u8 spares; member
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | intel.h | 21 u8 spares; member
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 1389 * for spares (which don't need an event count) */ in super_90_validate() 1922 * spares (which don't need an event count). in super_1_validate() 2376 /* skip spares and non-functional disks */ in md_integrity_register() 2655 * if we are allowed to, skip spares which already in sync_sbs() 2793 /* just a clean<-> dirty transition, possibly leave spares alone, in md_update_sb() 2795 * spares after all in md_update_sb() 2801 /* If the array is degraded, then skipping spares is both in md_update_sb() 2806 * Pointless because if there are any spares to skip, in md_update_sb() 3136 * from spares, or by assigning 'slot'. in state_store() 6103 * via sysfs - until a lack of spares i in md_run() 9102 int spares = 0; remove_and_add_spares() local 9282 int spares = 0; md_check_recovery() local [all...] |
H A D | raid10.c | 4170 * This also checks if there are enough spares and adds them in raid10_start_reshape() 4172 * We currently require enough spares to make the final in raid10_start_reshape() 4184 int spares = 0; in raid10_start_reshape() local 4201 spares++; in raid10_start_reshape() 4218 if (spares < mddev->delta_disks) in raid10_start_reshape()
|
H A D | raid5.c | 8150 int spares = 0; in raid5_start_reshape() local 8165 spares++; in raid5_start_reshape() 8168 if (spares - mddev->degraded < mddev->delta_disks - conf->max_degraded) in raid5_start_reshape()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 1348 * for spares (which don't need an event count) */ in super_90_validate() 1878 * spares (which don't need an event count). in super_1_validate() 2331 /* skip spares and non-functional disks */ in md_integrity_register() 2581 * if we are allowed to, skip spares which already in sync_sbs() 2719 /* just a clean<-> dirty transition, possibly leave spares alone, in md_update_sb() 2721 * spares after all in md_update_sb() 2727 /* If the array is degraded, then skipping spares is both in md_update_sb() 2732 * Pointless because if there are any spares to skip, in md_update_sb() 3061 * from spares, or by assigning 'slot'. in state_store() 6102 * via sysfs - until a lack of spares i in md_run() 9226 int spares = 0; remove_and_add_spares() local 9406 int spares = 0; md_check_recovery() local [all...] |
H A D | raid10.c | 4558 * This also checks if there are enough spares and adds them in raid10_start_reshape() 4560 * We currently require enough spares to make the final in raid10_start_reshape() 4572 int spares = 0; in raid10_start_reshape() local 4589 spares++; in raid10_start_reshape() 4606 if (spares < mddev->delta_disks) in raid10_start_reshape()
|
H A D | raid5.c | 8504 int spares = 0; in raid5_start_reshape() local 8527 spares++; in raid5_start_reshape() 8530 if (spares - mddev->degraded < mddev->delta_disks - conf->max_degraded) in raid5_start_reshape()
|