Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dresctrl.h81 struct delayed_work cqm_limbo; member
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c627 d = container_of(work, struct rdt_domain, cqm_limbo.work); in cqm_handle_limbo()
632 schedule_delayed_work_on(cpu, &d->cqm_limbo, delay); in cqm_handle_limbo()
645 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
H A Dcore.c587 cancel_delayed_work(&d->cqm_limbo); in domain_remove_cpu()
H A Drdtgroup.c3742 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_domain()
3801 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_domain()