Searched refs:map_table (Results 1 – 7 of 7) sorted by relevance
35 struct pinned_obj_table map_table; variable413 hash_init(map_table.table); in main()484 delete_pinned_obj_table(&map_table); in main()
538 if (!hash_empty(map_table.table)) { in show_map_close_json()543 hash_for_each_possible(map_table.table, obj, hash, info->id) { in show_map_close_json()613 if (!hash_empty(map_table.table)) { in show_map_close_plain()616 hash_for_each_possible(map_table.table, obj, hash, info->id) { in show_map_close_plain()698 build_pinned_obj_table(&map_table, BPF_OBJ_MAP); in do_show()
95 extern struct pinned_obj_table map_table;
118 .map_table = amdgpu_vm_cpu_map_table,
279 .map_table = amdgpu_vm_sdma_map_table,
236 int (*map_table)(struct amdgpu_bo_vm *bo); member
751 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()848 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_clear_bo()