Home
last modified time | relevance | path

Searched refs:cpu_map (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py14 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/
Dwsi_common_private.h97 void *cpu_map; member
Dwsi_common.c576 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()
Dwsi_common_win32.c412 char *ptr = image->base.cpu_map; in wsi_win32_queue_present()
Dwsi_common_x11.c1299 void *myptr = image->base.cpu_map; in x11_present_to_x11_sw()
1314 image->base.cpu_map); in x11_present_to_x11_sw()
Dwsi_common_wayland.c1056 memcpy(image->shm_ptr, image->base.cpu_map, in wsi_wl_swapchain_queue_present()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h38881 struct bpf_cpu_map_entry **cpu_map; member
40726 unsigned int *cpu_map; member