Search | Google it | Results 1 - 2 of 2 for fundef:pool_put (0.02 seconds) |
1641: void 1642: pool_put(struct pool *pp, void *v) 1643: {
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__)