Home
last modified time | relevance | path

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

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