Searched refs:is_phys (Results 1 – 2 of 2) sorted by relevance
402 bool is_phys) in __lookup_object() argument404 struct rb_node *rb = is_phys ? object_phys_tree_root.rb_node : in __lookup_object()547 bool is_phys) in __find_and_get_object() argument554 object = __lookup_object(ptr, alias, is_phys); in __find_and_get_object()593 bool is_phys) in find_and_remove_object() argument599 object = __lookup_object(ptr, alias, is_phys); in find_and_remove_object()632 int min_count, gfp_t gfp, bool is_phys) in __create_object() argument652 object->flags = OBJECT_ALLOCATED | (is_phys ? OBJECT_PHYS : 0); in __create_object()690 if (!is_phys) { in __create_object()694 link = is_phys ? &object_phys_tree_root.rb_node : in __create_object()[all …]
1556 unsigned sp, int modify, bool is_phys) in form_gva() argument1581 if (!is_phys) { in form_gva()