Lines Matching defs:s
92 unsigned int kmem_cache_size(struct kmem_cache *s) in kmem_cache_size()
116 void __kmem_cache_free_bulk(struct kmem_cache *s, size_t nr, void **p) in __kmem_cache_free_bulk()
128 int __kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t nr, in __kmem_cache_alloc_bulk()
175 int slab_unmergeable(struct kmem_cache *s) in slab_unmergeable()
198 struct kmem_cache *s; in find_mergeable() local
248 struct kmem_cache *s; in create_cache() local
317 struct kmem_cache *s = NULL; in kmem_cache_create_usercopy() local
431 struct kmem_cache *s, *s2; in slab_caches_to_rcu_destroy_workfn() local
462 static int shutdown_cache(struct kmem_cache *s) in shutdown_cache()
492 void slab_kmem_cache_release(struct kmem_cache *s) in slab_kmem_cache_release()
499 void kmem_cache_destroy(struct kmem_cache *s) in kmem_cache_destroy()
651 void __init create_boot_cache(struct kmem_cache *s, const char *name, in create_boot_cache()
685 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); in create_kmalloc_cache() local
927 struct kmem_cache *s = kmalloc_caches[KMALLOC_NORMAL][i]; in create_kmalloc_caches() local
1082 static void cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show()
1104 struct kmem_cache *s = list_entry(p, struct kmem_cache, list); in slab_show() local
1114 struct kmem_cache *s; in dump_unreclaimable_slab() local
1338 int should_failslab(struct kmem_cache *s, gfp_t gfpflags) in should_failslab()