Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/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.c719 int ow = otherwhite(g); in sweeplist()
1032 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()
/freebsd/contrib/lua/src/
H A Dlgc.h94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS) macro
96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked)
H A Dlgc.c825 int ow = otherwhite(g); in sweeplist()
1560 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()