Searched refs:_vmbestcheck (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmbest.c | 177 int _vmbestcheck(Vmdata_t* vd, Block_t* freeb) function 179 int _vmbestcheck(vd, freeb) 384 /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0); 552 /**/ASSERT(_vmbestcheck(vd, wanted) == 0); 643 CLRLOCK(vd,local); /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0); 680 /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0); 772 /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0); 860 _vmbestcheck(vd, NIL(Block_t*)); 882 /**/ASSERT(_vmbestcheck(vd, NIL(Block_t*)) == 0); 917 /**/ASSERT(_vmbestcheck(v [all...] |
H A D | vmhdr.h | 509 extern int _vmbestcheck _ARG_((Vmdata_t*, Block_t*));
|
H A D | vmdebug.c | 616 { if(_vmbestcheck(vd, NIL(Block_t*)) < 0)
|
Completed in 50 milliseconds