Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/
H A Doptions.c355 struct zonelist_bucket* b = (struct zonelist_bucket*)rbtree_search( in zone_list_free_insert()
496 struct zonelist_bucket* b; in zone_list_add()
549 b = (struct zonelist_bucket*)rbtree_search(opt->zonefree, in zone_list_add()
638 delbucket(region_type* region, struct zonelist_bucket* b) in delbucket()
643 delbucket(region, (struct zonelist_bucket*)b->node.left); in delbucket()
644 delbucket(region, (struct zonelist_bucket*)b->node.right); in delbucket()
726 delbucket(opt->region, (struct zonelist_bucket*)opt->zonefree->root); in zone_list_compact()
H A Doptions.h393 struct zonelist_bucket { struct