Searched refs:group_type (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/kernel/sched/ |
D | fair.c | 8598 enum group_type { enum 9321 enum group_type group_type; member 9363 .group_type = group_has_spare, in init_sd_lb_stats() 9584 group_type group_classify(unsigned int imbalance_pct, in group_classify() 9830 sgs->group_type = group_classify(env->sd->imbalance_pct, group, sgs); in update_sg_lb_stats() 9833 if (sgs->group_type == group_overloaded) in update_sg_lb_stats() 9869 (sgs->group_type == group_misfit_task) && in update_sd_pick_busiest() 9871 sds->local_stat.group_type != group_has_spare)) in update_sd_pick_busiest() 9874 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest() 9877 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest() [all …]
|
/linux-6.6.21/fs/ubifs/ |
D | io.c | 340 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad() 387 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_init_node() 481 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node() 483 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
|
D | ubifs-media.h | 462 __u8 group_type; member
|
D | recovery.c | 571 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
|
D | debug.c | 217 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch() 218 dbg_gtype(ch->group_type)); in dump_ch()
|
/linux-6.6.21/net/ipv6/ |
D | mcast.c | 1401 int group_type; in __mld_query_work() local 1431 group_type = ipv6_addr_type(group); in __mld_query_work() 1433 if (group_type != IPV6_ADDR_ANY && in __mld_query_work() 1434 !(group_type&IPV6_ADDR_MULTICAST)) in __mld_query_work() 1455 if (group_type == IPV6_ADDR_ANY) { /* general query */ in __mld_query_work() 1475 if (group_type == IPV6_ADDR_ANY) { in __mld_query_work()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.c | 30 MLX5_SET(create_flow_group_in, in, group_type, in mlx5_create_hash_flow_group()
|
/linux-6.6.21/net/ipv4/ |
D | nexthop.c | 662 u16 group_type = 0; in nla_put_nh_group() local 666 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group() 668 group_type = NEXTHOP_GRP_TYPE_RES; in nla_put_nh_group() 670 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()
|
/linux-6.6.21/include/linux/mlx5/ |
D | mlx5_ifc.h | 8911 u8 group_type[0x4]; member
|