Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dresctrl.h116 struct delayed_work cqm_limbo; member
/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c878 d = container_of(work, struct rdt_mon_domain, cqm_limbo.work); in cqm_handle_limbo()
885 schedule_delayed_work_on(d->cqm_work_cpu, &d->cqm_limbo, in cqm_handle_limbo()
911 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
H A Drdtgroup.c4031 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_mon_domain()
4103 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_mon_domain()
4163 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_cpu()