Searched refs:hwbm_pool (Results 1 – 1 of 1) sorted by relevance
7 struct hwbm_pool { struct15 int (*construct)(struct hwbm_pool *bm_pool, void *buf); argument22 void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf); argument23 int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp);24 int hwbm_pool_add(struct hwbm_pool *bm_pool, unsigned int buf_num);26 static inline void hwbm_buf_free(struct hwbm_pool *bm_pool, void *buf) {} in hwbm_buf_free()28 static inline int hwbm_pool_refill(struct hwbm_pool *bm_pool, gfp_t gfp) in hwbm_pool_refill()31 static inline int hwbm_pool_add(struct hwbm_pool *bm_pool, in hwbm_pool_add()
Completed in 9 milliseconds