Searched refs:devbsdunit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c621 size_t devbsdunit; local
623 devbsdunit = mp->mnt_devbsdunit;
625 if (devbsdunit < LOWPRI_MAX_NUM_DEV) {
626 *tv = _throttle_io_info[devbsdunit].last_IO_timestamp;
635 size_t devbsdunit; local
637 devbsdunit = mp->mnt_devbsdunit;
639 if (devbsdunit < LOWPRI_MAX_NUM_DEV) {
640 microuptime(&_throttle_io_info[devbsdunit].last_IO_timestamp);
644 int throttle_io_will_be_throttled(int lowpri_window_msecs, size_t devbsdunit) argument
650 timevalsub(&elapsed, &_throttle_io_info[devbsdunit]
750 size_t devbsdunit; local
816 size_t devbsdunit; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount_internal.h391 int throttle_io_will_be_throttled(int lowpri_window_msecs, size_t devbsdunit);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c421 size_t devbsdunit; local
423 devbsdunit = vp->v_mount->mnt_devbsdunit;
425 devbsdunit = LOWPRI_MAX_NUM_DEV - 1;
426 if (throttle_io_will_be_throttled(-1, devbsdunit)) {

Completed in 87 milliseconds