Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/miscfs/specfs/
H A Dspec_vnops.c242 struct _throttle_io_info_t _throttle_io_info[LOWPRI_MAX_NUM_DEV];
1431 for (i = 0; i < LOWPRI_MAX_NUM_DEV; i++) { in throttle_init()
1676 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_mount_reset_period()
1692 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_get_last_io_time()
1708 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in update_last_io_time()
1862 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_io_will_be_throttled()
2200 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_end_io()
2306 info = &_throttle_io_info[LOWPRI_MAX_NUM_DEV - 1]; in throttle_info_update_by_mount()
2362 if (devno < 0 || devno >= LOWPRI_MAX_NUM_DEV) { in throttle_info_disable_throttle()
2624 …if (mp->mnt_devbsdunit || (mp->mnt_throttle_mask != LOWPRI_MAX_NUM_DEV - 1 && mp->mnt_throttle_mas… in spec_strategy()
[all …]
/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h419 #define LOWPRI_MAX_NUM_DEV 64 macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_subr.c1110 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in vfs_rootmountalloc_internal()
H A Dvfs_syscalls.c1222 mp->mnt_throttle_mask = LOWPRI_MAX_NUM_DEV - 1; in mount_common()