Home
last modified time | relevance | path

Searched refs:rmid (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kernel/cpu/resctrl/
A Dmonitor.c24 u32 rmid; member
134 entry = &rmid_ptrs[rmid]; in __rmid_entry()
135 WARN_ON(entry->rmid != rmid); in __rmid_entry()
225 return entry->rmid; in alloc_rmid()
263 void free_rmid(u32 rmid) in free_rmid() argument
267 if (!rmid) in free_rmid()
272 entry = __rmid_entry(rmid); in free_rmid()
303 m = &rr->d->mbm_total[rmid]; in __mon_event_count()
439 rmid = rgrp->mon.rmid; in update_mba_bw()
538 mbm_bw_count(rmid, &rr); in mbm_update()
[all …]
A Drdtgroup.c554 tsk->rmid == rdtgrp->mon.rmid) || in __rdtgroup_move_task()
555 (rdtgrp->type == RDTMON_GROUP && tsk->rmid == rdtgrp->mon.rmid && in __rdtgroup_move_task()
570 WRITE_ONCE(tsk->rmid, rdtgrp->mon.rmid); in __rdtgroup_move_task()
573 WRITE_ONCE(tsk->rmid, rdtgrp->mon.rmid); in __rdtgroup_move_task()
606 (r->type == RDTMON_GROUP) && (t->rmid == r->mon.rmid)); in is_rmid_match()
810 if (tsk->rmid != crg->mon.rmid) in proc_resctrl_show()
2364 WRITE_ONCE(t->rmid, to->mon.rmid); in rdt_move_group_tasks()
2902 rdtgrp->mon.rmid = ret; in mkdir_rdt_prepare()
2918 free_rmid(rdtgrp->mon.rmid); in mkdir_rdt_prepare()
2932 free_rmid(rgrp->mon.rmid); in mkdir_rdt_prepare_clean()
[all …]
A Dinternal.h161 u32 rmid; member
529 void free_rmid(u32 rmid);
A Dpseudo_lock.c739 free_rmid(rdtgrp->mon.rmid); in rdtgroup_locksetup_enter()
769 rdtgrp->mon.rmid = ret; in rdtgroup_locksetup_exit()
774 free_rmid(rdtgrp->mon.rmid); in rdtgroup_locksetup_exit()
/linux/arch/x86/include/asm/
A Dresctrl.h58 u32 rmid = state->default_rmid; in __resctrl_sched_in() local
72 tmp = READ_ONCE(current->rmid); in __resctrl_sched_in()
74 rmid = tmp; in __resctrl_sched_in()
77 if (closid != state->cur_closid || rmid != state->cur_rmid) { in __resctrl_sched_in()
79 state->cur_rmid = rmid; in __resctrl_sched_in()
80 wrmsr(IA32_PQR_ASSOC, rmid, closid); in __resctrl_sched_in()
/linux/Documentation/x86/
A Dresctrl.rst1233 |core count |rmid count |rmid threshold |correction factor|
1290 If rmid > rmid threshold, MBM total and local values should be multiplied
/linux/include/linux/
A Dsched.h1207 u32 rmid; member

Completed in 23 milliseconds