Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dio.c330 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
389 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()
423 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
425 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
Dubifs-media.h437 __u8 group_type; member
Drecovery.c583 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
Ddebug.c226 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
227 dbg_gtype(ch->group_type)); in dump_ch()
/linux-4.1.27/kernel/sched/
Dfair.c5929 enum group_type { enum
5948 enum group_type group_type; member
5987 .group_type = group_other, in init_sd_lb_stats()
6239 static enum group_type group_classify(struct lb_env *env, in group_classify()
6306 sgs->group_type = group_classify(env, group, sgs); in update_sg_lb_stats()
6329 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
6332 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
6440 sgs->group_type = group_overloaded; in update_sd_lb_stats()
6595 if (busiest->group_type == group_imbalanced) { in calculate_imbalance()
6618 if (busiest->group_type == group_overloaded && in calculate_imbalance()
[all …]
/linux-4.1.27/net/ipv6/
Dmcast.c1306 int group_type; in igmp6_event_query() local
1336 group_type = ipv6_addr_type(group); in igmp6_event_query()
1338 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1339 !(group_type&IPV6_ADDR_MULTICAST)) in igmp6_event_query()
1362 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()
1383 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()