Lines Matching refs:cache_full

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()
3032 cp->cache_full.ml_reaplimit += delta; in kmem_cache_reap()
3033 cp->cache_full.ml_min += delta; in kmem_cache_reap()
3412 kmcp->kmc_depot_alloc.value.ui64 = cp->cache_full.ml_alloc; in kmem_cache_kstat_update()
3415 kmcp->kmc_full_magazines.value.ui64 = cp->cache_full.ml_total; in kmem_cache_kstat_update()
3421 kmcp->kmc_alloc.value.ui64 += cp->cache_full.ml_alloc; in kmem_cache_kstat_update()
3423 buf_avail += cp->cache_full.ml_total * cp->cache_magtype->mt_magsize; in kmem_cache_kstat_update()
3425 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_kstat_update()
3426 reap = MIN(reap, cp->cache_full.ml_total); in kmem_cache_kstat_update()
5276 reap = MIN(cp->cache_full.ml_reaplimit, cp->cache_full.ml_min); in kmem_cache_is_fragmented()
5277 reap = MIN(reap, cp->cache_full.ml_total); in kmem_cache_is_fragmented()