gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:pool_put (0.03 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
1641: void
1642: pool_put(struct pool *pp, void *v)
1643: {
More results from subr_pool.c
bsd_source/t2ex/network/net/src_bsd/sys/pool.h - 15.0KB - 384 lines
321: #define         pool_get(h, f) _pool_get((h), (f), __FILE__, __LINE__)
322: #define         pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__)
323: #define         pool_reclaim(h)        _pool_reclaim((h), __FILE__, __LINE__)