Home
last modified time | relevance | path

Searched defs:schema (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c459 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms()
487 struct resctrl_schema *schema; in rdtgroup_schemata_show() local
Drdtgroup.c1370 struct resctrl_schema *schema; in rdtgroup_size_show() local
/Linux-v6.6/include/net/
Dioam6.h21 struct ioam6_schema __rcu *schema; member
/Linux-v6.6/tools/testing/selftests/resctrl/
Dresctrlfs.c491 char controlgroup[1024], schema[1024], reason[64]; in write_schemata() local
/Linux-v6.6/tools/net/ynl/lib/
Dynl.py407 def __init__(self, def_path, schema=None): argument