Home
last modified time | relevance | path

Searched refs:group (Results 626 - 650 of 1674) sorted by relevance

1...<<21222324252627282930>>...67

/kernel/linux/linux-5.10/net/ipv4/
H A Digmp.c45 * Christian Daudt : igmp timer wasn't set for local group
60 * Alexey Kuznetsov: Wrong group leaving behaviour, backport
117 * joining a group, but we delay the first report by a
572 /* make sure we have room for group header */ in add_grec()
735 __be32 group = pmc ? pmc->multiaddr : 0; in igmp_send_report() local
743 if (ipv4_is_local_multicast(group) && in igmp_send_report()
750 dst = group; in igmp_send_report()
793 ih->group = group; in igmp_send_report()
919 static bool igmp_heard_report(struct in_device *in_dev, __be32 group) in igmp_heard_report() argument
950 __be32 group = ih->group; igmp_heard_query() local
2265 __be32 group = imr->imr_multiaddr.s_addr; ip_mc_leave_group() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Digmp.c45 * Christian Daudt : igmp timer wasn't set for local group
60 * Alexey Kuznetsov: Wrong group leaving behaviour, backport
117 * joining a group, but we delay the first report by a
572 /* make sure we have room for group header */ in add_grec()
735 __be32 group = pmc ? pmc->multiaddr : 0; in igmp_send_report() local
743 if (ipv4_is_local_multicast(group) && in igmp_send_report()
750 dst = group; in igmp_send_report()
793 ih->group = group; in igmp_send_report()
919 static bool igmp_heard_report(struct in_device *in_dev, __be32 group) in igmp_heard_report() argument
950 __be32 group = ih->group; igmp_heard_query() local
2265 __be32 group = imr->imr_multiaddr.s_addr; ip_mc_leave_group() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c496 /* Do the two (enqueued) entities belong to the same group ? */
1132 * nothing has been attached to the task group yet. in init_entity_runnable_average()
1641 static inline unsigned long group_faults_cpu(struct numa_group *group, int nid) in group_faults_cpu() argument
1643 return group->faults[task_faults_idx(NUMA_CPU, nid, 0)] + in group_faults_cpu()
1644 group->faults[task_faults_idx(NUMA_CPU, nid, 1)]; in group_faults_cpu()
1673 * considered part of a numa group's pseudo-interleaving set. Migrations
1716 * of nodes, and move tasks towards the group with the most in score_nearby_nodes()
1719 * of each group. Skip other nodes. in score_nearby_nodes()
1751 * task group, on a particular numa node. The group weigh
7182 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) find_idlest_group_cpu() argument
7257 struct sched_group *group; find_idlest_cpu() local
9794 struct sched_group *group, *sdg = sd->groups; update_group_capacity() local
9908 sg_imbalanced(struct sched_group *group) sg_imbalanced() argument
9968 group_classify(unsigned int imbalance_pct, struct sched_group *group, struct sg_lb_stats *sgs) group_classify() argument
10034 sched_asym(struct lb_env *env, struct sd_lb_stats *sds, struct sg_lb_stats *sgs, struct sched_group *group) sched_asym() argument
10064 smt_balance(struct lb_env *env, struct sg_lb_stats *sgs, struct sched_group *group) smt_balance() argument
10139 update_sg_lb_stats(struct lb_env *env, struct sd_lb_stats *sds, struct sched_group *group, struct sg_lb_stats *sgs, int *sg_status) update_sg_lb_stats() argument
10474 update_sg_wakeup_stats(struct sched_domain *sd, struct sched_group *group, struct sg_lb_stats *sgs, struct task_struct *p) update_sg_wakeup_stats() argument
10530 update_pick_idlest(struct sched_group *idlest, struct sg_lb_stats *idlest_sgs, struct sched_group *group, struct sg_lb_stats *sgs) update_pick_idlest() argument
10591 struct sched_group *idlest = NULL, *local = NULL, *group = sd->groups; find_idlest_group() local
11262 find_busiest_queue(struct lb_env *env, struct sched_group *group) find_busiest_queue() argument
11566 struct sched_group *group; load_balance() local
[all...]
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1475 struct iommu_group *group = NULL; in arm_smmu_device_group() local
1479 if (group && smmu->s2crs[idx].group && in arm_smmu_device_group()
1480 group != smmu->s2crs[idx].group) in arm_smmu_device_group()
1483 group = smmu->s2crs[idx].group; in arm_smmu_device_group()
1486 if (group) in arm_smmu_device_group()
1487 return iommu_group_ref_get(group); in arm_smmu_device_group()
1490 group in arm_smmu_device_group()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1451 struct iommu_group *group = NULL; in arm_smmu_device_group() local
1456 if (group && smmu->s2crs[idx].group && in arm_smmu_device_group()
1457 group != smmu->s2crs[idx].group) { in arm_smmu_device_group()
1462 group = smmu->s2crs[idx].group; in arm_smmu_device_group()
1465 if (group) { in arm_smmu_device_group()
1467 return iommu_group_ref_get(group); in arm_smmu_device_group()
1471 group in arm_smmu_device_group()
[all...]
/kernel/linux/linux-5.10/fs/sysfs/
H A DMakefile6 obj-y := file.o dir.o symlink.o mount.o group.o
/kernel/linux/linux-6.6/fs/sysfs/
H A DMakefile6 obj-y := file.o dir.o symlink.o mount.o group.o
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/
H A Dip.h34 #define IP_PCB_NETGROUP ;struct net_group *group
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_mass_storage.c3140 return container_of(to_config_group(item), struct fsg_lun_opts, group); in to_fsg_lun_opts()
3146 func_inst.group); in to_fsg_opts()
3164 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_file_show()
3173 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_file_store()
3189 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_ro_store()
3219 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_cdrom_store()
3258 struct fsg_opts *fsg_opts = to_fsg_opts(opts->group.cg_item.ci_parent); in fsg_lun_opts_forced_eject_store()
3283 static struct config_group *fsg_lun_make(struct config_group *group, in fsg_lun_make() argument
3304 fsg_opts = to_fsg_opts(&group->cg_item); in fsg_lun_make()
3325 (const char **)&group in fsg_lun_make()
3342 fsg_lun_drop(struct config_group *group, struct config_item *item) fsg_lun_drop() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dconfigfs.h18 return container_of(to_config_group(item), struct usb_os_desc, group); in to_usb_os_desc()
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H A Dxt_NFLOG.h18 __u16 group; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_bridge/
H A Debt_nflog.h17 __u16 group; member
/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H A Dnetlink_k.h13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,
/kernel/linux/linux-6.6/drivers/staging/gdm724x/
H A Dnetlink_k.h13 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len,
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dconfigfs.h18 return container_of(to_config_group(item), struct usb_os_desc, group); in to_usb_os_desc()
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H A Dxt_NFLOG.h18 __u16 group; member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter_bridge/
H A Debt_nflog.h17 __u16 group; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dxt_NFLOG.h28 __u16 group; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_bridge/
H A Debt_nflog.h29 __u16 group; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter_bridge/
H A Debt_nflog.h29 __u16 group; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H A Dxt_NFLOG.h28 __u16 group; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dxt_NFLOG.h16 __u16 group; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/
H A Debt_nflog.h16 __u16 group; member
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c995 unsigned group) in bcm281xx_pinctrl_get_group_name()
999 return pdata->pins[group].name; in bcm281xx_pinctrl_get_group_name()
1003 unsigned group, in bcm281xx_pinctrl_get_group_pins()
1009 *pins = &pdata->pins[group].number; in bcm281xx_pinctrl_get_group_pins()
1061 unsigned group) in bcm281xx_pinmux_set()
1065 u32 offset = 4 * pdata->pins[group].number; in bcm281xx_pinmux_set()
1070 __func__, f->name, function, pdata->pins[group].name, in bcm281xx_pinmux_set()
1071 pdata->pins[group].number, offset); in bcm281xx_pinmux_set()
1079 pdata->pins[group].name, pdata->pins[group] in bcm281xx_pinmux_set()
994 bcm281xx_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) bcm281xx_pinctrl_get_group_name() argument
1002 bcm281xx_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) bcm281xx_pinctrl_get_group_pins() argument
1059 bcm281xx_pinmux_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) bcm281xx_pinmux_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-oxnas.c531 unsigned int group) in oxnas_pinctrl_get_group_name()
535 return pctl->groups[group].name; in oxnas_pinctrl_get_group_name()
539 unsigned int group, in oxnas_pinctrl_get_group_pins()
545 *pins = &pctl->groups[group].pin; in oxnas_pinctrl_get_group_pins()
588 unsigned int func, unsigned int group) in oxnas_ox810se_pinmux_enable()
591 const struct oxnas_pin_group *pg = &pctl->groups[group]; in oxnas_ox810se_pinmux_enable()
632 dev_err(pctl->dev, "cannot mux pin %u to function %u\n", group, func); in oxnas_ox810se_pinmux_enable()
638 unsigned int func, unsigned int group) in oxnas_ox820_pinmux_enable()
641 const struct oxnas_pin_group *pg = &pctl->groups[group]; in oxnas_ox820_pinmux_enable()
687 dev_err(pctl->dev, "cannot mux pin %u to function %u\n", group, fun in oxnas_ox820_pinmux_enable()
530 oxnas_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) oxnas_pinctrl_get_group_name() argument
538 oxnas_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, const unsigned int **pins, unsigned int *num_pins) oxnas_pinctrl_get_group_pins() argument
587 oxnas_ox810se_pinmux_enable(struct pinctrl_dev *pctldev, unsigned int func, unsigned int group) oxnas_ox810se_pinmux_enable() argument
637 oxnas_ox820_pinmux_enable(struct pinctrl_dev *pctldev, unsigned int func, unsigned int group) oxnas_ox820_pinmux_enable() argument
[all...]

Completed in 28 milliseconds

1...<<21222324252627282930>>...67