File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Documentation/ABI/testing Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Description:
49
49
(RO) Supported minimum scrub cycle duration in seconds
50
50
by the memory scrubber.
51
51
52
+ Device-based scrub: returns the minimum scrub cycle
53
+ supported by the memory device.
54
+
55
+ Region-based scrub: returns the max of minimum scrub cycles
56
+ supported by individual memory devices that back the region.
57
+
52
58
What: /sys/bus/edac/devices/<dev-name>/scrubX/max_cycle_duration
53
59
Date: March 2025
54
60
KernelVersion: 6.15
@@ -57,6 +63,16 @@ Description:
57
63
(RO) Supported maximum scrub cycle duration in seconds
58
64
by the memory scrubber.
59
65
66
+ Device-based scrub: returns the maximum scrub cycle supported
67
+ by the memory device.
68
+
69
+ Region-based scrub: returns the min of maximum scrub cycles
70
+ supported by individual memory devices that back the region.
71
+
72
+ If the memory device does not provide maximum scrub cycle
73
+ information, return the maximum supported value of the scrub
74
+ cycle field.
75
+
60
76
What: /sys/bus/edac/devices/<dev-name>/scrubX/current_cycle_duration
61
77
Date: March 2025
62
78
KernelVersion: 6.15
You can’t perform that action at this time.
0 commit comments