Lines Matching refs:mempool_t

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()
86 static void poison_element(mempool_t *pool, void *element) in poison_element()
107 static inline void check_element(mempool_t *pool, void *element) in check_element()
110 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
115 static __always_inline bool kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
125 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
137 static __always_inline void add_element(mempool_t *pool, void *element) in add_element()
145 static void *remove_element(mempool_t *pool) in remove_element()
166 void mempool_exit(mempool_t *pool) in mempool_exit()
185 void mempool_destroy(mempool_t *pool) in mempool_destroy()
195 int mempool_init_node(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init_node()
243 int mempool_init_noprof(mempool_t *pool, int min_nr, mempool_alloc_t *alloc_fn, in mempool_init_noprof()
270 mempool_t *mempool_create_node_noprof(int min_nr, mempool_alloc_t *alloc_fn, in mempool_create_node_noprof()
274 mempool_t *pool; in mempool_create_node_noprof()
308 int mempool_resize(mempool_t *pool, int new_min_nr) in mempool_resize()
384 void *mempool_alloc_noprof(mempool_t *pool, gfp_t gfp_mask) in mempool_alloc_noprof()
466 void *mempool_alloc_preallocated(mempool_t *pool) in mempool_alloc_preallocated()
498 void mempool_free(void *element, mempool_t *pool) in mempool_free()