Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c24 static struct hashmap *map_table; variable
524 if (!hashmap__empty(map_table)) { in show_map_close_json()
529 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_json()
602 if (!hashmap__empty(map_table)) { in show_map_close_plain()
605 hashmap__for_each_key_entry(map_table, entry, info->id) in show_map_close_plain()
682 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
684 if (IS_ERR(map_table)) { in do_show()
688 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show()
737 delete_pinned_obj_table(map_table); in do_show()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_cpu.c118 .map_table = amdgpu_vm_cpu_map_table,
H A Damdgpu_vm_sdma.c309 .map_table = amdgpu_vm_sdma_map_table,
H A Damdgpu_vm_pt.c434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear()
1105 r = vm->update_funcs->map_table(bo); in amdgpu_vm_pt_map_tables()
H A Damdgpu_vm.h245 int (*map_table)(struct amdgpu_bo_vm *bo); member
H A Damdgpu_vm.c483 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()