Searched refs:bestreclaim (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmbest.c | 361 static int bestreclaim(reg Vmdata_t* vd, Block_t* wanted, int c) in bestreclaim() function 363 static int bestreclaim(vd, wanted, c) in bestreclaim() 536 bestreclaim(vd,NIL(Block_t*),0); 661 { bestreclaim(vd,NIL(Block_t*),n); 825 { bestreclaim(vd,NIL(Block_t*),0); 887 if(!bestreclaim(vd,np,(int)C_INDEX(s)) ) 944 bestreclaim(vd, NIL(Block_t*), S_CACHE); 1038 bestreclaim(vd,NIL(Block_t*),0); 1080 bestreclaim(vd,NIL(Block_t*),0); /* coalesce all free blocks */
|