Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dkmemleak.c149 struct kmemleak_object { struct
309 struct kmemleak_object *object) in hex_dump_object()
334 static bool color_white(const struct kmemleak_object *object) in color_white()
340 static bool color_gray(const struct kmemleak_object *object) in color_gray()
351 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
363 struct kmemleak_object *object) in print_unreferenced()
387 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
412 static struct kmemleak_object *lookup_object(unsigned long ptr, int alias) in lookup_object()
417 struct kmemleak_object *object = in lookup_object()
418 rb_entry(rb, struct kmemleak_object, rb_node); in lookup_object()
[all …]