Home
last modified time | relevance | path

Searched defs:CLRBUSY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h140 #define CLRBUSY(x) ((struct header *)((long)(x) & ~BUSY)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h176 #define CLRBUSY(w) ((w) &= ~BUSY) macro