Lines Matching defs:slab
52 struct slab { struct
55 struct kmem_cache *slab_cache; argument
62 struct slab *next; argument
101 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
174 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc()
179 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc()
184 static inline void slab_clear_pfmemalloc(struct slab *slab) in slab_clear_pfmemalloc()
189 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc()
194 static inline void *slab_address(const struct slab *slab) in slab_address()
199 static inline int slab_nid(const struct slab *slab) in slab_nid()
204 static inline pg_data_t *slab_pgdat(const struct slab *slab) in slab_pgdat()
219 static inline int slab_order(const struct slab *slab) in slab_order()
224 static inline size_t slab_size(const struct slab *slab) in slab_size()
329 const struct slab *slab, void *x) in nearest_obj()
349 const struct slab *slab, void *obj) in obj_to_index()
357 const struct slab *slab) in objs_per_slab()
570 static inline struct slabobj_ext *slab_obj_exts(struct slab *slab) in slab_obj_exts()
587 static inline struct slabobj_ext *slab_obj_exts(struct slab *slab) in slab_obj_exts()