Lines Matching defs:objp

441 static unsigned long long *dbg_redzone1(struct kmem_cache *cachep, void *objp)  in dbg_redzone1()
448 static unsigned long long *dbg_redzone2(struct kmem_cache *cachep, void *objp) in dbg_redzone2()
459 static void **dbg_userword(struct kmem_cache *cachep, void *objp) in dbg_userword()
469 #define dbg_redzone1(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
470 #define dbg_redzone2(cachep, objp) ({BUG(); (unsigned long long *)NULL;}) argument
471 #define dbg_userword(cachep, objp) ({BUG(); (void **)NULL;}) argument
991 static inline int cache_free_alien(struct kmem_cache *cachep, void *objp) in cache_free_alien()
1104 static inline int cache_free_alien(struct kmem_cache *cachep, void *objp) in cache_free_alien()
1901 static void print_objinfo(struct kmem_cache *cachep, void *objp, int lines) in print_objinfo()
1930 static void check_poison_obj(struct kmem_cache *cachep, void *objp) in check_poison_obj()
1997 void *objp = index_to_obj(cachep, slabp, i); in slab_destroy_debugcheck() local
2723 static struct slab *alloc_slabmgmt(struct kmem_cache *cachep, void *objp, in alloc_slabmgmt()
2766 void *objp = index_to_obj(cachep, slabp, i); in cache_init_objs() local
2820 void *objp = index_to_obj(cachep, slabp, slabp->free); in slab_get_obj() local
2835 void *objp, int nodeid) in slab_put_obj()
2883 gfp_t flags, int nodeid, void *objp) in cache_grow()
2967 static void kfree_debugcheck(const void *objp) in kfree_debugcheck()
2998 static void *cache_free_debugcheck(struct kmem_cache *cachep, void *objp, in cache_free_debugcheck()
3070 #define cache_free_debugcheck(x,objp,z) (objp) argument
3178 gfp_t flags, void *objp, void *caller) in cache_alloc_debugcheck_after()
3231 #define cache_alloc_debugcheck_after(a,b,objp,d) (objp) argument
3244 void *objp; in ____cache_alloc() local
3511 void *objp; in __do_cache_alloc() local
3544 void *objp; in __cache_alloc() local
3581 void *objp = objpp[i]; in free_block() local
3673 static inline void __cache_free(struct kmem_cache *cachep, void *objp, in __cache_free()
3863 void kmem_cache_free(struct kmem_cache *cachep, void *objp) in kmem_cache_free()
3887 void kfree(const void *objp) in kfree()
4623 size_t ksize(const void *objp) in ksize()