Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h89 #define BLACKBIT 2 /* object is black */ macro
100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)