Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c69 unsigned int resctrl_rmid_realloc_threshold; variable
294 rmid_dirty = (val >= resctrl_rmid_realloc_threshold); in __check_limbo()
348 if (err || val <= resctrl_rmid_realloc_threshold) in add_rmid_to_limbo()
787 resctrl_rmid_realloc_threshold = resctrl_arch_round_mon_val(threshold); in rdt_get_mon_l3_config()
H A Drdtgroup.c1050 seq_printf(seq, "%u\n", resctrl_rmid_realloc_threshold); in max_threshold_occ_show()
1082 resctrl_rmid_realloc_threshold = resctrl_arch_round_mon_val(bytes); in max_threshold_occ_write()
/openbmc/linux/include/linux/
H A Dresctrl.h264 extern unsigned int resctrl_rmid_realloc_threshold;