Searched refs:os_atomic_max (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/libkern/os/ |
| H A D | atomic_private.h | 584 #define os_atomic_max(p, v, m) _os_atomic_clang_op(p, v, m, fetch_max, MAX) macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | mem_acct.c | 133 os_atomic_max(&macct->ma_peak, allocated, relaxed); in _mem_acct_add()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | exclaves_memory.c | 227 os_atomic_max(&exclaves_allocation_statistics.max_alloc_latency, elapsed_time, relaxed); in exclaves_memory_alloc()
|
| H A D | zalloc.c | 8720 os_atomic_max(&zone->z_elems_rsv, min_elements, relaxed); in zone_raise_reserve()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_resident.c | 11310 os_atomic_max(&allocation->peak, value, release); in kern_allocation_update_size() 11443 os_atomic_max(&stats->vazt_peak, value, relaxed); in vm_tag_update_zone_size()
|