Home
last modified time | relevance | path

Searched refs:uma_find_refcnt (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/kern/
HDkern_mbuf.c558 refcnt = uma_find_refcnt(zone, mem); in mb_ctor_clust()
586 KASSERT(*(uma_find_refcnt(zone, mem)) <= 1, in mb_dtor_clust()
588 *(uma_find_refcnt(zone, mem))) ); in mb_dtor_clust()
/NextBSD/sys/vm/
HDuma.h638 uint32_t *uma_find_refcnt(uma_zone_t zone, void *item);
HDuma_core.c3211 uma_find_refcnt(uma_zone_t zone, void *item) function
/NextBSD/sys/sys/
HDmbuf.h763 m->m_ext.ext_cnt = uma_find_refcnt(zone, cl); in m_cljset()
/NextBSD/share/man/man9/
HDMakefile1909 zone.9 uma_find_refcnt.9 \