Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2129 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update()
2130 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update()
2144 cp->cache_full.ml_reaplimit = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2145 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero()
2171 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap()
2609 kmem_depot_free(cp, &cp->cache_full, in kmem_cpucache_magazine_alloc()
3092 delta = cp->cache_full.ml_total; in kmem_cache_reap()
3097 cp->cache_full.ml_reaplimit += delta; in kmem_cache_reap()
3098 cp->cache_full.ml_min += delta; in kmem_cache_reap()
3509 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_kstat_update()
[all …]
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1861 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in umem_depot_ws_update()
1862 cp->cache_full.ml_min = cp->cache_full.ml_total; in umem_depot_ws_update()
1879 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in umem_depot_ws_reap()
1880 while (reap-- && (mp = umem_depot_alloc(cp, &cp->cache_full)) != NULL) in umem_depot_ws_reap()
1954 fmp = umem_depot_alloc(cp, &cp->cache_full); in _umem_cache_alloc()
2068 umem_depot_free(cp, &cp->cache_full, in _umem_cache_free()
H A Dumem_impl.h326 umem_maglist_t cache_full; /* full magazines */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c231 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in umastat_cache()
232 avail = cp->cache_full.ml_total * magsize; in umastat_cache()
H A Dumem.c871 size_t mag_est = cp->cache_full.ml_total * magsize; in umem_estimate_allocated()
932 magmax = (cp->cache_full.ml_total + 2 * umem_max_ncpus + 100) * magsize; in umem_read_magazines()
949 for (ump = cp->cache_full.ml_list; ump != NULL; ) { in umem_read_magazines()
953 if (ump == cp->cache_full.ml_list) in umem_read_magazines()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h406 kmem_maglist_t cache_full; /* full magazines */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c955 size_t mag_est = cp->cache_full.ml_total * magsize; in kmem_estimate_allocated()
1016 magmax = (cp->cache_full.ml_total + 2 * ncpus + 100) * magsize; in kmem_read_magazines()
1033 for (kmp = cp->cache_full.ml_list; kmp != NULL; ) { in kmem_read_magazines()
1037 if (kmp == cp->cache_full.ml_list) in kmem_read_magazines()
H A Dgenunix.c2232 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in kmastat_cache()
2233 avail = cp->cache_full.ml_total * magsize; in kmastat_cache()