Searched refs:peak (Results 1 – 3 of 3) sorted by relevance
160 uint64_t peak; member
195 uint64_t peak; member
9141 if (value > allocation->peak) { in vm_tag_update_size()9142 os_atomic_max(&allocation->peak, value, relaxed); in vm_tag_update_size()9179 uint64_t new, peak; in kern_allocation_update_size() local9182 peak = allocation->peak; in kern_allocation_update_size()9183 if (new <= peak) { in kern_allocation_update_size()9186 }while (!OSCompareAndSwap64(peak, new, &allocation->peak)); in kern_allocation_update_size()9437 info[idx].peak = site->peak; in process_account()9498 info[nextinfo].peak = zone[zidx].vazt_peak; in process_account()