Searched refs:kmemleak_object (Results 1 – 1 of 1) sorted by relevance
143 struct kmemleak_object { struct202 static struct kmemleak_object mem_pool[CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE];296 struct kmemleak_object *object) in hex_dump_object()324 static bool color_white(const struct kmemleak_object *object) in color_white()330 static bool color_gray(const struct kmemleak_object *object) in color_gray()341 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()353 struct kmemleak_object *object) in print_unreferenced()380 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()401 static struct kmemleak_object *__lookup_object(unsigned long ptr, int alias, in __lookup_object()409 struct kmemleak_object *object; in __lookup_object()[all …]