Searched refs:an_pool (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/net/ |
H A D | art.c | 60 struct pool an_pool, at_pool, at_heap_4_pool, at_heap_8_pool; variable 74 pool_init(&an_pool, sizeof(struct art_node), 0, IPL_SOFTNET, 0, in art_init() 896 an = pool_get(&an_pool, PR_NOWAIT | PR_ZERO); in art_get() 934 pool_put(&an_pool, an); in art_gc()
|