Home
last modified time | relevance | path

Searched defs:objp (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/mm/
Dslab.c332 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1()
339 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
350 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
359 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
360 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
361 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument
552 struct slab *slab, void *objp) in cache_free_pfmemalloc()
592 static __always_inline void __free_one(struct array_cache *ac, void *objp) in __free_one()
616 static inline int cache_free_alien(struct kmem_cache *cachep, void *objp) in cache_free_alien()
747 static int __cache_free_alien(struct kmem_cache *cachep, void *objp, in __cache_free_alien()
[all …]
Dmm_slot.h31 static inline void mm_slot_free(struct kmem_cache *cache, void *objp) in mm_slot_free()
Dslab_common.c1468 size_t ksize(const void *objp) in ksize()
Dnommu.c72 unsigned int kobjsize(const void *objp) in kobjsize()
Dvmalloc.c4300 void *objp = (void *)PAGE_ALIGN((unsigned long)object); in vmalloc_dump_obj() local
Dslub.c4666 void *objp; in __kmem_obj_info() local
/kernel/linux/linux-5.10/mm/
Dslab.c332 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1()
339 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
350 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
359 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
360 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
361 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument
552 struct page *page, void *objp) in cache_free_pfmemalloc()
592 static __always_inline void __free_one(struct array_cache *ac, void *objp) in __free_one()
616 static inline int cache_free_alien(struct kmem_cache *cachep, void *objp) in cache_free_alien()
762 static int __cache_free_alien(struct kmem_cache *cachep, void *objp, in __cache_free_alien()
[all …]
Dslab_common.c1153 size_t ksize(const void *objp) in ksize()
Dnommu.c73 unsigned int kobjsize(const void *objp) in kobjsize()
/kernel/linux/linux-5.10/fs/notify/
Dmark.c236 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object()
256 void *objp = NULL; in fsnotify_put_mark() local
799 void *objp; in fsnotify_destroy_marks() local
/kernel/linux/linux-6.6/tools/testing/radix-tree/
Dlinux.c96 void kmem_cache_free_locked(struct kmem_cache *cachep, void *objp) in kmem_cache_free_locked()
114 void kmem_cache_free(struct kmem_cache *cachep, void *objp) in kmem_cache_free()
/kernel/linux/linux-6.6/fs/notify/
Dmark.c309 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object()
322 void *objp = NULL; in fsnotify_put_mark() local
861 void *objp; in fsnotify_destroy_marks() local
/kernel/linux/linux-5.10/tools/testing/radix-tree/
Dlinux.c62 void kmem_cache_free(struct kmem_cache *cachep, void *objp) in kmem_cache_free()