Home
last modified time | relevance | path

Searched refs:kmemleak_object (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dkmemleak.c136 struct kmemleak_object { struct
203 static struct kmemleak_object mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];
306 struct kmemleak_object *object) in hex_dump_object()
339 static bool color_white(const struct kmemleak_object *object) in color_white()
345 static bool color_gray(const struct kmemleak_object *object) in color_gray()
356 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
363 static const char *__object_type_str(struct kmemleak_object *object) in __object_type_str()
377 struct kmemleak_object *object, in __print_unreferenced()
401 struct kmemleak_object *object) in print_unreferenced()
411 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
[all …]