Home
last modified time | relevance | path

Searched refs:os_atomic_max (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/libkern/os/
H A Datomic_private.h584 #define os_atomic_max(p, v, m) _os_atomic_clang_op(p, v, m, fetch_max, MAX) macro
/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_memory.c181 os_atomic_max(&exclaves_allocation_statistics.max_alloc_latency, elapsed_time, relaxed); in exclaves_memory_alloc()
H A Dzalloc.c9263 os_atomic_max(&zone->z_elems_rsv, min_elements, relaxed); in zone_raise_reserve()
/xnu-11215.1.10/osfmk/vm/
H A Dvm_resident.c9588 os_atomic_max(&allocation->peak, value, relaxed); in kern_allocation_update_size()
9691 os_atomic_max(&stats->vazt_peak, value, relaxed); in vm_tag_update_zone_size()