• Home
  • Raw
  • Download

Lines Matching defs:s

191 static inline bool is_root_cache(struct kmem_cache *s)  in is_root_cache()
196 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root()
207 static inline const char *cache_name(struct kmem_cache *s) in cache_name()
220 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx()
239 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache()
248 struct kmem_cache *s) in memcg_charge_slab()
269 struct kmem_cache *s) in memcg_uncharge_slab()
288 static inline bool is_root_cache(struct kmem_cache *s) in is_root_cache()
293 static inline bool slab_equal_or_root(struct kmem_cache *s, in slab_equal_or_root()
299 static inline const char *cache_name(struct kmem_cache *s) in cache_name()
305 cache_from_memcg_idx(struct kmem_cache *s, int idx) in cache_from_memcg_idx()
310 static inline struct kmem_cache *memcg_root_cache(struct kmem_cache *s) in memcg_root_cache()
316 struct kmem_cache *s) in memcg_charge_slab()
322 struct kmem_cache *s) in memcg_uncharge_slab()
326 static inline void slab_init_memcg_params(struct kmem_cache *s) in slab_init_memcg_params()
331 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
358 static inline size_t slab_ksize(const struct kmem_cache *s) in slab_ksize()
388 static inline struct kmem_cache *slab_pre_alloc_hook(struct kmem_cache *s, in slab_pre_alloc_hook()
405 static inline void slab_post_alloc_hook(struct kmem_cache *s, gfp_t flags, in slab_post_alloc_hook()
457 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()