Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h272 #define BA_IO_TIER_MASK 0x00000f00 macro
284 #define GET_BUFATTR_IO_TIER(bap) ((bap->ba_flags & BA_IO_TIER_MASK) >> BA_IO_TIER_SHIFT)
287 (bap)->ba_flags &= (~BA_IO_TIER_MASK); \
288 (bap)->ba_flags |= (((tier) << BA_IO_TIER_SHIFT) & BA_IO_TIER_MASK); \