Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dhiperdispatch.c82 static unsigned int hd_delay_factor = HD_DELAY_FACTOR; variable
193 mod_delayed_work(system_wq, &hd_capacity_work, HD_DELAY_INTERVAL * hd_delay_factor); in hd_enable_hiperdispatch()
333 return sysfs_emit(buf, "%u\n", hd_delay_factor); in hd_delay_factor_show()
349 hd_delay_factor = val; in hd_delay_factor_store()
353 static DEVICE_ATTR_RW(hd_delay_factor);