Home
last modified time | relevance | path

Searched refs:map_table (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/bpf/bpftool/
Dmap.c25 static struct hashmap *map_table; variable
517 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()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_cpu.c117 .map_table = amdgpu_vm_cpu_map_table,
Damdgpu_vm_sdma.c295 .map_table = amdgpu_vm_sdma_map_table,
Damdgpu_vm.h236 int (*map_table)(struct amdgpu_bo_vm *bo); member
Damdgpu_vm_pt.c434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear()
Damdgpu_vm.c376 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()