Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Dio.c318 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
365 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_init_node()
459 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
461 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
Dubifs-media.h462 __u8 group_type; member
Drecovery.c571 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
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-v5.4/kernel/sched/
Dfair.c7082 enum group_type { enum
7119 enum group_type src_grp_type;
7686 enum group_type group_type; member
7728 .group_type = group_other, in init_sd_lb_stats()
7970 group_type group_classify(struct sched_group *group, in group_classify()
8067 sgs->group_type = group_classify(group, sgs); in update_sg_lb_stats()
8096 if (sgs->group_type == group_misfit_task && in update_sd_pick_busiest()
8101 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
8104 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
8126 if (sgs->group_type == group_misfit_task && in update_sd_pick_busiest()
[all …]
/Linux-v5.4/net/ipv6/
Dmcast.c1344 int group_type; in igmp6_event_query() local
1374 group_type = ipv6_addr_type(group); in igmp6_event_query()
1376 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1377 !(group_type&IPV6_ADDR_MULTICAST)) in igmp6_event_query()
1400 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()
1421 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()
/Linux-v5.4/net/ipv4/
Dnexthop.c182 u16 group_type = 0; in nla_put_nh_group() local
186 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group()
188 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()