Lines Matching defs:s
184 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache()
189 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root()
200 static inline const char *cache_name(struct kmem_cache *s) in cache_name()
213 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx()
232 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache()
241 struct kmem_cache *s) in memcg_charge_slab()
258 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache()
263 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root()
269 static inline const char *cache_name(struct kmem_cache *s) in cache_name()
275 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx()
280 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache()
286 struct kmem_cache *s) in memcg_charge_slab()
291 static inline void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params()
296 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
354 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()