Searched refs:pool_destroy (Results 1 – 8 of 8) sorted by relevance
44 static void pool_destroy(KXLDArrayPool *pool, size_t capacity);120 pool_destroy(srcpool, srcpool_capacity); in kxld_array_init()191 pool_destroy(pool, capacity); in pool_create()199 pool_destroy(KXLDArrayPool *pool, size_t capacity) in pool_destroy() function292 pool_destroy(pool, array->pool_capacity); in kxld_array_deinit()
288 pool_destroy(&pf_osfp_pl);289 pool_destroy(&pf_osfp_entry_pl);
219 pool_destroy(&pf_state_scrub_pl);220 pool_destroy(&pf_cent_pl);221 pool_destroy(&pf_cache_pl);222 pool_destroy(&pf_frag_pl);223 pool_destroy(&pf_frent_pl);
137 pool_destroy(&pfi_addr_pl);
233 pool_destroy(&pfr_ktable_pl);234 pool_destroy(&pfr_kentry_pl);235 pool_destroy(&pfr_kentry_pl2);
636 pool_destroy(&pf_pooladdr_pl);637 pool_destroy(&pf_state_pl);638 pool_destroy(&pf_rule_pl);639 pool_destroy(&pf_src_tree_pl);
131 __private_extern__ void pool_destroy(struct pool *);
10953 pool_destroy(struct pool *pp) in pool_destroy() function