Searched refs:DKIO_TIER_MASK (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h471 #define DKIO_TIER_MASK 0xF00 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2035 code |= ((io_tier << DKIO_TIER_SHIFT) & DKIO_TIER_MASK);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1798 io_tier = ((io_flags & DKIO_TIER_MASK) >> DKIO_TIER_SHIFT);
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c397 #define P_DISKIO_TIER_MASK (DKIO_TIER_MASK << 2)
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c3937 code |= ((io_tier << DKIO_TIER_SHIFT) & DKIO_TIER_MASK);

Completed in 219 milliseconds