Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 8 of 8) sorted by relevance

/mm/
Dzsmalloc.c353 static void record_obj(unsigned long handle, unsigned long obj) in record_obj()
490 static inline void set_freeobj(struct zspage *zspage, unsigned int obj) in set_freeobj()
759 static void obj_to_location(unsigned long obj, struct page **page, in obj_to_location()
766 static void obj_to_page(unsigned long obj, struct page **page) in obj_to_page()
778 unsigned long obj; in location_to_obj() local
791 static inline bool obj_allocated(struct page *page, void *obj, in obj_allocated()
1192 unsigned long obj, off; in zs_map_object() local
1253 unsigned long obj, off; in zs_unmap_object() local
1306 unsigned long obj; in obj_malloc() local
1413 static void obj_free(int class_size, unsigned long obj) in obj_free()
[all …]
Dmempool.c43 u8 *obj = element; in __check_element() local
80 u8 *obj = element; in __poison_element() local
Dusercopy.c38 static noinline int check_stack_object(const void *obj, unsigned long len) in check_stack_object()
Dgcma_sysfs.c105 static void gcma_kobj_release(struct kobject *obj) in gcma_kobj_release()
Dslab.h347 void *addr, void *obj) in __obj_to_index()
354 const struct slab *slab, void *obj) in obj_to_index()
Dkmemleak.c1919 struct kmemleak_object *obj = prev_obj; in kmemleak_seq_next() local
Dslub.c4118 void *obj) in maybe_wipe_obj_freeptr()
4759 static inline struct kmem_cache *virt_to_cache(const void *obj) in virt_to_cache()
/mm/kfence/
Dkfence_test.c525 static void ctor_set_x(void *obj) in ctor_set_x()