Searched refs:ft_bias (Results 1 – 3 of 3) sorted by relevance
639 unsigned int ft_bias; /* aggressiveness 0..100: 0=off, 100=always */ member911 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()
1643 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()
2356 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()