Searched refs:saveadjust (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c181 saveanchor.saveadjust = 0; /* Set none needed yet */
230 if(saveanchor.saveadjust) save_adjust(); /* If size need adjustment, do it now */
249 if(saveanchor.saveadjust)
260 * Calling this routine is triggered by saveanchor.saveadjust. This value is always calculated just before
264 * savefreecnt falls below that, saveadjust is set to the number needed to bring it to that.
274 if(saveanchor.saveadjust < 0) { /* Do we need to adjust down? */
288 while(saveanchor.saveadjust > 0) { /* Keep going until we have enough */
H A Dsavearea.h309 volatile int saveadjust; /* 024 If 0 number of saveareas is ok, otherwise # to change (pos means grow, neg means shrink */ member in struct:Saveanchor
H A Dgenassym.c1408 DECLARE("SVadjust", offsetof(struct lowglo *, lgSaveanchor.saveadjust));

Completed in 83 milliseconds