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

/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_memory_object.c947 unsigned int opotential = 0; local
983 opotential = (unsigned int) (osize / sizeof (*objects));
1004 if ((num_objects >= opotential) ||
1060 while (num_objects < opotential) {
1061 objects[--opotential].dpo_object = (vm_offset_t) 0;
1062 objects[opotential].dpo_size = 0;

Completed in 25 milliseconds