Home
last modified time | relevance | path

Searched refs:cpu_map (Results 1 – 3 of 3) 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/mesa/drivers/dri/i915/
Dintel_batchbuffer.c43 intel->batch.cpu_map = malloc(intel->maxBatchSize); in intel_batchbuffer_init()
44 intel->batch.map = intel->batch.cpu_map; in intel_batchbuffer_init()
66 free(intel->batch.cpu_map); in intel_batchbuffer_free()
Dintel_context.h107 uint32_t *cpu_map; member