Searched defs:objp (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/mm/ |
D | slab.c | 333 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp) in dbg_redzone1() 340 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2() 351 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword() 360 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument 361 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument 362 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument 553 struct slab *slab, void *objp) in cache_free_pfmemalloc() 593 static __always_inline void __free_one(struct array_cache *ac, void *objp) in __free_one() 617 static inline int cache_free_alien(struct kmem_cache *cachep, void *objp) in cache_free_alien() 748 static int __cache_free_alien(struct kmem_cache *cachep, void *objp, in __cache_free_alien() [all …]
|
D | mm_slot.h | 31 static inline void mm_slot_free(struct kmem_cache *cache, void *objp) in mm_slot_free()
|
D | slab_common.c | 1412 size_t ksize(const void *objp) in ksize()
|
D | nommu.c | 71 unsigned int kobjsize(const void *objp) in kobjsize()
|
D | vmalloc.c | 4035 void *objp = (void *)PAGE_ALIGN((unsigned long)object); in vmalloc_dump_obj() local
|
D | slub.c | 4444 void *objp; in __kmem_obj_info() local
|
/linux-6.1.9/tools/testing/radix-tree/ |
D | linux.c | 96 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()
|
/linux-6.1.9/fs/notify/ |
D | mark.c | 283 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object() 296 void *objp = NULL; in fsnotify_put_mark() local 835 void *objp; in fsnotify_destroy_marks() local
|