Home
last modified time | relevance | path

Searched defs:slab (Results 1 – 21 of 21) sorted by relevance

/linux/mm/
H A Dslab.h116 struct slab { struct
119 struct kmem_cache *slab_cache; argument
137 static_assert(offsetof(struct page, pg) == offsetof(struct slab, sl)) argument
193 static inline void *slab_address(const struct slab *slab) in slab_address()
198 static inline int slab_nid(const struct slab *slab) in slab_nid()
203 static inline pg_data_t *slab_pgdat(const struct slab *slab) in slab_pgdat()
213 static inline int slab_order(const struct slab *slab) in slab_order()
218 static inline size_t slab_size(const struct slab *slab) in slab_size()
323 const struct slab *slab, void *x) in nearest_obj()
343 const struct slab *slab, const void *obj) in obj_to_index()
[all …]
H A Dslub.c635 static inline bool slab_test_pfmemalloc(const struct slab *slab) in slab_test_pfmemalloc()
640 static inline void slab_set_pfmemalloc(struct slab *slab) in slab_set_pfmemalloc()
645 static inline void __slab_clear_pfmemalloc(struct slab *slab) in __slab_clear_pfmemalloc()
653 static __always_inline void slab_lock(struct slab *slab) in slab_lock()
658 static __always_inline void slab_unlock(struct slab *slab) in slab_unlock()
664 __update_freelist_fast(struct slab *slab, struct freelist_counters *old, in __update_freelist_fast()
677 __update_freelist_slow(struct slab *slab, struct freelist_counters *old, in __update_freelist_slow()
702 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist()
728 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist()
818 static inline unsigned int obj_exts_size_in_slab(struct slab *slab) in obj_exts_size_in_slab()
[all …]
H A Dslab_common.c623 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in kmem_obj_info()
649 struct slab *slab; in kmem_dump_obj() local
1281 struct slab *slab; in bpf_get_kmem_cache() local
1301 struct slab *slab; in kfree_call_rcu_nolock() local
1669 struct slab *slab; in kfree_rcu_sheaf() local
H A Dusercopy.c168 struct slab *slab; in check_heap_object() local
/linux/scripts/gdb/linux/
H A Dslab.py38 def slab_folio(slab): argument
41 def slab_address(slab): argument
155 def __fill_map(obj_map, cache, slab): argument
283 def count_free(slab): argument
/linux/mm/kasan/
H A Dcommon.c155 void __kasan_poison_slab(struct slab *slab) in __kasan_poison_slab()
461 struct slab *slab; in __kasan_krealloc() local
522 struct slab *slab; in __kasan_mempool_poison_object() local
545 struct slab *slab; in __kasan_mempool_unpoison_object() local
H A Dgeneric.c541 struct slab *slab = kasan_addr_to_slab(addr); in kasan_record_aux_stack() local
/linux/net/dccp/
H A Dccid.c
/linux/tools/cgroup/
H A Dmemcg_slabinfo.py79 def count_free(slab): argument
/linux/include/linux/
H A Dkfence.h246 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
/linux/lib/
H A Dsg_pool.c13 struct kmem_cache *slab; member
/linux/tools/mm/
H A Dslabinfo.c54 struct slabinfo *slab; member
1209 slab_mismatch(char * slab) slab_mismatch() argument
1218 struct slabinfo *slab = slabinfo; read_slab_dir() local
1326 struct slabinfo *slab; output_slabs() local
[all...]
/linux/tools/testing/selftests/cgroup/
H A Dtest_kmem.c356 long current, percpu, slab; in test_percpu_basic() local
/linux/mm/kfence/
H A Dkfence_test.c287 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
H A Dcore.c431 struct slab *slab; in kfence_guarded_alloc() local
/linux/block/
H A Dbio.c43 struct kmem_cache *slab; member
80 struct kmem_cache *slab; member
/linux/drivers/md/dm-vdo/
H A Dvdo.c1834 struct vdo_slab *slab; in vdo_get_physical_zone() local
/linux/net/core/
H A Dsock.c2241 struct kmem_cache *slab; in sk_prot_alloc() local
2275 struct kmem_cache *slab; in sk_prot_free() local
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1782 u8 __arena *slab; in BPF_STRUCT_OPS_SLEEPABLE() local
/linux/fs/erofs/
H A Dzdata.c123 struct kmem_cache *slab; member
/linux/fs/nfsd/
H A Dnfs4state.c948 struct nfs4_stid *nfs4_alloc_stid(struct nfs4_client *cl, struct kmem_cache *slab, in nfs4_alloc_stid()
5610 static inline void *alloc_stateowner(struct kmem_cache *slab, struct xdr_netobj *owner, struct nfs4… in alloc_stateowner()