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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h104 #define SM_RUN_DECODE(x) (BF64_DECODE(x, 0, 15) + 1)
106 #define SM_TYPE_DECODE(x) BF64_DECODE(x, 15, 1)
108 #define SM_OFFSET_DECODE(x) BF64_DECODE(x, 16, 47)
110 #define SM_DEBUG_DECODE(x) BF64_DECODE(x, 63, 1)
113 #define SM_DEBUG_ACTION_DECODE(x) BF64_DECODE(x, 60, 3)
116 #define SM_DEBUG_SYNCPASS_DECODE(x) BF64_DECODE(x, 50, 10)
119 #define SM_DEBUG_TXG_DECODE(x) BF64_DECODE(x, 0, 50)
H A Dspa.h58 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) macro
63 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h31 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) macro
36 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len)

Completed in 165 milliseconds