Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dhiperdispatch.c81 static unsigned int hd_steal_threshold = HD_STEAL_THRESHOLD; variable
256 if (steal_percentage < hd_steal_threshold) in hd_capacity_work_fn()
307 return sysfs_emit(buf, "%u\n", hd_steal_threshold); in hd_steal_threshold_show()
323 hd_steal_threshold = val; in hd_steal_threshold_store()
327 static DEVICE_ATTR_RW(hd_steal_threshold);