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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c173 * free pmap list. caches the first free_pmap_max pmaps that are freed up
175 int free_pmap_max = 32; variable
800 if (free_pmap_count <= free_pmap_max) { /* Do we have enough spares? */

Completed in 29 milliseconds