Lines Matching +defs:obj +defs:m
520 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache()
526 static inline struct slab *virt_to_slab(const void *obj) in virt_to_slab()
545 const struct slab *slab, void *obj) in obj_to_index()
2976 static inline void verify_redzone_free(struct kmem_cache *cache, void *obj) in verify_redzone_free()
3313 void *obj = NULL; in fallback_alloc() local
3388 void *obj; in ____cache_alloc_node() local
4214 static void print_slabinfo_header(struct seq_file *m) in print_slabinfo_header()
4237 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
4248 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
4253 static void s_stop(struct seq_file *m, void *p) in s_stop()
4258 static int s_show(struct seq_file *m, void *p) in s_show()
4442 static void *leaks_start(struct seq_file *m, loff_t *pos) in leaks_start()
4492 static void show_symbol(struct seq_file *m, unsigned long address) in show_symbol()
4508 static int leaks_show(struct seq_file *m, void *p) in leaks_show()
4582 struct seq_file *m = file->private_data; in slabstats_open() local