gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:pool_put from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c (0.00 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: {
1655: #ifdef POOL_DIAGNOSTIC 1656: #define pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__) 1657: #endif