Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dslb.c56 static uma_zone_t slbt_zone; variable
127 child = uma_zalloc(slbt_zone, M_NOWAIT | M_ZERO); in make_new_leaf()
183 inter = uma_zalloc(slbt_zone, M_NOWAIT | M_ZERO); in make_intermediate()
403 uma_zfree(slbt_zone, ua); in free_slb_tree_node()
418 root = uma_zalloc(slbt_zone, M_NOWAIT | M_ZERO); in slb_alloc_tree()
520 slbt_zone = uma_zcreate("SLB tree node", sizeof(struct slbtnode), in slb_zone_init()
529 uma_zone_set_allocf(slbt_zone, slb_uma_real_alloc); in slb_zone_init()