Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dresctrl.h202 struct delayed_work cqm_limbo; member
/linux/fs/resctrl/
H A Dmonitor.c800 d = container_of(work, struct rdt_l3_mon_domain, cqm_limbo.work); in cqm_handle_limbo()
807 schedule_delayed_work_on(d->cqm_work_cpu, &d->cqm_limbo, in cqm_handle_limbo()
833 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay);
H A Drdtgroup.c4347 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_mon_domain()
4455 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_mon_domain()
4533 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_cpu()