Lines Matching defs:s

227 static inline int cache_vmstat_idx(struct kmem_cache *s)  in cache_vmstat_idx()
250 static inline void print_tracking(struct kmem_cache *s, void *object) in print_tracking()
258 static inline unsigned long get_each_object_track(struct kmem_cache *s, in get_each_object_track()
273 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags) in kmem_cache_debug_flags()
309 static inline size_t obj_full_size(struct kmem_cache *s) in obj_full_size()
321 static inline bool memcg_slab_pre_alloc_hook(struct kmem_cache *s, in memcg_slab_pre_alloc_hook()
360 static inline void memcg_slab_post_alloc_hook(struct kmem_cache *s, in memcg_slab_post_alloc_hook()
397 struct kmem_cache *s; in memcg_slab_free_hook() local
444 struct kmem_cache *s, gfp_t gfp) in memcg_alloc_page_obj_cgroups()
453 static inline bool memcg_slab_pre_alloc_hook(struct kmem_cache *s, in memcg_slab_pre_alloc_hook()
460 static inline void memcg_slab_post_alloc_hook(struct kmem_cache *s, in memcg_slab_post_alloc_hook()
467 static inline void memcg_slab_free_hook(struct kmem_cache *s, in memcg_slab_free_hook()
485 struct kmem_cache *s) in account_slab_page()
492 struct kmem_cache *s) in unaccount_slab_page()
501 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
517 static inline size_t slab_ksize(const struct kmem_cache *s) in slab_ksize()
547 static inline struct kmem_cache *slab_pre_alloc_hook(struct kmem_cache *s, in slab_pre_alloc_hook()
567 static inline void slab_post_alloc_hook(struct kmem_cache *s, in slab_post_alloc_hook()
627 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()
693 static inline void debugfs_slab_release(struct kmem_cache *s) { } in debugfs_slab_release()