Searched refs:schemata (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/testing/selftests/resctrl/ |
D | cat_test.c | 165 char schemata[64]; in cat_test() local 199 snprintf(schemata, sizeof(schemata), "%lx", param->mask & ~current_mask); in cat_test() 200 ret = write_schemata("", schemata, uparams->cpu, test->resource); in cat_test() 203 snprintf(schemata, sizeof(schemata), "%lx", current_mask); in cat_test() 204 ret = write_schemata(param->ctrlgrp, schemata, uparams->cpu, test->resource); in cat_test() 319 char schemata[64]; in noncont_cat_run_test() local 347 snprintf(schemata, sizeof(schemata), "%lx", cont_mask); in noncont_cat_run_test() 348 ret = write_schemata("", schemata, uparams->cpu, test->resource); in noncont_cat_run_test() 359 snprintf(schemata, sizeof(schemata), "%lx", noncont_mask); in noncont_cat_run_test() 360 ret = write_schemata("", schemata, uparams->cpu, test->resource); in noncont_cat_run_test()
|
D | resctrlfs.c | 589 int write_schemata(const char *ctrlgrp, char *schemata, int cpu_no, in write_schemata() argument 595 if (!schemata) { in write_schemata() 614 resource, domain_id, schemata); in write_schemata()
|
D | resctrl.h | 137 int write_schemata(const char *ctrlgrp, char *schemata, int cpu_no,
|
D | README | 61 - setup: mount resctrl file system, create group, setup schemata, move test
|
/linux-6.12.1/Documentation/arch/x86/ |
D | resctrl.rst | 272 # echo L3:0=f7 > schemata 287 resource (see "schemata" below). The root and these additional top level 343 "schemata": 348 Mirrors the display of the "schemata" file to display the size in 358 pseudo-locked region's schemata to the resource group's "schemata" 393 1) If the task is a member of a non-default group, then the schemata 397 CPU that is assigned to some specific group, then the schemata for the 400 3) Otherwise the schemata for the default group is used. 569 By default, the schemata would take the bandwidth percentage values 571 a mount option 'mba_MBps'. The schemata format is specified in the below [all …]
|