Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dextent_dss.c37 static atomic_p_t dss_max; variable
101 atomic_store_p(&dss_max, max_cur, ATOMIC_RELEASE); in extent_dss_max_update()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()