Home
last modified time | relevance | path

Searched refs:group_type (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dfair.c8731 * 'group_type' describes the group of CPUs at the moment of load balancing.
8734 * first so the group_type can simply be compared when selecting the busiest
8737 enum group_type {
9465 enum group_type group_type;
9496 * We must however set busiest_stat::group_type and in init_sd_lb_stats()
9507 .group_type = group_has_spare, in init_sd_lb_stats()
9728 group_type group_classify(unsigned int imbalance_pct, in group_classify()
9974 sgs->group_type = group_classify(env->sd->imbalance_pct, group, sgs); in update_sg_lb_stats()
9977 if (sgs->group_type in update_sg_lb_stats()
8735 enum group_type { global() enum
9463 enum group_type group_type; global() member
[all...]
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h249 uint16_t group_type; member
/openbmc/u-boot/fs/ubifs/
H A Dio.c331 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
390 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()
424 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
426 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
H A Dubifs-media.h425 __u8 group_type; member
H A Drecovery.c579 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c225 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
226 dbg_gtype(ch->group_type)); in dump_ch()
/openbmc/linux/fs/ubifs/
H A Dio.c340 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()
H A Dubifs-media.h462 __u8 group_type; member
H A Drecovery.c571 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c217 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
218 dbg_gtype(ch->group_type)); in dump_ch()
/openbmc/linux/net/ipv6/
H A Dmcast.c1401 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c30 MLX5_SET(create_flow_group_in, in, group_type, in mlx5_create_hash_flow_group()
/openbmc/linux/net/ipv4/
H A Dnexthop.c662 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()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h8919 u8 group_type[0x4]; member