Home
last modified time | relevance | path

Searched refs:ISJUNK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmbest.c228 if(ISJUNK(SIZE(b)) && !vmisjunk(vd, b))
404 if(!ISJUNK(size)) /* already done */
424 else if(ISJUNK(s))
438 /**/ASSERT(!ISJUNK(SIZE(np)));
639 /**/ASSERT(ISJUNK(SIZE(tp)) );
743 if(seg && SEG(b) == seg && ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
752 { if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
808 if(ISBUSY(s) && !ISJUNK(s))
875 rp = BLOCK(data); /**/ASSERT(ISBUSY(SIZE(rp)) && !ISJUNK(SIZE(rp)));
885 else if(ISJUNK(s) )
[all …]
H A Dvmdebug.c294 if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
304 { if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
347 { if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
588 if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmstat.c92 if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmtrace.c265 { if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmhdr.h182 #define ISJUNK(w) ((w) & JUNK) macro