Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dfair.c7570 enum group_type { enum
8284 enum group_type group_type; member
8775 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
8778 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
8786 switch (sgs->group_type) { in update_sd_pick_busiest()
9002 if (sgs->group_type < idlest_sgs->group_type) in update_pick_idlest()
9005 if (sgs->group_type > idlest_sgs->group_type) in update_pick_idlest()
9013 switch (sgs->group_type) { in update_pick_idlest()
9120 if (local_sgs.group_type < idlest_sgs.group_type) in find_idlest_group()
9127 if (local_sgs.group_type > idlest_sgs.group_type) in find_idlest_group()
[all …]
/linux/fs/ubifs/
A Dio.c319 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
366 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_init_node()
460 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
462 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
A Dubifs-media.h462 __u8 group_type; member
A Drecovery.c571 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
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()
/linux/net/ipv6/
A Dmcast.c1405 int group_type; in __mld_query_work() local
1435 group_type = ipv6_addr_type(group); in __mld_query_work()
1437 if (group_type != IPV6_ADDR_ANY && in __mld_query_work()
1438 !(group_type&IPV6_ADDR_MULTICAST)) in __mld_query_work()
1459 if (group_type == IPV6_ADDR_ANY) { /* general query */ in __mld_query_work()
1479 if (group_type == IPV6_ADDR_ANY) { in __mld_query_work()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dport_sel.c29 MLX5_SET(create_flow_group_in, in, group_type, in mlx5_create_hash_flow_group()
/linux/net/ipv4/
A Dnexthop.c661 u16 group_type = 0; in nla_put_nh_group() local
665 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group()
667 group_type = NEXTHOP_GRP_TYPE_RES; in nla_put_nh_group()
669 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()
/linux/include/linux/mlx5/
A Dmlx5_ifc.h8473 u8 group_type[0x4]; member

Completed in 124 milliseconds