Lines Matching defs:assign
1163 * Assign the counter if @assign is true else unassign the counter. Reset the
1168 u32 cntr_id, bool assign)
1172 resctrl_arch_config_cntr(r, d, evtid, rmid, closid, cntr_id, assign);
1180 * rdtgroup_alloc_assign_cntr() - Allocate a counter ID and assign it to the event
1211 * NULL; otherwise, assign the counter to the specified domain @d.
1500 rdt_last_cmd_puts("Unsupported assign mode\n");
1674 static int rdtgroup_modify_assign_state(char *assign, struct rdt_l3_mon_domain *d,
1679 if (!assign || strlen(assign) != 1)
1682 switch (*assign) {