Home
last modified time | relevance | path

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

/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.c210 static void fsnotify_drop_object(unsigned int type, void *objp) in fsnotify_drop_object()
230 void *objp = NULL; in fsnotify_put_mark() local
773 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()