Home
last modified time | relevance | path

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

/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dsmart.c382 struct nvme_additional_smart_log intel_smart_log; in smart_read_nvme_intel_disk() local
409 (double)intel_smart_log.program_fail_cnt.norm); in smart_read_nvme_intel_disk()
413 (double)intel_smart_log.erase_fail_cnt.norm); in smart_read_nvme_intel_disk()
417 (double)intel_smart_log.wear_leveling_cnt.norm); in smart_read_nvme_intel_disk()
428 (double)intel_smart_log.e2e_err_cnt.norm); in smart_read_nvme_intel_disk()
430 int48_to_double(intel_smart_log.e2e_err_cnt.raw)); in smart_read_nvme_intel_disk()
432 (double)intel_smart_log.crc_err_cnt.norm); in smart_read_nvme_intel_disk()
434 int48_to_double(intel_smart_log.crc_err_cnt.raw)); in smart_read_nvme_intel_disk()
463 (double)intel_smart_log.pll_lock_loss_cnt.norm); in smart_read_nvme_intel_disk()
467 (double)intel_smart_log.host_bytes_written.norm); in smart_read_nvme_intel_disk()
[all …]
H A Dsmart_test.c55 struct nvme_additional_smart_log *intel_smart_log = in ioctl() local
57 intel_smart_log->program_fail_cnt.norm = 100; in ioctl()