Searched refs:sync_size (Results 1 – 1 of 1) sorted by relevance
16196 vm_map_size_t sync_size; in vm_map_machine_attribute() local16205 &sync_size); in vm_map_machine_attribute()16227 while (sync_size) { in vm_map_machine_attribute()16230 if ((entry->vme_end - start) > sync_size) { in vm_map_machine_attribute()16231 sub_size = sync_size; in vm_map_machine_attribute()16232 sync_size = 0; in vm_map_machine_attribute()16235 sync_size -= sub_size; in vm_map_machine_attribute()