Home
last modified time | relevance | path

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

/linux/fs/resctrl/
H A Dctrlmondata.c87 if (cfg->have_new_ctrl) { in parse_bw()
101 cfg->have_new_ctrl = true; in parse_bw()
168 if (cfg->have_new_ctrl) { in parse_cbm()
210 cfg->have_new_ctrl = true; in parse_cbm()
H A Drdtgroup.c3538 cfg->have_new_ctrl = false; in __init_one_rdt_domain()
3587 cfg->have_new_ctrl = true; in __init_one_rdt_domain()
3630 cfg->have_new_ctrl = true; in rdtgroup_init_mba()
/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c61 if (!cfg->have_new_ctrl) in resctrl_arch_update_domains()
/linux/include/linux/
H A Dresctrl.h122 bool have_new_ctrl; member