Searched refs:map_table (Results 1 – 6 of 6) sorted by relevance
24 static struct hashmap *map_table; variable516 if (!hashmap__empty(map_table)) { in show_map_close_json()521 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_json()594 if (!hashmap__empty(map_table)) { in show_map_close_plain()597 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_plain()674 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()676 if (IS_ERR(map_table)) { in do_show()680 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show()729 delete_pinned_obj_table(map_table); in do_show()
117 .map_table = amdgpu_vm_cpu_map_table,
304 .map_table = amdgpu_vm_sdma_map_table,
233 int (*map_table)(struct amdgpu_bo_vm *bo); member
434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear()
398 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()2193 r = vm->update_funcs->map_table(to_amdgpu_bo_vm(vm->root.bo)); in amdgpu_vm_make_compute()
Completed in 12 milliseconds