Home
last modified time | relevance | path

Searched refs:resctrl_rmid_realloc_limit (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dresctrl.h265 extern unsigned int resctrl_rmid_realloc_limit;
/Linux-v6.6/arch/x86/kernel/cpu/resctrl/
Dmonitor.c74 unsigned int resctrl_rmid_realloc_limit; variable
785 resctrl_rmid_realloc_limit = boot_cpu_data.x86_cache_size * 1024; in rdt_get_mon_l3_config()
802 threshold = resctrl_rmid_realloc_limit / r->num_rmid; in rdt_get_mon_l3_config()
Drdtgroup.c1079 if (bytes > resctrl_rmid_realloc_limit) in max_threshold_occ_write()