Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c69 if (cfg->have_new_ctrl) { in parse_bw()
83 cfg->have_new_ctrl = true; in parse_bw()
147 if (cfg->have_new_ctrl) { in parse_cbm()
190 cfg->have_new_ctrl = true; in parse_cbm()
325 if (!cfg->have_new_ctrl) in resctrl_arch_update_domains()
Drdtgroup.c2753 cfg->have_new_ctrl = false; in __init_one_rdt_domain()
2802 cfg->have_new_ctrl = true; in __init_one_rdt_domain()
2845 cfg->have_new_ctrl = true; in rdtgroup_init_mba()
/linux-6.1.9/include/linux/
Dresctrl.h52 bool have_new_ctrl; member