Home
last modified time | relevance | path

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

/linux/drivers/virtio/
H A Dvirtio_pci_admin_legacy_io.c61 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_write()
135 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_read()
219 cmd.group_type = cpu_to_le16(VIRTIO_ADMIN_GROUP_TYPE_SRIOV); in virtio_pci_admin_legacy_io_notify_info()
/linux/kernel/sched/
H A Dfair.c9222 enum group_type { enum
9929 enum group_type group_type; member
9970 .group_type = group_has_spare, in init_sd_lb_stats()
10180 group_type group_classify(unsigned int imbalance_pct, in group_classify()
10423 sgs->group_type = group_classify(env->sd->imbalance_pct, group, sgs); in update_sg_lb_stats()
10426 if (sgs->group_type == group_overloaded) in update_sg_lb_stats()
10462 (sgs->group_type == group_misfit_task) && in update_sd_pick_busiest()
10464 sds->local_stat.group_type != group_has_spare)) in update_sd_pick_busiest()
10467 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
10470 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
[all …]
/linux/include/uapi/linux/
H A Dvirtio_pci.h261 __le16 group_type;
249 __le16 group_type; global() member
/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()
/linux/include/linux/
H A Dvirtio.h120 __le16 group_type; member
/linux/net/ipv6/
H A Dmcast.c1402 int group_type; in __mld_query_work() local
1432 group_type = ipv6_addr_type(group); in __mld_query_work()
1434 if (group_type != IPV6_ADDR_ANY && in __mld_query_work()
1435 !(group_type&IPV6_ADDR_MULTICAST)) in __mld_query_work()
1456 if (group_type == IPV6_ADDR_ANY) { /* general query */ in __mld_query_work()
1476 if (group_type == IPV6_ADDR_ANY) { in __mld_query_work()
/linux/net/ipv4/
H A Dnexthop.c874 u16 group_type = 0; in nla_put_nh_group() local
881 group_type = NEXTHOP_GRP_TYPE_MPATH; in nla_put_nh_group()
883 group_type = NEXTHOP_GRP_TYPE_RES; in nla_put_nh_group()
885 if (nla_put_u16(skb, NHA_GROUP_TYPE, group_type)) in nla_put_nh_group()