Searched refs:schemata (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/Documentation/x86/ |
D | resctrl_ui.rst | 178 # echo L3:0=f7 > schemata 193 resource (see "schemata" below). The root and these additional top level 235 "schemata": 240 Mirrors the display of the "schemata" file to display the size in 250 pseudo-locked region's schemata to the resource group's "schemata" 273 1) If the task is a member of a non-default group, then the schemata 277 CPU that is assigned to some specific group, then the schemata for the 280 3) Otherwise the schemata for the default group is used. 419 By default, the schemata would take the bandwidth percentage values 421 a mount option 'mba_MBps'. The schemata format is specified in the below [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | cat_test.c | 33 char schemata[64]; in cat_setup() local 46 sprintf(schemata, "%lx", p->mask); in cat_setup() 47 ret = write_schemata(p->ctrlgrp, schemata, p->cpu_no, in cat_setup()
|
D | resctrlfs.c | 502 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val) in write_schemata() argument 513 if (!schemata) { in write_schemata() 533 sprintf(schema, "%s%d%c%s", "L3:", resource_id, '=', schemata); in write_schemata() 535 sprintf(schema, "%s%d%c%s", "MB:", resource_id, '=', schemata); in write_schemata()
|
D | resctrl.h | 86 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no,
|
D | README | 36 - setup: mount resctrl file system, create group, setup schemata, move test
|