Searched refs:kmem_cache_size (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/netfs/ |
| H A D | objects.c | 38 memset(rreq, 0, kmem_cache_size(cache)); in netfs_alloc_request() 211 memset(subreq, 0, kmem_cache_size(cache)); in netfs_alloc_subrequest()
|
| /linux/mm/ |
| H A D | mempool.c | 84 __check_element(pool, element, kmem_cache_size(pool->pool_data)); in check_element() 123 __poison_element(element, kmem_cache_size(pool->pool_data)); in poison_element() 169 kmem_cache_size(pool->pool_data)); in kasan_unpoison_element()
|
| H A D | slab_common.c | 83 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size() function 87 EXPORT_SYMBOL(kmem_cache_size);
|
| /linux/lib/ |
| H A D | lru_cache.c | 85 unsigned cache_obj_size = kmem_cache_size(cache); in lc_create()
|
| /linux/block/ |
| H A D | bio.c | 497 kmem_cache_size(bs->bio_slab), 1, GFP_NOIO); in bio_alloc_percpu_cache() 742 kmem_cache_size(bio->bi_pool->bio_slab), in __bio_alloc_cache_prune()
|
| /linux/include/linux/ |
| H A D | slab.h | 1242 unsigned int kmem_cache_size(struct kmem_cache *s);
|
| /linux/net/core/ |
| H A D | skbuff.c | 279 /* Cache kmem_cache_size(net_hotdata.skbuff_cache) to help the compiler 5197 skbuff_cache_size = kmem_cache_size(net_hotdata.skbuff_cache); in skb_init()
|