Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c237 if(ISJUNK(SIZE(b)) && !vmisjunk(vd, b))
414 if(!ISJUNK(size)) /* already done */
459 else if(ISJUNK(s))
473 /**/ASSERT(!ISJUNK(SIZE(np)));
694 /**/ASSERT(ISJUNK(SIZE(tp)) );
816 if(seg && SEG(b) == seg && ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
827 { if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
891 if(ISBUSY(s) && !ISJUNK(s))
972 rp = BLOCK(data); /**/ASSERT(ISBUSY(SIZE(rp)) && !ISJUNK(SIZE(rp)));
982 else if(ISJUNK(s) )
[all …]
H A Dvmdebug.c301 if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
311 { if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
360 { if(ISBUSY(SIZE(b)) && !ISJUNK(SIZE(b)) )
630 if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmstat.c85 if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmtrace.c265 { if(ISJUNK(SIZE(b)) || !ISBUSY(SIZE(b)))
H A Dvmhdr.h203 #define ISJUNK(w) ((w) & JUNK) macro