Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h275 uint64_t cache_depot_contention; /* mutex contention count */ member
H A Dumem.c1820 cp->cache_depot_contention++; in umem_depot_alloc()
2399 cp->cache_depot_contention + INT_MAX; in umem_cache_magazine_resize()
2493 (int)(cp->cache_depot_contention - in umem_cache_update()
2497 cp->cache_depot_contention_prev = cp->cache_depot_contention; in umem_cache_update()
/titanic_50/usr/src/uts/common/sys/
H A Dkmem_impl.h355 uint64_t cache_depot_contention; /* mutex contention count */ member
/titanic_50/usr/src/uts/common/os/
H A Dkmem.c2079 cp->cache_depot_contention++; in kmem_depot_alloc()
3231 cp->cache_depot_contention + INT_MAX; in kmem_cache_magazine_resize()
3326 (int)(cp->cache_depot_contention - in kmem_cache_update()
3330 cp->cache_depot_contention_prev = cp->cache_depot_contention; in kmem_cache_update()
3414 kmcp->kmc_depot_contention.value.ui64 = cp->cache_depot_contention; in kmem_cache_kstat_update()