Searched refs:kmem_cache_size (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/mm/ |
| H A D | mempool.c | 67 __check_element(pool, element, kmem_cache_size(pool->pool_data)); in check_element() 96 __poison_element(element, kmem_cache_size(pool->pool_data)); in poison_element() 131 kmem_cache_size(pool->pool_data)); in kasan_unpoison_element()
|
| H A D | slab_common.c | 81 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size() function 85 EXPORT_SYMBOL(kmem_cache_size);
|
| /linux-6.15/fs/netfs/ |
| H A D | objects.c | 36 memset(rreq, 0, kmem_cache_size(cache)); in netfs_alloc_request() 188 memset(subreq, 0, kmem_cache_size(cache)); in netfs_alloc_subrequest()
|
| /linux-6.15/lib/ |
| H A D | lru_cache.c | 85 unsigned cache_obj_size = kmem_cache_size(cache); in lc_create()
|
| /linux-6.15/include/linux/ |
| H A D | slab.h | 1085 unsigned int kmem_cache_size(struct kmem_cache *s);
|
| /linux-6.15/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.c | 736 kmem_cache_size(buf_cache), dir); in srpt_alloc_ioctx() 765 kmem_cache_size(buf_cache), dir); in srpt_free_ioctx()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 293 kasan_mempool_unpoison_object(skb, kmem_cache_size(net_hotdata.skbuff_cache)); in napi_skb_cache_get() 345 u32 cache_size = kmem_cache_size(net_hotdata.skbuff_cache); in napi_skb_cache_get_bulk() 1441 kmem_cache_size(net_hotdata.skbuff_cache)); in napi_skb_cache_put()
|