Home
last modified time | relevance | path

Searched refs:uma_zone_exhausted (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/vm/
H A Duma.h674 int uma_zone_exhausted(uma_zone_t zone);
H A Dswap_pager.c2057 if (uma_zone_exhausted(swblk_zone)) { in swp_pager_meta_build()
2087 if (uma_zone_exhausted(swpctrie_zone)) { in swp_pager_meta_build()
H A Duma_core.c5374 uma_zone_exhausted(uma_zone_t zone) function
/freebsd/sys/kern/
H A Dkern_mbuf.c716 if (uma_zone_exhausted(zone_clust)) in mb_dtor_pack()