Home
last modified time | relevance | path

Searched refs:workloads (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py19 self.workloads = [x for x in workload.split(",") if x]
20 self.wlidx = 0 # idx of current workloads
316 for i in range(0, len(self.workloads)):
320 alldata.append({"Workload": self.workloads[i], "Report": data})
327 allres = [{"Workload": self.workloads[i], "Results": self.allresults[i]} for i in range(0, len(self.workloads))]
400 workload = self.workloads[self.wlidx]
481 Store all the data of one workload into the corresponding data structure for all workloads.
482 @param key: key to the dictionaries (index of self.workloads).
517 for i in range(0, len(self.workloads))
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbuiltin-test.c134 static struct test_workload *workloads[] = { variable
505 for (i = 0; i < ARRAY_SIZE(workloads); i++) { in run_workload()
506 twl = workloads[i]; in run_workload()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x86151 the CPUs' workloads are. CPU-bound workloads will be more sensitive
153 workloads will be less sensitive -- they will not necessarily perform
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c1008 /* free the unsubmited workloads in the queues. */ in intel_vgpu_clean_workloads()
1077 * there are pending workloads which are already submitted in complete_current_workload()
1081 * workloads won't be submitted to HW GPU and will be in complete_current_workload()
1283 kmem_cache_destroy(s->workloads); in intel_vgpu_clean_submission()
1378 s->workloads = kmem_cache_create_usercopy("gvt-g_vgpu_workload", in intel_vgpu_setup_submission()
1385 if (!s->workloads) { in intel_vgpu_setup_submission()
1494 kmem_cache_free(s->workloads, workload); in intel_vgpu_destroy_workload()
1503 workload = kmem_cache_zalloc(s->workloads, GFP_KERNEL); in alloc_workload()
1677 kmem_cache_free(s->workloads, workload); in intel_vgpu_create_workload()
1691 kmem_cache_free(s->workloads, workloa in intel_vgpu_create_workload()
[all...]
H A Dgvt.h154 struct kmem_cache *workloads; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c1055 /* free the unsubmited workloads in the queues. */ in intel_vgpu_clean_workloads()
1124 * there are pending workloads which are already submitted in complete_current_workload()
1128 * workloads won't be submitted to HW GPU and will be in complete_current_workload()
1330 kmem_cache_destroy(s->workloads); in intel_vgpu_clean_submission()
1422 s->workloads = kmem_cache_create_usercopy("gvt-g_vgpu_workload", in intel_vgpu_setup_submission()
1429 if (!s->workloads) { in intel_vgpu_setup_submission()
1538 kmem_cache_free(s->workloads, workload); in intel_vgpu_destroy_workload()
1547 workload = kmem_cache_zalloc(s->workloads, GFP_KERNEL); in alloc_workload()
1721 kmem_cache_free(s->workloads, workload); in intel_vgpu_create_workload()
1735 kmem_cache_free(s->workloads, workloa in intel_vgpu_create_workload()
[all...]
H A Dgvt.h154 struct kmem_cache *workloads; member
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86190 the CPUs' workloads are. CPU-bound workloads will be more sensitive
192 workloads will be less sensitive -- they will not necessarily perform

Completed in 10 milliseconds