Lines Matching defs:pool
24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error()
41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element()
57 static void check_element(mempool_t *pool, void *element) in check_element()
81 static void poison_element(mempool_t *pool, void *element) in poison_element()
97 static inline void check_element(mempool_t *pool, void *element) in check_element()
100 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
105 static void kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
115 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
125 static void add_element(mempool_t *pool, void *element) in add_element()
133 static void *remove_element(mempool_t *pool) in remove_element()
151 void mempool_destroy(mempool_t *pool) in mempool_destroy()
188 mempool_t *pool; in mempool_create_node() local
238 int mempool_resize(mempool_t *pool, int new_min_nr) in mempool_resize()
312 void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask) in mempool_alloc()
389 void mempool_free(void *element, mempool_t *pool) in mempool_free()