Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dkmemleak.c391 bool is_phys) in __lookup_object() argument
393 struct rb_node *rb = is_phys ? object_phys_tree_root.rb_node : in __lookup_object()
536 bool is_phys) in __find_and_get_object() argument
543 object = __lookup_object(ptr, alias, is_phys); in __find_and_get_object()
580 bool is_phys) in find_and_remove_object() argument
586 object = __lookup_object(ptr, alias, is_phys); in find_and_remove_object()
608 int min_count, gfp_t gfp, bool is_phys) in __create_object() argument
628 object->flags = OBJECT_ALLOCATED | (is_phys ? OBJECT_PHYS : 0); in __create_object()
665 if (!is_phys) { in __create_object()
669 link = is_phys ? &object_phys_tree_root.rb_node : in __create_object()
[all …]