Lines Matching defs:slab
52 struct slab { struct
55 struct kmem_cache *slab_cache; argument
62 struct slab *next; argument
96 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
169 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc()
174 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc()
179 static inline void slab_clear_pfmemalloc(struct slab *slab) in slab_clear_pfmemalloc()
184 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc()
189 static inline void *slab_address(const struct slab *slab) in slab_address()
194 static inline int slab_nid(const struct slab *slab) in slab_nid()
199 static inline pg_data_t *slab_pgdat(const struct slab *slab) in slab_pgdat()
214 static inline int slab_order(const struct slab *slab) in slab_order()
219 static inline size_t slab_size(const struct slab *slab) in slab_size()
324 const struct slab *slab, void *x) in nearest_obj()
344 const struct slab *slab, void *obj) in obj_to_index()
352 const struct slab *slab) in objs_per_slab()
565 static inline struct slabobj_ext *slab_obj_exts(struct slab *slab) in slab_obj_exts()
582 static inline struct slabobj_ext *slab_obj_exts(struct slab *slab) in slab_obj_exts()