Searched defs:pool_put (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_osfp.c66 # define pool_put(pool, item) free(item) macro
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_extent.c79 pool_put(pool, rp) kmem_free(rp,0) macro
H A Dsubr_pool.c1252 #undef pool_put macro
1256 pool_put(struct pool *pp, void *v) function
1270 #define pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__) macro
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dmemalloc.c258 pool_put(struct pool *pp, void *item) function
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dpool.h284 #define pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__) macro

Completed in 177 milliseconds