Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlstate.h122 lu_byte currentwhite; member
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()
H A Dlgc.c989 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */ in luaC_freeallobjects()
1034 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()