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

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_memory_object.c894 unsigned int opotential = 0; local
930 opotential = osize / sizeof * objects;
951 if ((num_objects >= opotential) ||
1007 while (num_objects < opotential) {
1008 objects[--opotential].dpo_object = (vm_offset_t) 0;
1009 objects[opotential].dpo_size = 0;

Completed in 57 milliseconds