Searched refs:cache_full (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | kmem.c | 2116 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in kmem_depot_ws_update() 2117 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_update() 2131 cp->cache_full.ml_reaplimit = cp->cache_full.ml_total; in kmem_depot_ws_zero() 2132 cp->cache_full.ml_min = cp->cache_full.ml_total; in kmem_depot_ws_zero() 2158 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_depot_ws_reap() 2160 (mp = kmem_depot_alloc(cp, &cp->cache_full)) != NULL) { in kmem_depot_ws_reap() 2486 fmp = kmem_depot_alloc(cp, &cp->cache_full); in kmem_cache_alloc() 2596 kmem_depot_free(cp, &cp->cache_full, in kmem_cpucache_magazine_alloc() 3027 delta = cp->cache_full.ml_total; in kmem_cache_reap() 3029 delta = cp->cache_full.ml_total - delta; in kmem_cache_reap() [all …]
|
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem.c | 1857 cp->cache_full.ml_reaplimit = cp->cache_full.ml_min; in umem_depot_ws_update() 1858 cp->cache_full.ml_min = cp->cache_full.ml_total; in umem_depot_ws_update() 1875 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in umem_depot_ws_reap() 1876 while (reap-- && (mp = umem_depot_alloc(cp, &cp->cache_full)) != NULL) in umem_depot_ws_reap() 1950 fmp = umem_depot_alloc(cp, &cp->cache_full); in _umem_cache_alloc() 2064 umem_depot_free(cp, &cp->cache_full, in _umem_cache_free()
|
H A D | umem_impl.h | 323 umem_maglist_t cache_full; /* full magazines */ member
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | libumem.c | 231 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 D | umem.c | 870 size_t mag_est = cp->cache_full.ml_total * magsize; in umem_estimate_allocated() 931 magmax = (cp->cache_full.ml_total + 2 * umem_max_ncpus + 100) * magsize; in umem_read_magazines() 948 for (ump = cp->cache_full.ml_list; ump != NULL; ) { in umem_read_magazines() 952 if (ump == cp->cache_full.ml_list) in umem_read_magazines()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 406 kmem_maglist_t cache_full; /* full magazines */ member
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 954 size_t mag_est = cp->cache_full.ml_total * magsize; in kmem_estimate_allocated() 1015 magmax = (cp->cache_full.ml_total + 2 * ncpus + 100) * magsize; in kmem_read_magazines() 1032 for (kmp = cp->cache_full.ml_list; kmp != NULL; ) { in kmem_read_magazines() 1036 if (kmp == cp->cache_full.ml_list) in kmem_read_magazines()
|
H A D | genunix.c | 1999 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in kmastat_cache() 2000 avail = cp->cache_full.ml_total * magsize; in kmastat_cache()
|