Lines Matching defs:element
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()
78 static void __poison_element(void *element, size_t size) in __poison_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()
147 void *element = pool->elements[--pool->curr_nr]; in remove_element() local
169 void *element = remove_element(pool); in mempool_exit() local
215 void *element; in mempool_init_node() local
316 void *element; in mempool_resize() local
392 void *element; in mempool_alloc() local
474 void *element; in mempool_alloc_preallocated() local
504 void mempool_free(void *element, mempool_t *pool) in mempool_free()
569 void mempool_free_slab(void *element, void *pool_data) in mempool_free_slab()
587 void mempool_kfree(void *element, void *pool_data) in mempool_kfree()
604 void mempool_free_pages(void *element, void *pool_data) in mempool_free_pages()