Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/bpf/bpftool/
A Dmap.c24 static struct hashmap *map_table; variable
516 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()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_cpu.c117 .map_table = amdgpu_vm_cpu_map_table,
A Damdgpu_vm_sdma.c304 .map_table = amdgpu_vm_sdma_map_table,
A Damdgpu_vm.h233 int (*map_table)(struct amdgpu_bo_vm *bo); member
A Damdgpu_vm_pt.c434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear()
A Damdgpu_vm.c398 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