Home
last modified time | relevance | path

Searched refs:group (Results 1051 - 1075 of 1752) sorted by relevance

1...<<41424344454647484950>>...71

/kernel/linux/linux-5.10/drivers/staging/rtl8192u/
H A Dr8192U_wx.c718 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
729 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY; in r8192_wx_set_enc_ext()
731 if ((!group) || (IW_MODE_ADHOC == ieee->iw_mode) || (alg == KEY_TYPE_WEP40)) { in r8192_wx_set_enc_ext()
747 } else if (group) { in r8192_wx_set_enc_ext()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h499 unsigned int group, int report, gfp_t flags);
1023 * @group: multicast group id
1027 u32 portid, unsigned int group, gfp_t flags) in nlmsg_multicast()
1031 NETLINK_CB(skb).dst_group = group; in nlmsg_multicast()
1033 err = netlink_broadcast(sk, skb, portid, group, flags); in nlmsg_multicast()
1026 nlmsg_multicast(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) nlmsg_multicast() argument
/kernel/linux/linux-5.10/fs/afs/
H A Dinode.c90 inode->i_gid = make_kgid(&init_user_ns, status->group); in afs_inode_init_from_status()
185 if (status->group != vnode->status.group) in afs_apply_status()
186 inode->i_gid = make_kgid(&init_user_ns, status->group); in afs_apply_status()
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c249 unsigned int svc, group, pin, virq; in exynos_eint_gpio_irq() local
252 group = EXYNOS_SVC_GROUP(svc); in exynos_eint_gpio_irq()
255 if (!group) in exynos_eint_gpio_irq()
257 bank += (group - 1); in exynos_eint_gpio_irq()
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h511 unsigned int group, int report, gfp_t flags);
1069 * @group: multicast group id
1073 u32 portid, unsigned int group, gfp_t flags) in nlmsg_multicast()
1077 NETLINK_CB(skb).dst_group = group; in nlmsg_multicast()
1079 err = netlink_broadcast(sk, skb, portid, group, flags); in nlmsg_multicast()
1072 nlmsg_multicast(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, gfp_t flags) nlmsg_multicast() argument
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr8192U_wx.c718 u8 idx = 0, alg = 0, group = 0; in r8192_wx_set_enc_ext() local
729 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY; in r8192_wx_set_enc_ext()
731 if ((!group) || (ieee->iw_mode == IW_MODE_ADHOC) || (alg == KEY_TYPE_WEP40)) { in r8192_wx_set_enc_ext()
747 } else if (group) { in r8192_wx_set_enc_ext()
/kernel/linux/linux-6.6/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.c247 unsigned int svc, group, pin; in exynos_eint_gpio_irq() local
251 group = EXYNOS_SVC_GROUP(svc); in exynos_eint_gpio_irq()
254 if (!group) in exynos_eint_gpio_irq()
256 bank += (group - 1); in exynos_eint_gpio_irq()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c1071 struct rvin_group *group; in rvin_notify() local
1083 group = vin->group; in rvin_notify()
1086 vin = group->vin[i]; in rvin_notify()
/kernel/linux/linux-6.6/drivers/perf/
H A Dqcom_l2_pmu.c126 * a group of events. There are 8 groups. Only one entry from each
127 * group can be in use at a time.
130 * the code (array row) and G specifies the group (column).
345 unsigned int group; in l2_cache_get_event_idx() local
361 * event. This is for events which are not in the same group. in l2_cache_get_event_idx()
362 * Conflicting events in the same group are detected in event_init. in l2_cache_get_event_idx()
364 group = L2_EVT_GROUP(hwc->config_base); in l2_cache_get_event_idx()
365 if (test_bit(group, cluster->used_groups)) in l2_cache_get_event_idx()
369 set_bit(group, cluster->used_groups); in l2_cache_get_event_idx()
475 "Can't create mixed PMU group\ in l2_cache_event_init()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_pipapo_avx2.c43 * group index, value of packet bits, bucket size.
45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \
47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \
49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \
51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \
196 * group of packet bytes, and perform a bitwise intersection between them. If
655 * nft_pipapo_avx2_lookup_8b_1() - AVX2-based lookup for one eight-bit group
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py151 group = parser.add_mutually_exclusive_group()
159 group.add_argument("-l", "--testlist",
167 group.add_argument("-tf", "--testfile",
881 unicode = ''.join(rf'\u{ord(x):04x}' for x in res.group(1))
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c20 * We group bitmap updates into batches. Each batch has a number.
177 struct r5worker_group *group; variable
187 struct r5worker_group *group; variable
188 group = conf->worker_groups + cpu_to_group(cpu);
190 list_add_tail(&sh->lru, &group->loprio_list);
192 list_add_tail(&sh->lru, &group->handle_list);
193 group->stripes_cnt++;
194 sh->group = group;
202 group
6743 struct r5worker_group *group = worker->group; raid5_do_work() local
7313 struct r5worker_group *group; alloc_thread_groups() local
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp445 groupStr = matcher->group(1, status); in DealBrackets()
446 add = matcher->group(status).length(); in DealBrackets()
522 icu::UnicodeString str = matcher->find(status) ? matcher->group(1, status) : ""; in GetResult()
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-max77843.c262 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type()
270 switch (group) { in max77843_muic_get_cable_type()
361 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max77843_muic_get_cable_type()
261 max77843_muic_get_cable_type(struct max77843_muic_info *info, enum max77843_muic_cable_group group, bool *attached) max77843_muic_get_cable_type() argument
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c420 u8 group = 0; in process_request() local
434 group = ctrl->s.grp; in process_request()
476 vq_cmd.cptr.s.grp = group; in process_request()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4idmap.c87 * @group_name: group name string cache
125 struct nfs4_string *group = fattr->group_name; in nfs_fattr_map_group_name() local
130 if (nfs_map_group_to_gid(server, group->data, group->len, &gid) == 0) { in nfs_fattr_map_group_name()
138 * nfs_fattr_free_names - free up the NFSv4 owner and group strings
150 * nfs_fattr_map_and_free_names - map owner/group strings into uid/gid and free
154 * This helper maps the cached NFSv4 owner/group strings in fattr into
394 { Opt_find_group, "group:%s" },
801 ret = nfs_idmap_lookup_name(id, "group", buf, buflen, idmap); in nfs_map_gid_to_group()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4idmap.c87 * @group_name: group name string cache
125 struct nfs4_string *group = fattr->group_name; in nfs_fattr_map_group_name() local
130 if (nfs_map_group_to_gid(server, group->data, group->len, &gid) == 0) { in nfs_fattr_map_group_name()
138 * nfs_fattr_free_names - free up the NFSv4 owner and group strings
150 * nfs_fattr_map_and_free_names - map owner/group strings into uid/gid and free
154 * This helper maps the cached NFSv4 owner/group strings in fattr into
394 { Opt_find_group, "group:%s" },
801 ret = nfs_idmap_lookup_name(id, "group", buf, buflen, idmap); in nfs_map_gid_to_group()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c416 u8 group = 0; in process_request() local
430 group = ctrl->s.grp; in process_request()
472 vq_cmd.cptr.s.grp = group; in process_request()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-max77843.c261 enum max77843_muic_cable_group group, bool *attached) in max77843_muic_get_cable_type()
269 switch (group) { in max77843_muic_get_cable_type()
360 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max77843_muic_get_cable_type()
260 max77843_muic_get_cable_type(struct max77843_muic_info *info, enum max77843_muic_cable_group group, bool *attached) max77843_muic_get_cable_type() argument
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_restrictions.sh178 matchall skip_sw action sample rate 100 group 1
184 matchall skip_sw action sample rate 100 group 1
244 matchall_behind_flower_ingress_test "sample" "sample rate 100 group 1"
304 action sample group 1 rate 100
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c271 int chown(const char *pathname, uid_t owner, gid_t group) in chown() argument
281 if (group != (gid_t)-1) { in chown()
282 attr.attr_chg_gid = group; in chown()
/kernel/linux/linux-6.6/lib/
H A Dtest_printf.c723 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() local
730 rval = software_node_register_node_group(group); in fwnode_pointer()
742 software_node_unregister_node_group(group); in fwnode_pointer()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_test.cpp1238 char group[BIT8 + 1]; in ByteToHexString() local
1239 (void)memcpy_s(group, BIT8, hexString + i, BIT8); in ByteToHexString()
1240 group[BIT8] = '\0'; in ByteToHexString()
1242 char temp = group[BIT2 * k]; in ByteToHexString()
1243 group[BIT2 * k] = group[BIT2 * k + 1]; in ByteToHexString()
1244 group[BIT2 * k + 1] = temp; in ByteToHexString()
1246 (void)memcpy_s(reversedString + j, BIT8, group, BIT8); in ByteToHexString()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192e.c486 int group, tx_idx; in rtl8192e_set_tx_power() local
489 group = rtl8xxxu_gen2_channel_to_group(channel); in rtl8192e_set_tx_power()
491 cck = priv->cck_tx_power_index_A[group]; in rtl8192e_set_tx_power()
503 ofdmbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
510 mcsbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
523 cck = priv->cck_tx_power_index_B[group]; in rtl8192e_set_tx_power()
535 ofdmbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
543 mcsbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-at91.c129 * struct at91_pin_group - describes an At91 pin group
130 * @name: the name of this specific pin group
131 * @pins_conf: the mux mode for each pin in this group. The size of this
133 * @pins: an array of discrete physical pins used in this group, taken
135 * @npins: the number of pins in this group array, i.e. the number of
146 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
281 * first find the group of this node and check if we need to create in at91_dt_node_to_map()
286 dev_err(info->dev, "unable to find group for node %pOFn\n", in at91_dt_node_to_map()
308 new_map[0].data.mux.group = np->name; in at91_dt_node_to_map()
321 dev_dbg(pctldev->dev, "maps: function %s group in at91_dt_node_to_map()
823 at91_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) at91_pmx_set() argument
1106 at91_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) at91_pinconf_group_dbg_show() argument
[all...]

Completed in 37 milliseconds

1...<<41424344454647484950>>...71