Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c890 d = container_of(work, struct rdt_mon_domain, cqm_limbo.work); in cqm_handle_limbo()
897 schedule_delayed_work_on(d->cqm_work_cpu, &d->cqm_limbo, in cqm_handle_limbo()
923 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
H A Drdtgroup.c4169 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_mon_domain()
4254 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_mon_domain()
4330 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_cpu()
/linux-6.15/include/linux/
H A Dresctrl.h164 struct delayed_work cqm_limbo; member