Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS)) macro
60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
730 toclear = maskcolors; /* clear all color bits + old bit */ in sweeplist()