Searched refs:at_heap_8_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 80 pool_init(&at_heap_8_pool, AT_HEAPSIZE(8), 0, IPL_SOFTNET, 0, in art_init() 715 at_heap = pool_get(&at_heap_8_pool, PR_NOWAIT|PR_ZERO); in art_table_get() 807 pool_put(&at_heap_8_pool, at->at_heap); in art_table_gc()
|