Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
A Dmap.c60 static struct hashmap *map_table; variable
541 if (!hashmap__empty(map_table)) { in show_map_close_json()
546 hashmap__for_each_key_entry(map_table, entry, in show_map_close_json()
615 if (!hashmap__empty(map_table)) { in show_map_close_plain()
618 hashmap__for_each_key_entry(map_table, entry, in show_map_close_plain()
699 map_table = hashmap__new(hash_fn_for_key_as_id, in do_show()
701 if (!map_table) { in do_show()
705 build_pinned_obj_table(map_table, BPF_OBJ_MAP); in do_show()
754 delete_pinned_obj_table(map_table); in do_show()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm_cpu.c118 .map_table = amdgpu_vm_cpu_map_table,
A Damdgpu_vm_sdma.c279 .map_table = amdgpu_vm_sdma_map_table,
A Damdgpu_vm.h236 int (*map_table)(struct amdgpu_bo_vm *bo); member
A Damdgpu_vm.c751 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()
851 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_clear_bo()

Completed in 15 milliseconds