Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c7585 enum group_type { enum
8306 enum group_type group_type; member
8347 .group_type = group_has_spare, in init_sd_lb_stats()
8589 group_type group_classify(unsigned int imbalance_pct, in group_classify()
8707 sgs->group_type = group_classify(env->sd->imbalance_pct, group, sgs); in update_sg_lb_stats()
8710 if (sgs->group_type == group_overloaded) in update_sg_lb_stats()
8745 if (sgs->group_type == group_misfit_task && in update_sd_pick_busiest()
8747 sds->local_stat.group_type != group_has_spare)) in update_sd_pick_busiest()
8750 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
8753 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dio.c332 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
391 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_prepare_node()
425 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
427 ch->group_type = UBIFS_IN_NODE_GROUP; in ubifs_prep_grp_node()
H A Dubifs-media.h426 __u8 group_type; member
H A Drecovery.c580 if (ch->group_type != UBIFS_IN_NODE_GROUP) in drop_last_group()
H A Ddebug.c226 pr_err("\tgroup_type %d (%s)\n", ch->group_type, in dump_ch()
227 dbg_gtype(ch->group_type)); in dump_ch()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dio.c330 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_pad()
377 ch->group_type = UBIFS_NO_NODE_GROUP; in ubifs_init_node()
471 ch->group_type = UBIFS_LAST_OF_NODE_GROUP; in ubifs_prep_grp_node()
473 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dmcast.c1341 int group_type; in igmp6_event_query() local
1371 group_type = ipv6_addr_type(group); in igmp6_event_query()
1373 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1374 !(group_type&IPV6_ADDR_MULTICAST)) in igmp6_event_query()
1397 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()
1418 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c198 u16 group_type = 0; in nla_put_nh_group() local
202 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group()
204 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()