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.c798 d = container_of(work, struct rdt_l3_mon_domain, cqm_limbo.work); in cqm_handle_limbo()
805 schedule_delayed_work_on(d->cqm_work_cpu, &d->cqm_limbo, in cqm_handle_limbo()
831 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
H A Drdtgroup.c4341 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_mon_domain()
4449 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_mon_domain()
4527 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_cpu()