Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_int.h639 unsigned int ft_bias; /* aggressiveness 0..100: 0=off, 100=always */ member
911 device->ft_bias > 0 && in dasd_ese_adaptive()
912 device->ft_bias < DASD_FT_BIAS_MAX; in dasd_ese_adaptive()
933 unsigned int a = device->ft_bias; in dasd_ft_bias_apply()
H A Ddasd_devmap.c1643 len = sysfs_emit(buf, "%u\n", device->ft_bias); in full_track_bias_show()
1668 device->ft_bias = val; in full_track_bias_store()
1695 if (device->ft_bias == 0) { in ese_heuristic_state_show()
1697 } else if (device->ft_bias >= DASD_FT_BIAS_MAX) { in ese_heuristic_state_show()
H A Ddasd_eckd.c2356 device->ft_bias = min_t(unsigned int, full_track_bias, DASD_FT_BIAS_MAX); in dasd_eckd_check_characteristics()
5569 basedev->fulltrack = (basedev->ft_bias >= DASD_FT_BIAS_MAX) ? 1 : 0; in dasd_eckd_build_cp()