Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dctrlmondata.c76 if (cfg->have_new_ctrl) { in parse_bw()
90 cfg->have_new_ctrl = true; in parse_bw()
155 if (cfg->have_new_ctrl) { in parse_cbm()
198 cfg->have_new_ctrl = true; in parse_cbm()
319 if (!cfg->have_new_ctrl) in resctrl_arch_update_domains()
Drdtgroup.c3283 cfg->have_new_ctrl = false; in __init_one_rdt_domain()
3332 cfg->have_new_ctrl = true; in __init_one_rdt_domain()
3375 cfg->have_new_ctrl = true; in rdtgroup_init_mba()
/linux-6.12.1/include/linux/
Dresctrl.h59 bool have_new_ctrl; member