Lines Matching refs:LOWPRI_MAX_NUM_DEV
247 struct _throttle_io_info_t _throttle_io_info[LOWPRI_MAX_NUM_DEV];
1535 for (i = 0; i < LOWPRI_MAX_NUM_DEV; i++) { in throttle_init()
1780 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_mount_reset_period()
1796 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_get_last_io_time()
1812 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in update_last_io_time()
1966 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_io_will_be_throttled()
2313 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_end_io()
2419 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_update_by_mount()
2489 if (devno < 0 || devno >= LOWPRI_MAX_NUM_DEV) { in throttle_info_disable_throttle()
2743 if (vp->v_un.vu_specinfo->si_devbsdunit > (LOWPRI_MAX_NUM_DEV - 1)) { in spec_strategy()
2762 …if (mp->mnt_devbsdunit || (mp->mnt_throttle_mask != LOWPRI_MAX_NUM_DEV - 1 && mp->mnt_throttle_mas… in spec_strategy()
2767 throttle_info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in spec_strategy()