Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dhiperdispatch.c82 static unsigned int hd_steal_threshold = HD_STEAL_THRESHOLD; variable
257 if (steal_percentage < hd_steal_threshold) in hd_capacity_work_fn()
308 return sysfs_emit(buf, "%u\n", hd_steal_threshold); in hd_steal_threshold_show()
324 hd_steal_threshold = val; in hd_steal_threshold_store()
328 static DEVICE_ATTR_RW(hd_steal_threshold);