Home
last modified time | relevance | path

Searched refs:ml_alloc (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/mandoc/
H A Dhtml.c115 static void *ml_alloc(char *, enum htmltype);
118 ml_alloc(char *outopts, enum htmltype type) in ml_alloc() function
161 return(ml_alloc(outopts, HTML_HTML_4_01_STRICT)); in html_alloc()
169 return(ml_alloc(outopts, HTML_XHTML_1_0_STRICT)); in xhtml_alloc()
/titanic_44/usr/src/lib/libumem/common/
H A Dumem_impl.h257 uint64_t ml_alloc; /* allocations from this list */ member
H A Dumem.c1828 mlp->ml_alloc++; in umem_depot_alloc()
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h293 uint64_t ml_alloc; /* allocations from this list */ member
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c231 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in umastat_cache()
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c2136 mlp->ml_alloc++; in kmem_depot_alloc()
3439 kmcp->kmc_depot_alloc.value.ui64 = cp->cache_full.ml_alloc; in kmem_cache_kstat_update()
3440 kmcp->kmc_depot_free.value.ui64 = cp->cache_empty.ml_alloc; in kmem_cache_kstat_update()
3448 kmcp->kmc_alloc.value.ui64 += cp->cache_full.ml_alloc; in kmem_cache_kstat_update()
3449 kmcp->kmc_free.value.ui64 += cp->cache_empty.ml_alloc; in kmem_cache_kstat_update()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1999 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; in kmastat_cache()