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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c146 saveanchor.savefreecnt = 0; /* Remember the length */
180 saveanchor.savefreecnt = 0; /* Remember the length */
261 * we unlock the saveanchor lock (this keeps it pretty accurate). If the total of savefreecnt and saveinuse
264 * savefreecnt falls below that, saveadjust is set to the number needed to bring it to that.
319 *cur_size = (saveanchor.savefreecnt + saveanchor.saveinuse) * (PAGE_SIZE / sac_cnt);
H A Dsavearea.h308 volatile unsigned int savefreecnt; /* 020 Number of saveareas on global free list */ member in struct:Saveanchor
H A Dgenassym.c1407 DECLARE("SVfreecnt", offsetof(struct lowglo *, lgSaveanchor.savefreecnt));

Completed in 29 milliseconds