Home
last modified time | relevance | path

Searched refs:mnt_throttle_info (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/miscfs/specfs/ !
H A Dspec_vnops.c1599 if (mp->mnt_throttle_info) { in throttle_info_mount_ref()
1600 throttle_info_rel(mp->mnt_throttle_info); in throttle_info_mount_ref()
1602 mp->mnt_throttle_info = throttle_info; in throttle_info_mount_ref()
1658 if (mp->mnt_throttle_info) { in throttle_info_mount_rel()
1659 throttle_info_rel(mp->mnt_throttle_info); in throttle_info_mount_rel()
1661 mp->mnt_throttle_info = NULL; in throttle_info_mount_rel()
1677 } else if (mp->mnt_throttle_info == NULL) { in throttle_info_mount_reset_period()
1680 info = mp->mnt_throttle_info; in throttle_info_mount_reset_period()
1693 } else if (mp->mnt_throttle_info == NULL) { in throttle_info_get_last_io_time()
1696 info = mp->mnt_throttle_info; in throttle_info_get_last_io_time()
[all …]
/xnu-8796.141.3/bsd/sys/ !
H A Dmount_internal.h149 void *mnt_throttle_info; /* used by the throttle code */ member