Searched refs:cc_prounds (Results 1 – 8 of 8) sorted by relevance
2202 ccp->cc_prounds = ccp->cc_rounds; in kmem_cpu_reload()2291 ccp->cc_dump_prounds = ccp->cc_prounds; in kmem_dump_begin()2292 ccp->cc_rounds = ccp->cc_prounds = -1; in kmem_dump_begin()2466 if (ccp->cc_prounds > 0) { in kmem_cache_alloc()2467 kmem_cpu_reload(ccp, ccp->cc_ploaded, ccp->cc_prounds); in kmem_cache_alloc()2603 ((uint_t)ccp->cc_prounds == ccp->cc_magsize || in kmem_cpucache_magazine_alloc()2604 ((uint_t)ccp->cc_prounds == -1))); in kmem_cpucache_magazine_alloc()2705 if (ccp->cc_prounds == 0) { in kmem_cache_free()2706 kmem_cpu_reload(ccp, ccp->cc_ploaded, ccp->cc_prounds); in kmem_cache_free()2783 if (ccp->cc_prounds == 0) { in kmem_slab_prefill()[all …]
90 if (ccp->cc_prounds > 0) in umastat_cpu_avail()91 *avail += ccp->cc_prounds; in umastat_cpu_avail()
975 if (ccp->cc_prounds > 0 && in umem_read_magazines()978 ccp->cc_prounds)); in umem_read_magazines()979 READMAG_ROUNDS(ccp->cc_prounds); in umem_read_magazines()
1896 ccp->cc_prounds = ccp->cc_rounds; in umem_cpu_reload()1940 if (ccp->cc_prounds > 0) { in _umem_cache_alloc()1941 umem_cpu_reload(ccp, ccp->cc_ploaded, ccp->cc_prounds); in _umem_cache_alloc()2051 if (ccp->cc_prounds == 0) { in _umem_cache_free()2052 umem_cpu_reload(ccp, ccp->cc_ploaded, ccp->cc_prounds); in _umem_cache_free()2334 prounds = ccp->cc_prounds; in umem_cache_magazine_purge()2338 ccp->cc_prounds = -1; in umem_cache_magazine_purge()2932 ccp->cc_prounds = -1; in umem_cache_create()
244 int cc_prounds; /* number of objects in previous mag */ member
278 short cc_prounds; /* number of objects in previous mag */ member
1059 prounds = ccp->cc_prounds; in kmem_read_magazines()
2173 prounds = ccp->cc_prounds; in kmastat_cpu_avail()