Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h87 #define WHITE0BIT 0 /* object is white (type 0) */ macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()