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

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h88 u_int8_t si_throttleable; member in struct:specinfo
H A Dspec_vnops.c353 vp->v_un.vu_specinfo->si_throttleable = 1;
463 if (cdevsw[major(vp->v_rdev)].d_type == D_DISK && vp->v_un.vu_specinfo->si_throttleable) {
556 if (cdevsw[major(vp->v_rdev)].d_type == D_DISK && vp->v_un.vu_specinfo->si_throttleable) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1434 nvp->v_specinfo->si_throttleable = 0;

Completed in 47 milliseconds