Lines Matching defs:s

233 static inline bool kmem_cache_debug(struct kmem_cache *s)  in kmem_cache_debug()
238 void *fixup_red_left(struct kmem_cache *s, void *p) in fixup_red_left()
246 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) in kmem_cache_has_cpu_partial()
337 static inline int sysfs_slab_add(struct kmem_cache *s) { return 0; } in sysfs_slab_add()
338 static inline int sysfs_slab_alias(struct kmem_cache *s, const char *p) in sysfs_slab_alias()
345 static inline void debugfs_slab_add(struct kmem_cache *s) { } in debugfs_slab_add()
402 static inline void stat(const struct kmem_cache *s, enum stat_item si) in stat()
414 void stat_add(const struct kmem_cache *s, enum stat_item si, int v) in stat_add()
435 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()
472 static inline freeptr_t freelist_ptr_encode(const struct kmem_cache *s, in freelist_ptr_encode()
485 static inline void *freelist_ptr_decode(const struct kmem_cache *s, in freelist_ptr_decode()
498 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer()
510 static void prefetch_freepointer(const struct kmem_cache *s, void *object) in prefetch_freepointer()
527 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe()
541 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) in set_freepointer()
556 static inline bool freeptr_outside_object(struct kmem_cache *s) in freeptr_outside_object()
565 static inline unsigned int get_info_end(struct kmem_cache *s) in get_info_end()
605 static void slub_set_cpu_partial(struct kmem_cache *s, unsigned int nr_objects) in slub_set_cpu_partial()
621 static inline unsigned int slub_get_cpu_partial(struct kmem_cache *s) in slub_get_cpu_partial()
627 slub_set_cpu_partial(struct kmem_cache *s, unsigned int nr_objects) in slub_set_cpu_partial()
631 static inline unsigned int slub_get_cpu_partial(struct kmem_cache *s) in slub_get_cpu_partial()
691 static inline bool __slab_update_freelist(struct kmem_cache *s, struct slab *slab, in __slab_update_freelist()
721 static inline bool slab_update_freelist(struct kmem_cache *s, struct slab *slab, in slab_update_freelist()
758 static inline void set_orig_size(struct kmem_cache *s, in set_orig_size()
772 static inline unsigned int get_orig_size(struct kmem_cache *s, void *object) in get_orig_size()
792 static void __fill_map(unsigned long *obj_map, struct kmem_cache *s, in __fill_map()
839 static inline unsigned int size_from_object(struct kmem_cache *s) in size_from_object()
847 static inline void *restore_red_left(struct kmem_cache *s, void *p) in restore_red_left()
890 static inline int check_valid_pointer(struct kmem_cache *s, in check_valid_pointer()
918 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
947 static void set_track_update(struct kmem_cache *s, void *object, in set_track_update()
962 static __always_inline void set_track(struct kmem_cache *s, void *object, in set_track()
970 static void init_tracking(struct kmem_cache *s, void *object) in init_tracking()
981 static void print_track(const char *s, struct track *t, unsigned long pr_time) in print_track()
999 void print_tracking(struct kmem_cache *s, void *object) in print_tracking()
1016 void skip_orig_size_check(struct kmem_cache *s, const void *object) in skip_orig_size_check()
1021 static void __slab_bug(struct kmem_cache *s, const char *fmt, va_list argsp) in __slab_bug()
1035 static void slab_bug(struct kmem_cache *s, const char *fmt, ...) in slab_bug()
1045 static void slab_fix(struct kmem_cache *s, const char *fmt, ...) in slab_fix()
1060 static void print_trailer(struct kmem_cache *s, struct slab *slab, u8 *p) in print_trailer()
1100 static void object_err(struct kmem_cache *s, struct slab *slab, in object_err()
1113 static bool freelist_corrupted(struct kmem_cache *s, struct slab *slab, in freelist_corrupted()
1138 static __printf(3, 4) void slab_err(struct kmem_cache *s, struct slab *slab, in slab_err()
1153 static void init_object(struct kmem_cache *s, void *object, u8 val) in init_object()
1187 static void restore_bytes(struct kmem_cache *s, const char *message, u8 data, in restore_bytes()
1201 check_bytes_and_report(struct kmem_cache *s, struct slab *slab, in check_bytes_and_report()
1272 static int check_pad_bytes(struct kmem_cache *s, struct slab *slab, u8 *p) in check_pad_bytes()
1295 slab_pad_check(struct kmem_cache *s, struct slab *slab) in slab_pad_check()
1331 static int check_object(struct kmem_cache *s, struct slab *slab, in check_object()
1411 static int check_slab(struct kmem_cache *s, struct slab *slab) in check_slab()
1445 static bool on_freelist(struct kmem_cache *s, struct slab *slab, void *search) in on_freelist()
1502 static void trace(struct kmem_cache *s, struct slab *slab, void *object, in trace()
1523 static void add_full(struct kmem_cache *s, in add_full()
1533 static void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, struct slab *slab) in remove_full()
1547 static inline void inc_slabs_node(struct kmem_cache *s, int node, int objects) in inc_slabs_node()
1554 static inline void dec_slabs_node(struct kmem_cache *s, int node, int objects) in dec_slabs_node()
1563 static void setup_object_debug(struct kmem_cache *s, void *object) in setup_object_debug()
1573 void setup_slab_debug(struct kmem_cache *s, struct slab *slab, void *addr) in setup_slab_debug()
1583 static inline int alloc_consistency_checks(struct kmem_cache *s, in alloc_consistency_checks()
1600 static noinline bool alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing()
1629 static inline int free_consistency_checks(struct kmem_cache *s, in free_consistency_checks()
1874 static inline void setup_object_debug(struct kmem_cache *s, void *object) {} in setup_object_debug()
1876 void setup_slab_debug(struct kmem_cache *s, struct slab *slab, void *addr) {} in setup_slab_debug()
1878 static inline bool alloc_debug_processing(struct kmem_cache *s, in alloc_debug_processing()
1881 static inline bool free_debug_processing(struct kmem_cache *s, in free_debug_processing()
1885 static inline void slab_pad_check(struct kmem_cache *s, struct slab *slab) {} in slab_pad_check()
1886 static inline int check_object(struct kmem_cache *s, struct slab *slab, in check_object()
1889 static inline void set_track(struct kmem_cache *s, void *object, in set_track()
1891 static inline void add_full(struct kmem_cache *s, struct kmem_cache_node *n, in add_full()
1893 static inline void remove_full(struct kmem_cache *s, struct kmem_cache_node *n, in remove_full()
1905 static inline void inc_slabs_node(struct kmem_cache *s, int node, in inc_slabs_node()
1907 static inline void dec_slabs_node(struct kmem_cache *s, int node, in dec_slabs_node()
1910 static bool freelist_corrupted(struct kmem_cache *s, struct slab *slab, in freelist_corrupted()
1981 int alloc_slab_obj_exts(struct slab *slab, struct kmem_cache *s, in alloc_slab_obj_exts()
2057 static int alloc_slab_obj_exts(struct slab *slab, struct kmem_cache *s, in alloc_slab_obj_exts()
2072 prepare_slab_obj_exts_hook(struct kmem_cache *s, gfp_t flags, void *p) in prepare_slab_obj_exts_hook()
2097 __alloc_tagging_slab_alloc_hook(struct kmem_cache *s, void *object, gfp_t flags) in __alloc_tagging_slab_alloc_hook()
2112 alloc_tagging_slab_alloc_hook(struct kmem_cache *s, void *object, gfp_t flags) in alloc_tagging_slab_alloc_hook()
2120 __alloc_tagging_slab_free_hook(struct kmem_cache *s, struct slab *slab, void **p, in __alloc_tagging_slab_free_hook()
2142 alloc_tagging_slab_free_hook(struct kmem_cache *s, struct slab *slab, void **p, in alloc_tagging_slab_free_hook()
2152 alloc_tagging_slab_alloc_hook(struct kmem_cache *s, void *object, gfp_t flags) in alloc_tagging_slab_alloc_hook()
2157 alloc_tagging_slab_free_hook(struct kmem_cache *s, struct slab *slab, void **p, in alloc_tagging_slab_free_hook()
2170 bool memcg_slab_post_alloc_hook(struct kmem_cache *s, struct list_lru *lru, in memcg_slab_post_alloc_hook()
2193 void memcg_slab_free_hook(struct kmem_cache *s, struct slab *slab, void **p, in memcg_slab_free_hook()
2212 struct kmem_cache *s; in memcg_slab_post_charge() local
2262 static inline bool memcg_slab_post_alloc_hook(struct kmem_cache *s, in memcg_slab_post_alloc_hook()
2270 static inline void memcg_slab_free_hook(struct kmem_cache *s, struct slab *slab, in memcg_slab_free_hook()
2299 bool slab_free_hook(struct kmem_cache *s, void *x, bool init, in slab_free_hook()
2384 bool slab_free_freelist_hook(struct kmem_cache *s, void **head, void **tail, in slab_free_freelist_hook()
2427 static void *setup_object(struct kmem_cache *s, void *object) in setup_object()
2467 static int init_cache_random_seq(struct kmem_cache *s) in init_cache_random_seq()
2496 struct kmem_cache *s; in init_freelist_randomization() local
2507 static void *next_freelist_entry(struct kmem_cache *s, in next_freelist_entry()
2529 static bool shuffle_freelist(struct kmem_cache *s, struct slab *slab) in shuffle_freelist()
2562 static inline int init_cache_random_seq(struct kmem_cache *s) in init_cache_random_seq()
2567 static inline bool shuffle_freelist(struct kmem_cache *s, struct slab *slab) in shuffle_freelist()
2574 struct kmem_cache *s, gfp_t gfp) in account_slab()
2584 struct kmem_cache *s) in unaccount_slab()
2597 static struct slab *allocate_slab(struct kmem_cache *s, gfp_t flags, int node) in allocate_slab()
2665 static struct slab *new_slab(struct kmem_cache *s, gfp_t flags, int node) in new_slab()
2676 static void __free_slab(struct kmem_cache *s, struct slab *slab) in __free_slab()
2697 static void free_slab(struct kmem_cache *s, struct slab *slab) in free_slab()
2713 static void discard_slab(struct kmem_cache *s, struct slab *slab) in discard_slab()
2774 static void *alloc_single_from_partial(struct kmem_cache *s, in alloc_single_from_partial()
2804 static void *alloc_single_from_new_slab(struct kmem_cache *s, in alloc_single_from_new_slab()
2841 static inline void put_cpu_partial(struct kmem_cache *s, struct slab *slab, in put_cpu_partial()
2849 static struct slab *get_partial_node(struct kmem_cache *s, in get_partial_node()
2907 static struct slab *get_any_partial(struct kmem_cache *s, in get_any_partial()
2971 static struct slab *get_partial(struct kmem_cache *s, int node, in get_partial()
3027 const struct kmem_cache *s, unsigned long tid) in note_cmpxchg_failure()
3050 static void init_kmem_cache_cpus(struct kmem_cache *s) in init_kmem_cache_cpus()
3068 static void deactivate_slab(struct kmem_cache *s, struct slab *slab, in deactivate_slab()
3149 static void __put_partials(struct kmem_cache *s, struct slab *partial_slab) in __put_partials()
3193 static void put_partials(struct kmem_cache *s) in put_partials()
3207 static void put_partials_cpu(struct kmem_cache *s, in put_partials_cpu()
3225 static void put_cpu_partial(struct kmem_cache *s, struct slab *slab, int drain) in put_cpu_partial()
3267 static inline void put_partials(struct kmem_cache *s) { } in put_partials()
3268 static inline void put_partials_cpu(struct kmem_cache *s, in put_partials_cpu()
3273 static inline void flush_slab(struct kmem_cache *s, struct kmem_cache_cpu *c) in flush_slab()
3296 static inline void __flush_cpu_slab(struct kmem_cache *s, int cpu) in __flush_cpu_slab()
3316 struct kmem_cache *s; member
3327 struct kmem_cache *s; in flush_cpu_slab() local
3342 static bool has_cpu_slab(int cpu, struct kmem_cache *s) in has_cpu_slab()
3352 static void flush_all_cpus_locked(struct kmem_cache *s) in flush_all_cpus_locked()
3382 static void flush_all(struct kmem_cache *s) in flush_all()
3395 struct kmem_cache *s; in slub_cpu_dead() local
3405 static inline void flush_all_cpus_locked(struct kmem_cache *s) { } in flush_all_cpus_locked()
3406 static inline void flush_all(struct kmem_cache *s) { } in flush_all()
3407 static inline void __flush_cpu_slab(struct kmem_cache *s, int cpu) { } in __flush_cpu_slab()
3436 static inline bool free_debug_processing(struct kmem_cache *s, in free_debug_processing()
3549 slab_out_of_memory(struct kmem_cache *s, gfp_t gfpflags, int nid) in slab_out_of_memory()
3585 slab_out_of_memory(struct kmem_cache *s, gfp_t gfpflags, int nid) { } in slab_out_of_memory()
3598 __update_cpu_freelist_fast(struct kmem_cache *s, in __update_cpu_freelist_fast()
3617 static inline void *get_freelist(struct kmem_cache *s, struct slab *slab) in get_freelist()
3645 static inline void *freeze_slab(struct kmem_cache *s, struct slab *slab) in freeze_slab()
3688 static void *___slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in ___slab_alloc()
3934 static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, in __slab_alloc()
3955 static __always_inline void *__slab_alloc_node(struct kmem_cache *s, in __slab_alloc_node()
4052 static void *__slab_alloc_node(struct kmem_cache *s, in __slab_alloc_node()
4084 static __always_inline void maybe_wipe_obj_freeptr(struct kmem_cache *s, in maybe_wipe_obj_freeptr()
4094 struct kmem_cache *slab_pre_alloc_hook(struct kmem_cache *s, gfp_t flags) in slab_pre_alloc_hook()
4107 bool slab_post_alloc_hook(struct kmem_cache *s, struct list_lru *lru, in slab_post_alloc_hook()
4170 static __fastpath_inline void *slab_alloc_node(struct kmem_cache *s, struct list_lru *lru, in slab_alloc_node()
4201 void *kmem_cache_alloc_noprof(struct kmem_cache *s, gfp_t gfpflags) in kmem_cache_alloc_noprof()
4212 void *kmem_cache_alloc_lru_noprof(struct kmem_cache *s, struct list_lru *lru, in kmem_cache_alloc_lru_noprof()
4246 void *kmem_cache_alloc_node_noprof(struct kmem_cache *s, gfp_t gfpflags, int node) in kmem_cache_alloc_node_noprof()
4311 struct kmem_cache *s; in __do_kmalloc_node() local
4351 void *__kmalloc_cache_noprof(struct kmem_cache *s, gfp_t gfpflags, size_t size) in __kmalloc_cache_noprof()
4363 void *__kmalloc_cache_node_noprof(struct kmem_cache *s, gfp_t gfpflags, in __kmalloc_cache_node_noprof()
4376 struct kmem_cache *s, struct slab *slab, in free_to_partial_list()
4444 static void __slab_free(struct kmem_cache *s, struct slab *slab, in __slab_free()
4572 static __always_inline void do_slab_free(struct kmem_cache *s, in do_slab_free()
4627 static void do_slab_free(struct kmem_cache *s, in do_slab_free()
4636 void slab_free(struct kmem_cache *s, struct slab *slab, void *object, in slab_free()
4649 void memcg_alloc_abort_single(struct kmem_cache *s, void *object) in memcg_alloc_abort_single()
4657 void slab_free_bulk(struct kmem_cache *s, struct slab *slab, void *head, in slab_free_bulk()
4677 struct kmem_cache *s; in slab_free_after_rcu_debug() local
4714 static inline struct kmem_cache *cache_from_obj(struct kmem_cache *s, void *x) in cache_from_obj()
4738 void kmem_cache_free(struct kmem_cache *s, void *x) in kmem_cache_free()
4779 struct kmem_cache *s; in kvfree_rcu_cb() local
4825 struct kmem_cache *s; in kfree() local
4851 struct kmem_cache *s = NULL; in __do_krealloc() local
5132 struct kmem_cache *s; member
5148 int build_detached_freelist(struct kmem_cache *s, size_t size, in build_detached_freelist()
5210 static void __kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in __kmem_cache_free_bulk()
5231 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in kmem_cache_free_bulk()
5251 int __kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in __kmem_cache_alloc_bulk()
5321 static int __kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, in __kmem_cache_alloc_bulk()
5351 int kmem_cache_alloc_bulk_noprof(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk_noprof()
5526 static inline int alloc_kmem_cache_cpus(struct kmem_cache *s) in alloc_kmem_cache_cpus()
5547 static inline int alloc_kmem_cache_cpus(struct kmem_cache *s) in alloc_kmem_cache_cpus()
5598 static void free_kmem_cache_nodes(struct kmem_cache *s) in free_kmem_cache_nodes()
5609 void __kmem_cache_release(struct kmem_cache *s) in __kmem_cache_release()
5618 static int init_kmem_cache_nodes(struct kmem_cache *s) in init_kmem_cache_nodes()
5643 static void set_cpu_partial(struct kmem_cache *s) in set_cpu_partial()
5680 static int calculate_sizes(struct kmem_cache_args *args, struct kmem_cache *s) in calculate_sizes()
5819 static void list_slab_objects(struct kmem_cache *s, struct slab *slab) in list_slab_objects()
5851 static void free_partial(struct kmem_cache *s, struct kmem_cache_node *n) in free_partial()
5872 bool __kmem_cache_empty(struct kmem_cache *s) in __kmem_cache_empty()
5886 int __kmem_cache_shutdown(struct kmem_cache *s) in __kmem_cache_shutdown()
5909 struct kmem_cache *s = slab->slab_cache; in __kmem_obj_info() local
6031 struct kmem_cache *s; in __check_heap_object() local
6080 static int __kmem_cache_do_shrink(struct kmem_cache *s) in __kmem_cache_do_shrink()
6143 int __kmem_cache_shrink(struct kmem_cache *s) in __kmem_cache_shrink()
6151 struct kmem_cache *s; in slab_mem_going_offline_callback() local
6190 struct kmem_cache *s; in slab_mem_going_online_callback() local
6278 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); in bootstrap() local
6372 struct kmem_cache *s; in __kmem_cache_alias() local
6393 int do_kmem_cache_create(struct kmem_cache *s, const char *name, in do_kmem_cache_create()
6495 static void validate_slab(struct kmem_cache *s, struct slab *slab, in validate_slab()
6515 static int validate_slab_node(struct kmem_cache *s, in validate_slab_node()
6552 long validate_slab_cache(struct kmem_cache *s) in validate_slab_cache()
6629 static int add_location(struct loc_track *t, struct kmem_cache *s, in add_location()
6721 static void process_slab(struct loc_track *t, struct kmem_cache *s, in process_slab()
6755 static ssize_t show_slab_objects(struct kmem_cache *s, in show_slab_objects()
6882 static ssize_t slab_size_show(struct kmem_cache *s, char *buf) in slab_size_show()
6888 static ssize_t align_show(struct kmem_cache *s, char *buf) in align_show()
6894 static ssize_t object_size_show(struct kmem_cache *s, char *buf) in object_size_show()
6900 static ssize_t objs_per_slab_show(struct kmem_cache *s, char *buf) in objs_per_slab_show()
6906 static ssize_t order_show(struct kmem_cache *s, char *buf) in order_show()
6912 static ssize_t min_partial_show(struct kmem_cache *s, char *buf) in min_partial_show()
6917 static ssize_t min_partial_store(struct kmem_cache *s, const char *buf, in min_partial_store()
6932 static ssize_t cpu_partial_show(struct kmem_cache *s, char *buf) in cpu_partial_show()
6942 static ssize_t cpu_partial_store(struct kmem_cache *s, const char *buf, in cpu_partial_store()
6960 static ssize_t ctor_show(struct kmem_cache *s, char *buf) in ctor_show()
6968 static ssize_t aliases_show(struct kmem_cache *s, char *buf) in aliases_show()
6974 static ssize_t partial_show(struct kmem_cache *s, char *buf) in partial_show()
6980 static ssize_t cpu_slabs_show(struct kmem_cache *s, char *buf) in cpu_slabs_show()
6986 static ssize_t objects_partial_show(struct kmem_cache *s, char *buf) in objects_partial_show()
6992 static ssize_t slabs_cpu_partial_show(struct kmem_cache *s, char *buf) in slabs_cpu_partial_show()
7033 static ssize_t reclaim_account_show(struct kmem_cache *s, char *buf) in reclaim_account_show()
7039 static ssize_t hwcache_align_show(struct kmem_cache *s, char *buf) in hwcache_align_show()
7046 static ssize_t cache_dma_show(struct kmem_cache *s, char *buf) in cache_dma_show()
7054 static ssize_t usersize_show(struct kmem_cache *s, char *buf) in usersize_show()
7061 static ssize_t destroy_by_rcu_show(struct kmem_cache *s, char *buf) in destroy_by_rcu_show()
7068 static ssize_t slabs_show(struct kmem_cache *s, char *buf) in slabs_show()
7074 static ssize_t total_objects_show(struct kmem_cache *s, char *buf) in total_objects_show()
7080 static ssize_t objects_show(struct kmem_cache *s, char *buf) in objects_show()
7086 static ssize_t sanity_checks_show(struct kmem_cache *s, char *buf) in sanity_checks_show()
7092 static ssize_t trace_show(struct kmem_cache *s, char *buf) in trace_show()
7098 static ssize_t red_zone_show(struct kmem_cache *s, char *buf) in red_zone_show()
7105 static ssize_t poison_show(struct kmem_cache *s, char *buf) in poison_show()
7112 static ssize_t store_user_show(struct kmem_cache *s, char *buf) in store_user_show()
7119 static ssize_t validate_show(struct kmem_cache *s, char *buf) in validate_show()
7124 static ssize_t validate_store(struct kmem_cache *s, in validate_store()
7141 static ssize_t failslab_show(struct kmem_cache *s, char *buf) in failslab_show()
7146 static ssize_t failslab_store(struct kmem_cache *s, const char *buf, in failslab_store()
7162 static ssize_t shrink_show(struct kmem_cache *s, char *buf) in shrink_show()
7167 static ssize_t shrink_store(struct kmem_cache *s, in shrink_store()
7179 static ssize_t remote_node_defrag_ratio_show(struct kmem_cache *s, char *buf) in remote_node_defrag_ratio_show()
7184 static ssize_t remote_node_defrag_ratio_store(struct kmem_cache *s, in remote_node_defrag_ratio_store()
7204 static int show_stat(struct kmem_cache *s, char *buf, enum stat_item si) in show_stat()
7236 static void clear_stat(struct kmem_cache *s, enum stat_item si) in clear_stat()
7288 static ssize_t skip_kfence_show(struct kmem_cache *s, char *buf) in skip_kfence_show()
7293 static ssize_t skip_kfence_store(struct kmem_cache *s, in skip_kfence_store()
7395 struct kmem_cache *s; in slab_attr_show() local
7411 struct kmem_cache *s; in slab_attr_store() local
7439 static inline struct kset *cache_kset(struct kmem_cache *s) in cache_kset()
7450 static char *create_unique_id(struct kmem_cache *s) in create_unique_id()
7488 static int sysfs_slab_add(struct kmem_cache *s) in sysfs_slab_add()
7539 void sysfs_slab_unlink(struct kmem_cache *s) in sysfs_slab_unlink()
7545 void sysfs_slab_release(struct kmem_cache *s) in sysfs_slab_release()
7555 struct kmem_cache *s; member
7562 static int sysfs_slab_alias(struct kmem_cache *s, const char *name) in sysfs_slab_alias()
7593 struct kmem_cache *s; in slab_sysfs_init() local
7747 struct kmem_cache *s = file_inode(filep)->i_private; in slab_debug_trace_open() local
7806 static void debugfs_slab_add(struct kmem_cache *s) in debugfs_slab_add()
7822 void debugfs_slab_release(struct kmem_cache *s) in debugfs_slab_release()
7829 struct kmem_cache *s; in slab_debugfs_init() local
7846 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo) in get_slabinfo()