Searched refs:map_table (Results 1 – 6 of 6) sorted by relevance
25 static struct hashmap *map_table; variable517 if (!hashmap__empty(map_table)) { in show_map_close_json()522 hashmap__for_each_key_entry(map_table, entry, in show_map_close_json()596 if (!hashmap__empty(map_table)) { in show_map_close_plain()599 hashmap__for_each_key_entry(map_table, entry, in show_map_close_plain()677 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()679 if (IS_ERR(map_table)) { in do_show()683 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show()732 delete_pinned_obj_table(map_table); in do_show()
117 .map_table = amdgpu_vm_cpu_map_table,
295 .map_table = amdgpu_vm_sdma_map_table,
236 int (*map_table)(struct amdgpu_bo_vm *bo); member
434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear()
376 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()2184 r = vm->update_funcs->map_table(to_amdgpu_bo_vm(vm->root.bo)); in amdgpu_vm_make_compute()