Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT) macro
99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
111 #define isdeadm(ow,m) (!(((m) ^ WHITEBITS) & (ow)))
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
989 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()