Searched refs:map_table (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | main.c | 32 struct pinned_obj_table map_table; variable 419 hash_init(map_table.table); in main() 478 delete_pinned_obj_table(&map_table); in main()
|
H A D | map.c | 537 if (!hash_empty(map_table.table)) { in show_map_close_json() 542 hash_for_each_possible(map_table.table, obj, hash, info->id) { in show_map_close_json() 612 if (!hash_empty(map_table.table)) { in show_map_close_plain() 615 hash_for_each_possible(map_table.table, obj, hash, info->id) { in show_map_close_plain() 697 build_pinned_obj_table(&map_table, BPF_OBJ_MAP); in do_show()
|
H A D | main.h | 94 extern struct pinned_obj_table map_table;
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | map.c | 24 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_cpu.c | 118 .map_table = amdgpu_vm_cpu_map_table,
|
H A D | amdgpu_vm_sdma.c | 278 .map_table = amdgpu_vm_sdma_map_table,
|
H A D | amdgpu_vm.h | 237 int (*map_table)(struct amdgpu_bo *bo); member
|
H A D | amdgpu_vm.c | 698 vm->update_funcs->map_table(bo); in amdgpu_vm_validate_pt_bos() 799 r = vm->update_funcs->map_table(bo); in amdgpu_vm_clear_bo()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_cpu.c | 118 .map_table = amdgpu_vm_cpu_map_table,
|
H A D | amdgpu_vm_sdma.c | 304 .map_table = amdgpu_vm_sdma_map_table,
|
H A D | amdgpu_vm_pt.c | 434 r = vm->update_funcs->map_table(vmbo); in amdgpu_vm_pt_clear() 1101 r = vm->update_funcs->map_table(bo); in amdgpu_vm_pt_map_tables()
|
H A D | amdgpu_vm.h | 245 int (*map_table)(struct amdgpu_bo_vm *bo); member
|
H A D | amdgpu_vm.c | 482 vm->update_funcs->map_table(to_amdgpu_bo_vm(bo)); in amdgpu_vm_validate_pt_bos()
|
Completed in 16 milliseconds