Lines Matching full:assign
1109 * rdtgroup_assign_cntr() - Assign/unassign the counter ID for the event, RMID
1112 * Assign the counter if @assign is true else unassign the counter. Reset the
1117 u32 cntr_id, bool assign) in rdtgroup_assign_cntr() argument
1121 resctrl_arch_config_cntr(r, d, evtid, rmid, closid, cntr_id, assign); in rdtgroup_assign_cntr()
1129 * rdtgroup_alloc_assign_cntr() - Allocate a counter ID and assign it to the event
1158 * rdtgroup_assign_cntr_event() - Assign a hardware counter for the event in
1159 * @mevt to the resctrl group @rdtgrp. Assign counters to all domains if @d is
1160 * NULL; otherwise, assign the counter to the specified domain @d.
1190 * rdtgroup_assign_cntrs() - Assign counters to MBM events. Called when
1449 rdt_last_cmd_puts("Unsupported assign mode\n"); in resctrl_mbm_assign_mode_write()
1623 static int rdtgroup_modify_assign_state(char *assign, struct rdt_mon_domain *d, in rdtgroup_modify_assign_state() argument
1628 if (!assign || strlen(assign) != 1) in rdtgroup_modify_assign_state()
1631 switch (*assign) { in rdtgroup_modify_assign_state()
1674 rdt_last_cmd_printf("Assign operation '%s:*=%s' failed\n", in resctrl_parse_mbm_assignment()
1687 rdt_last_cmd_printf("Assign operation '%s:%ld=%s' failed\n", in resctrl_parse_mbm_assignment()