Searched defs:pool_get (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_osfp.c65 # define pool_get(pool, flags) malloc(*(pool)) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_extent.c77 pool_get(pool, flags) kmem_alloc((pool)->pr_size,0) macro
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dmemalloc.c245 pool_get(struct pool *pp, int flags) function
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dpool.h283 #define pool_get(h, f) _pool_get((h), (f), __FILE__, __LINE__) macro

Completed in 180 milliseconds