Search | Google it | Results 1 - 1 of 1 for fundef:pool_get (0.02 seconds) |
320: int _pool_reclaim(struct pool *, const char *, long); 321: #define pool_get(h, f) _pool_get((h), (f), __FILE__, __LINE__) 322: #define pool_put(h, v) _pool_put((h), (v), __FILE__, __LINE__)