Searched refs:cpu_map (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 14 cpu_map = {} variable 161 if not cpu_phy_id in list(cpu_map.keys()): 164 core_info = cpu_map[cpu_phy_id] 169 cpu_map[cpu_phy_id] = core_info 179 if not cpu_phy_id in list(cpu_map.keys()): 180 cpu_map[cpu_phy_id] = [i] 182 cpu_map[cpu_phy_id].append(i) 494 print("cpu_map: ", cpu_map, file=debugfile) 496 print("nr_packages=%d" % len(cpu_map), file=keyvalfile) 498 for pkg in sorted(cpu_map.keys()): [all …]
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_private.h | 97 void *cpu_map; member
|
D | wsi_common.c | 576 if (image->cpu_map != NULL) { in wsi_destroy_image() 1638 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_linear_image_mem() 1663 0, VK_WHOLE_SIZE, 0, &image->cpu_map); in wsi_create_cpu_buffer_image_mem()
|
D | wsi_common_win32.c | 412 char *ptr = image->base.cpu_map; in wsi_win32_queue_present()
|
D | wsi_common_x11.c | 1299 void *myptr = image->base.cpu_map; in x11_present_to_x11_sw() 1314 image->base.cpu_map); in x11_present_to_x11_sw()
|
D | wsi_common_wayland.c | 1056 memcpy(image->shm_ptr, image->base.cpu_map, in wsi_wl_swapchain_queue_present()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 38881 struct bpf_cpu_map_entry **cpu_map; member 40726 unsigned int *cpu_map; member
|