pool_put           72 kern/subr_extent.c #define	pool_put(pool, rp)		free((rp), 0)
pool_put          985 kern/subr_pool.c #undef pool_put
pool_put          989 kern/subr_pool.c pool_put(struct pool *pp, void *v)
pool_put         1000 kern/subr_pool.c #define		pool_put(h, v)	_pool_put((h), (v), __FILE__, __LINE__)
pool_put           58 net/pf_osfp.c  # define pool_put(pool, item)	free(item)