Searched refs:subgroup (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/sh/intc/ |
H A D | virq.c | 135 static unsigned long __init intc_subgroup_data(struct intc_subgroup *subgroup, in intc_subgroup_data() argument 139 unsigned int fn = REG_FN_TEST_BASE + (subgroup->reg_width >> 3) - 1; in intc_subgroup_data() 141 return _INTC_MK(fn, MODE_ENABLE_REG, intc_get_reg(d, subgroup->reg), in intc_subgroup_data() 142 0, 1, (subgroup->reg_width - 1) - index); in intc_subgroup_data() 147 struct intc_subgroup *subgroup) in intc_subgroup_init_one() argument 154 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); in intc_subgroup_init_one() 164 for (i = 0; i < ARRAY_SIZE(subgroup->enum_ids); i++) { in intc_subgroup_init_one() 168 if (!subgroup->enum_ids[i]) in intc_subgroup_init_one() 176 entry->enum_id = subgroup->enum_ids[i]; in intc_subgroup_init_one() 177 entry->handle = intc_subgroup_data(subgroup, d, i); in intc_subgroup_init_one()
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | hw_stats_l3.sh | 149 $IP -j stats show dev "$netdev" group offload subgroup hw_stats_info | 174 $IP -j stats show dev "$netdev" group offload subgroup hw_stats_info | 300 $IP -j stats show dev $netdev group offload subgroup ${type}_stats |
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | hw_stats_l3.sh | 327 used=$(ip -j stats show dev $rp1.200 group offload subgroup hw_stats_info |
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-port.rst | 422 nodes with the same priority form a WFQ subgroup in the sibling group 432 that subgroup. Use ``tx_weight`` as a parameter for this arbitration.
|
H A D | ice.rst | 423 nodes with the same priority form a WFQ subgroup in the sibling group
|
/linux/Documentation/scheduler/ |
H A D | sched-rt-group.rst | 156 The constraint on the period is that a subgroup must have a smaller or
|