Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS) macro
112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
H A Dlgc.c721 int ow = otherwhite(g); in sweeplist()
1034 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()