Searched refs:LOWPRI_MAX_NUM_DEV (Results 1 – 4 of 4) sorted by relevance
247 struct _throttle_io_info_t _throttle_io_info[LOWPRI_MAX_NUM_DEV];1480 for (i = 0; i < LOWPRI_MAX_NUM_DEV; i++) { in throttle_init()1725 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_mount_reset_period()1741 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_get_last_io_time()1757 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in update_last_io_time()1911 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_io_will_be_throttled()2258 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_end_io()2364 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_update_by_mount()2434 if (devno < 0 || devno >= LOWPRI_MAX_NUM_DEV) { in throttle_info_disable_throttle()2688 if (vp->v_un.vu_specinfo->si_devbsdunit > (LOWPRI_MAX_NUM_DEV - 1)) { in spec_strategy()[all …]
420 #define LOWPRI_MAX_NUM_DEV 64 macro
1134 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in vfs_rootmountalloc_internal()2231 nvp->v_specinfo->si_devbsdunit = LOWPRI_MAX_NUM_DEV; in checkalias()4463 num_trailing_0(mp->mnt_throttle_mask) : (LOWPRI_MAX_NUM_DEV - 1); in vfs_init_io_attributes()
1308 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in mount_common()