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

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

Completed in 66 milliseconds