nrmid             112 arch/x86/kernel/cpu/resctrl/monitor.c 	u32 crmid = 1, nrmid;
nrmid             123 arch/x86/kernel/cpu/resctrl/monitor.c 		nrmid = find_next_bit(d->rmid_busy_llc, r->num_rmid, crmid);
nrmid             124 arch/x86/kernel/cpu/resctrl/monitor.c 		if (nrmid >= r->num_rmid)
nrmid             127 arch/x86/kernel/cpu/resctrl/monitor.c 		entry = __rmid_entry(nrmid);
nrmid             135 arch/x86/kernel/cpu/resctrl/monitor.c 		crmid = nrmid + 1;