Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dresctrl.h81 struct delayed_work cqm_limbo; member
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dmonitor.c637 d = container_of(work, struct rdt_domain, cqm_limbo.work); in cqm_handle_limbo()
642 schedule_delayed_work_on(cpu, &d->cqm_limbo, delay); in cqm_handle_limbo()
655 schedule_delayed_work_on(cpu, &dom->cqm_limbo, delay); in cqm_setup_limbo_handler()
Dcore.c564 cancel_delayed_work(&d->cqm_limbo); in domain_remove_cpu()
Drdtgroup.c3325 cancel_delayed_work(&d->cqm_limbo); in resctrl_offline_domain()
3384 INIT_DELAYED_WORK(&d->cqm_limbo, cqm_handle_limbo); in resctrl_online_domain()