Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma.h658 int uma_zone_exhausted(uma_zone_t zone);
/f-stack/freebsd/vm/
H A Duma.h658 int uma_zone_exhausted(uma_zone_t zone);
H A Dswap_pager.c2038 if (uma_zone_exhausted(swblk_zone)) { in swp_pager_meta_build()
2068 if (uma_zone_exhausted(swpctrie_zone)) { in swp_pager_meta_build()
H A Duma_core.c5043 uma_zone_exhausted(uma_zone_t zone) function
/f-stack/freebsd/kern/
H A Dkern_mbuf.c701 if (uma_zone_exhausted(zone_clust)) in mb_dtor_pack()