Searched refs:map_table (Results 1 – 4 of 4) sorted by relevance
24 static struct hashmap *map_table; variable524 if (!hashmap__empty(map_table)) { in show_map_close_json()529 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_json()602 if (!hashmap__empty(map_table)) { in show_map_close_plain()605 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_plain()685 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()687 if (IS_ERR(map_table)) { in do_show()691 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show()740 delete_pinned_obj_table(map_table); in do_show()
118 .map_table = amdgpu_vm_cpu_map_table,
290 .map_table = amdgpu_vm_sdma_map_table,
607 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate()