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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c143 saveanchor.saveinuse = 0; /* Number of areas in use */
261 * we unlock the saveanchor lock (this keeps it pretty accurate). If the total of savefreecnt and saveinuse
318 *count = saveanchor.saveinuse;
319 *cur_size = (saveanchor.savefreecnt + saveanchor.saveinuse) * (PAGE_SIZE / sac_cnt);
H A Dsavearea.h310 volatile int saveinuse; /* 028 Number of areas in use counting those on the local free list */ member in struct:Saveanchor
H A Dgenassym.c1409 DECLARE("SVinuse", offsetof(struct lowglo *, lgSaveanchor.saveinuse));

Completed in 75 milliseconds