Searched refs:schemata (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 262 # echo L3:0=f7 > schemata 277 resource (see "schemata" below). The root and these additional top level 326 "schemata": 331 Mirrors the display of the "schemata" file to display the size in 341 pseudo-locked region's schemata to the resource group's "schemata" 364 1) If the task is a member of a non-default group, then the schemata 368 CPU that is assigned to some specific group, then the schemata for the 371 3) Otherwise the schemata for the default group is used. 510 By default, the schemata would take the bandwidth percentage values 512 a mount option 'mba_MBps'. The schemata format is specified in the below [all …]
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | cat_test.c | 27 char schemata[64]; in cat_setup() local 35 sprintf(schemata, "%lx", p->mask); in cat_setup() 36 ret = write_schemata(p->ctrlgrp, schemata, p->cpu_no, in cat_setup()
|
H A D | resctrlfs.c | 439 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val) in write_schemata() argument 451 if (!schemata) { in write_schemata() 471 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata() 474 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata()
|
H A D | resctrl.h | 88 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no,
|
H A D | README | 61 - setup: mount resctrl file system, create group, setup schemata, move test
|