Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dresctrl.h81 struct delayed_work cqm_limbo; member
/linux-6.6.21/arch/x86/kernel/cpu/resctrl/
Dmonitor.c649 d = container_of(work, struct rdt_domain, cqm_limbo.work); in cqm_handle_limbo()
654 schedule_delayed_work_on(cpu, &d->cqm_limbo, delay); in cqm_handle_limbo()
667 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
Dcore.c589 cancel_delayed_work(&d->cqm_limbo); in domain_remove_cpu()
Drdtgroup.c3740 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_domain()
3799 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_domain()