Searched refs:savetarget (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea.c142 saveanchor.savetarget = InitialSaveTarget; /* Initial target value */
H A Dsavearea.h311 unsigned int savetarget; /* 02C Number of saveareas needed */ member in struct:Saveanchor
H A Dpcb.c221 (void)hw_atomic_add(&saveanchor.savetarget, 4); /* Account for the number of saveareas we think we "need"
323 (void)hw_atomic_sub(&saveanchor.savetarget, 4); /* Unaccount for the number of saveareas we think we "need" */
H A Dmachine_routines.c443 (void)hw_atomic_add(&saveanchor.savetarget, FreeListMin); /* saveareas for this processor */
H A Dvmachmon.c632 (void)hw_atomic_add(&saveanchor.savetarget, 2); /* Account for the number of extra saveareas we think we might "need" */
699 (void)hw_atomic_sub(&saveanchor.savetarget, 2); /* We don't need these extra saveareas anymore */
H A Dgenassym.c1410 DECLARE("SVtarget", offsetof(struct lowglo *, lgSaveanchor.savetarget));

Completed in 48 milliseconds