Lines Matching full:assign
1158 * rdtgroup_assign_cntr() - Assign/unassign the counter ID for the event, RMID
1161 * Assign the counter if @assign is true else unassign the counter. Reset the
1166 u32 cntr_id, bool assign) in rdtgroup_assign_cntr() argument
1170 resctrl_arch_config_cntr(r, d, evtid, rmid, closid, cntr_id, assign); in rdtgroup_assign_cntr()
1178 * rdtgroup_alloc_assign_cntr() - Allocate a counter ID and assign it to the event
1207 * rdtgroup_assign_cntr_event() - Assign a hardware counter for the event in
1208 * @mevt to the resctrl group @rdtgrp. Assign counters to all domains if @d is
1209 * NULL; otherwise, assign the counter to the specified domain @d.
1239 * rdtgroup_assign_cntrs() - Assign counters to MBM events. Called when
1498 rdt_last_cmd_puts("Unsupported assign mode\n"); in resctrl_mbm_assign_mode_write()
1672 static int rdtgroup_modify_assign_state(char *assign, struct rdt_l3_mon_domain *d, in rdtgroup_modify_assign_state() argument
1677 if (!assign || strlen(assign) != 1) in rdtgroup_modify_assign_state()
1680 switch (*assign) { in rdtgroup_modify_assign_state()
1723 rdt_last_cmd_printf("Assign operation '%s:*=%s' failed\n", in resctrl_parse_mbm_assignment()
1736 rdt_last_cmd_printf("Assign operation '%s:%ld=%s' failed\n", in resctrl_parse_mbm_assignment()