Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h78 #define testbits(x,m) ((x) & (m)) macro
83 #define testbit(x,b) testbits(x, bitmask(b))
99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
H A Dlgc.c742 if (testbits(marked, tostop)) in sweeplist()