Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h278 uint64_t cache_depot_contention; /* mutex contention count */ member
H A Dumem.c1824 cp->cache_depot_contention++; in umem_depot_alloc()
2403 cp->cache_depot_contention + INT_MAX; in umem_cache_magazine_resize()
2497 (int)(cp->cache_depot_contention - in umem_cache_update()
2501 cp->cache_depot_contention_prev = cp->cache_depot_contention; in umem_cache_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h355 uint64_t cache_depot_contention; /* mutex contention count */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2092 cp->cache_depot_contention++; in kmem_depot_alloc()
3314 cp->cache_depot_contention + INT_MAX; in kmem_cache_magazine_resize()
3409 (int)(cp->cache_depot_contention - in kmem_cache_update()
3413 cp->cache_depot_contention_prev = cp->cache_depot_contention; in kmem_cache_update()
3498 kmcp->kmc_depot_contention.value.ui64 = cp->cache_depot_contention; in kmem_cache_kstat_update()