/linux-6.12.1/drivers/md/dm-vdo/ |
D | slab-depot.c | 54 static bool is_slab_open(struct vdo_slab *slab) in is_slab_open() 135 static bool is_slab_journal_blank(const struct vdo_slab *slab) in is_slab_journal_blank() 169 static void check_if_slab_drained(struct vdo_slab *slab) in check_if_slab_drained() 359 static void update_slab_summary_entry(struct vdo_slab *slab, struct vdo_waiter *waiter, in update_slab_summary_entry() 625 struct vdo_slab *slab = journal->slab; in update_tail_block_location() local 659 static void reopen_slab_journal(struct vdo_slab *slab) in reopen_slab_journal() 957 bool vdo_attempt_replay_into_slab(struct vdo_slab *slab, physical_block_number_t pbn, in vdo_attempt_replay_into_slab() 1017 struct vdo_slab *slab = container_of(waiter, struct vdo_slab, summary_waiter); in finish_summary_update() local 1043 struct vdo_slab *slab = context; in launch_reference_block_write() local 1054 static void save_dirty_reference_blocks(struct vdo_slab *slab) in save_dirty_reference_blocks() [all …]
|
D | slab-depot.h | 77 struct vdo_slab *slab; member 160 struct vdo_slab *slab; member 293 struct vdo_slab *slab; member
|
D | vdo.c | 1707 struct vdo_slab *slab; in vdo_get_physical_zone() local
|
D | repair.c | 810 struct vdo_slab *slab; in add_slab_journal_entries() local
|
/linux-6.12.1/mm/ |
D | slab.h | 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() [all …]
|
D | slub.c | 392 struct slab *slab; /* The slab from which we are allocating */ member 641 static __always_inline void slab_lock(struct slab *slab) in slab_lock() 646 static __always_inline void slab_unlock(struct slab *slab) in slab_unlock() 652 __update_freelist_fast(struct slab *slab, in __update_freelist_fast() 667 __update_freelist_slow(struct slab *slab, in __update_freelist_slow() 692 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist() 722 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist() 802 struct slab *slab) in __fill_map() 900 struct slab *slab, void *object) in check_valid_pointer() 1018 static void print_slab_info(const struct slab *slab) in print_slab_info() [all …]
|
D | slab_common.c | 566 static void kmem_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in kmem_obj_info() 592 struct slab *slab; in kmem_dump_obj() local
|
D | memcontrol.c | 2419 struct slab *slab; in mem_cgroup_from_obj_folio() local 2943 struct slab *slab; in __memcg_slab_post_alloc_hook() local 2993 slab_obj_exts(slab)[off].objcg = objcg; in __memcg_slab_post_alloc_hook() local 3001 void __memcg_slab_free_hook(struct kmem_cache *s, struct slab *slab, in __memcg_slab_free_hook()
|
/linux-6.12.1/scripts/gdb/linux/ |
D | slab.py | 38 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-6.12.1/mm/kasan/ |
D | common.c | 145 void __kasan_poison_slab(struct slab *slab) in __kasan_poison_slab() 440 struct slab *slab; in __kasan_krealloc() local 501 struct slab *slab; in __kasan_mempool_poison_object() local 528 struct slab *slab; in __kasan_mempool_unpoison_object() local
|
D | report.c | 498 struct slab *slab; in complete_report_info() local
|
D | generic.c | 526 struct slab *slab = kasan_addr_to_slab(addr); in __kasan_record_aux_stack() local
|
/linux-6.12.1/net/dccp/ |
D | ccid.c | 81 struct kmem_cache *slab; in ccid_kmem_cache_create() local 93 static void ccid_kmem_cache_destroy(struct kmem_cache *slab) in ccid_kmem_cache_destroy()
|
/linux-6.12.1/mm/kfence/ |
D | core.c | 419 struct slab *slab; in kfence_guarded_alloc() local 615 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local 667 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() local
|
D | report.c | 298 bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
|
D | kfence_test.c | 286 struct slab *slab = virt_to_slab(alloc); in test_alloc() local
|
/linux-6.12.1/tools/cgroup/ |
D | memcg_slabinfo.py | 79 def count_free(slab): argument
|
/linux-6.12.1/include/linux/ |
D | kfence.h | 245 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct slab *slab) in __kfence_obj_info()
|
D | kasan.h | 127 static __always_inline void kasan_poison_slab(struct slab *slab) in kasan_poison_slab() 410 static inline void kasan_poison_slab(struct slab *slab) {} in kasan_poison_slab()
|
/linux-6.12.1/lib/ |
D | sg_pool.c | 13 struct kmem_cache *slab; member
|
/linux-6.12.1/tools/mm/ |
D | slabinfo.c | 54 struct slabinfo *slab; member 1206 static int slab_mismatch(char *slab) in slab_mismatch() 1215 struct slabinfo *slab = slabinfo; in read_slab_dir() local 1323 struct slabinfo *slab; in output_slabs() local
|
/linux-6.12.1/include/net/ |
D | request_sock.h | 31 struct kmem_cache *slab; member
|
/linux-6.12.1/block/ |
D | bio.c | 40 struct kmem_cache *slab; member 77 struct kmem_cache *slab; member
|
/linux-6.12.1/net/core/ |
D | sock.c | 2160 struct kmem_cache *slab; in sk_prot_alloc() local 2194 struct kmem_cache *slab; in sk_prot_free() local
|
/linux-6.12.1/fs/erofs/ |
D | zdata.c | 132 struct kmem_cache *slab; member
|