/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_mdb.c | 682 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is not multicast"); in is_valid_mdb_entry() 686 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is local multicast"); in is_valid_mdb_entry() 692 NL_SET_ERR_MSG_MOD(extack, "IPv6 entry group address is link-local all nodes"); in is_valid_mdb_entry() 832 struct br_ip group, star_group; in br_mdb_add_group() local 837 __mdb_entry_to_br_ip(entry, &group, mdb_attrs); in br_mdb_add_group() 839 /* host join errors which can happen before creating the group */ in br_mdb_add_group() 846 if (!br_multicast_is_star_g(&group)) { in br_mdb_add_group() 852 mp = br_mdb_ip_get(br, &group); in br_mdb_add_group() 854 mp = br_multicast_new_group(br, &group); in br_mdb_add_group() 884 filter_mode = br_multicast_is_star_g(&group) in br_mdb_add_group() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-pistachio.c | 887 unsigned group) in pistachio_pinctrl_get_group_name() 891 return pctl->groups[group].name; in pistachio_pinctrl_get_group_name() 895 unsigned group, in pistachio_pinctrl_get_group_pins() 901 *pins = &pctl->groups[group].pin; in pistachio_pinctrl_get_group_pins() 944 unsigned func, unsigned group) in pistachio_pinmux_enable() 947 const struct pistachio_pin_group *pg = &pctl->groups[group]; in pistachio_pinmux_enable() 960 group, func); in pistachio_pinmux_enable() 971 if (pf->scenarios[i] == group) in pistachio_pinmux_enable() 886 pistachio_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) pistachio_pinctrl_get_group_name() argument 894 pistachio_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) pistachio_pinctrl_get_group_pins() argument 943 pistachio_pinmux_enable(struct pinctrl_dev *pctldev, unsigned func, unsigned group) pistachio_pinmux_enable() argument
|
H A D | pinctrl-palmas.c | 637 unsigned group) in palmas_pinctrl_get_group_name() 641 return pci->pin_groups[group].name; in palmas_pinctrl_get_group_name() 645 unsigned group, const unsigned **pins, unsigned *num_pins) in palmas_pinctrl_get_group_pins() 649 *pins = pci->pin_groups[group].pins; in palmas_pinctrl_get_group_pins() 650 *num_pins = pci->pin_groups[group].npins; in palmas_pinctrl_get_group_pins() 690 unsigned group) in palmas_pinctrl_set_mux() 697 g = &pci->pin_groups[group]; in palmas_pinctrl_set_mux() 738 pci->pins_current_opt[group] = i; in palmas_pinctrl_set_mux() 636 palmas_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) palmas_pinctrl_get_group_name() argument 644 palmas_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) palmas_pinctrl_get_group_pins() argument 688 palmas_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) palmas_pinctrl_set_mux() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-k210.c | 128 * Pin groups: each of the 48 programmable pins is a group. 707 unsigned int group) in k210_pinmux_set_mux() 710 if (group >= K210_NPINS) in k210_pinmux_set_mux() 713 k210_pinmux_set_pin_function(pctldev, group, function); in k210_pinmux_set_mux() 732 unsigned int group) in k210_pinctrl_get_group_name() 734 return k210_group_names[group]; in k210_pinctrl_get_group_name() 738 unsigned int group, in k210_pinctrl_get_group_pins() 742 if (group >= K210_NPINS) { in k210_pinctrl_get_group_pins() 748 *pins = &k210_pins[group].number; in k210_pinctrl_get_group_pins() 705 k210_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) k210_pinmux_set_mux() argument 731 k210_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) k210_pinctrl_get_group_name() argument 737 k210_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, const unsigned int **pins, unsigned int *npins) k210_pinctrl_get_group_pins() argument
|
H A D | pinctrl-pistachio.c | 888 unsigned group) in pistachio_pinctrl_get_group_name() 892 return pctl->groups[group].name; in pistachio_pinctrl_get_group_name() 896 unsigned group, in pistachio_pinctrl_get_group_pins() 902 *pins = &pctl->groups[group].pin; in pistachio_pinctrl_get_group_pins() 945 unsigned func, unsigned group) in pistachio_pinmux_enable() 948 const struct pistachio_pin_group *pg = &pctl->groups[group]; in pistachio_pinmux_enable() 961 group, func); in pistachio_pinmux_enable() 972 if (pf->scenarios[i] == group) in pistachio_pinmux_enable() 887 pistachio_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) pistachio_pinctrl_get_group_name() argument 895 pistachio_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) pistachio_pinctrl_get_group_pins() argument 944 pistachio_pinmux_enable(struct pinctrl_dev *pctldev, unsigned func, unsigned group) pistachio_pinmux_enable() argument
|
H A D | pinctrl-palmas.c | 623 unsigned group) in palmas_pinctrl_get_group_name() 627 return pci->pin_groups[group].name; in palmas_pinctrl_get_group_name() 631 unsigned group, const unsigned **pins, unsigned *num_pins) in palmas_pinctrl_get_group_pins() 635 *pins = pci->pin_groups[group].pins; in palmas_pinctrl_get_group_pins() 636 *num_pins = pci->pin_groups[group].npins; in palmas_pinctrl_get_group_pins() 676 unsigned group) in palmas_pinctrl_set_mux() 683 g = &pci->pin_groups[group]; in palmas_pinctrl_set_mux() 724 pci->pins_current_opt[group] = i; in palmas_pinctrl_set_mux() 622 palmas_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) palmas_pinctrl_get_group_name() argument 630 palmas_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) palmas_pinctrl_get_group_pins() argument 674 palmas_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) palmas_pinctrl_set_mux() argument
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cti-sysfs.c | 164 /* attribute and group sysfs tables. */ 901 * Each connection has dynamic group triggers<N> + name, trigin/out sigs/types 1050 struct attribute_group *group = NULL; in cti_create_con_sysfs_group() local 1053 group = devm_kzalloc(dev, sizeof(struct attribute_group), GFP_KERNEL); in cti_create_con_sysfs_group() 1054 if (!group) in cti_create_con_sysfs_group() 1057 group->name = devm_kasprintf(dev, GFP_KERNEL, "triggers%d", con_idx); in cti_create_con_sysfs_group() 1058 if (!group->name) in cti_create_con_sysfs_group() 1062 ctidev->con_groups[grp_idx] = group; in cti_create_con_sysfs_group() 1063 tc->attr_group = group; in cti_create_con_sysfs_group() 1064 return group; in cti_create_con_sysfs_group() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 624 ip nexthop add id 10 group 1/2 625 check_fail $? "managed to configure a nexthop group with device-only nexthops when should not" 627 ip nexthop add id 10 group 3 type resilient buckets 7 628 check_fail $? "managed to configure a too small resilient nexthop group when should not" 630 ip nexthop add id 10 group 3 type resilient buckets 129 631 check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when should not" 633 ip nexthop add id 10 group 1/2 type resilient buckets 32 634 check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when should not" 636 ip nexthop add id 10 group 3 type resilient buckets 32 637 check_err $? "failed to configure a valid resilient nexthop group" [all...] |
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
H A D | vfs_shellcmd.c | 1288 gid_t group = -1; in osShellCmdChown() local 1297 if (argc == 3) { // 3: chown both owner and group in osShellCmdChown() 1301 group = atoi(argv[1]); in osShellCmdChown() 1305 if (group != -1) { in osShellCmdChown() 1306 attr.attr_chg_gid = group; in osShellCmdChown() 1338 gid_t group; in osShellCmdChgrp() local 1342 group = atoi(argv[0]); in osShellCmdChgrp() 1345 if (group != -1) { in osShellCmdChgrp() 1346 attr.attr_chg_gid = group; in osShellCmdChgrp()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_fprobe.c | 366 static struct trace_fprobe *alloc_trace_fprobe(const char *group, in alloc_trace_fprobe() argument 392 ret = trace_probe_init(&tf->tp, event, group, false); in alloc_trace_fprobe() 404 const char *group) in find_trace_fprobe() 411 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 972 const char *event = NULL, *group = FPROBE_EVENT_SYSTEM; in __trace_fprobe_create() local 990 group = TRACEPOINT_EVENT_SYSTEM; in __trace_fprobe_create() 1039 ret = traceprobe_parse_event_name(&event, &group, gbuf, in __trace_fprobe_create() 1090 tf = alloc_trace_fprobe(group, event, symbol, tpoint, maxactive, in __trace_fprobe_create() 403 find_trace_fprobe(const char *event, const char *group) find_trace_fprobe() argument
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 729 const char *path, uid_t owner, gid_t group) in safe_chown() 733 rval = chown(path, owner, group); in safe_chown() 737 "chown(%s,%d,%d) failed", path, owner, group); in safe_chown() 741 owner, group, rval); in safe_chown() 748 int fd, uid_t owner, gid_t group) in safe_fchown() 752 rval = fchown(fd, owner, group); in safe_fchown() 756 "fchown(%d,%d,%d) failed", fd, owner, group); in safe_fchown() 760 owner, group, rval); in safe_fchown() 728 safe_chown(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, uid_t owner, gid_t group) safe_chown() argument 747 safe_fchown(const char *file, const int lineno, void (cleanup_fn)(void), int fd, uid_t owner, gid_t group) safe_fchown() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 394 auto group = new AluGroup(); in allocate_reserved_registers() local 395 group->add_instruction(new AluInstr(op1_mbcnt_32lo_accum_prev_int, temp0, value_factory().literal(-1), {alu_write})); in allocate_reserved_registers() 396 group->add_instruction(new AluInstr(op1_mbcnt_32hi_int, temp1, value_factory().literal(-1), {alu_write})); in allocate_reserved_registers() 397 emit_instruction(group); in allocate_reserved_registers() 785 // We only emit the group barrier, barriers across work groups in process_intrinsic() 1172 auto group = new AluGroup(); in emit_shader_clock() local 1173 group->add_instruction(new AluInstr(op1_mov, vf.dest(instr->dest, 0, pin_chan), in emit_shader_clock() 1175 group->add_instruction(new AluInstr(op1_mov, vf.dest(instr->dest, 1, pin_chan), in emit_shader_clock() 1177 emit_instruction(group); in emit_shader_clock()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_mesh.cpp | 823 fs_builder ubld8 = bld.group(8, 0).exec_all(); in get_mesh_urb_handle() 852 fs_builder ubld8 = bld.group(8, 0).exec_all(); in adjust_handle_and_offset() 896 fs_builder bld8 = bld.group(8, q); in emit_urb_direct_writes() 927 fs_builder bld8 = bld.group(8, q); in emit_urb_direct_writes() 978 fs_builder bld8 = bld.group(8, q); in emit_urb_indirect_writes() 1041 fs_builder ubld8 = bld.group(8, 0).exec_all(); in emit_urb_direct_reads() 1072 fs_builder ubld8 = bld.group(8, 0).exec_all(); in emit_urb_indirect_reads() 1087 fs_builder bld8 = bld.group(8, q); in emit_urb_indirect_reads()
|
/third_party/nghttp2/src/ |
H A D | shrpx_https_upstream.cc | 522 const auto &group = dconn_ptr->get_downstream_addr_group(); in htp_hdrs_completecb() local 523 if (group) { in htp_hdrs_completecb() 524 const auto &dmruby_ctx = group->shared_addr->mruby_ctx; in htp_hdrs_completecb() 1138 const auto &group = dconn->get_downstream_addr_group(); in on_downstream_header_complete() local 1139 if (group) { in on_downstream_header_complete() 1140 const auto &dmruby_ctx = group->shared_addr->mruby_ctx; in on_downstream_header_complete() 1293 auto &group = dconn->get_downstream_addr_group(); in on_downstream_header_complete() local 1294 auto &shared_addr = group->shared_addr; in on_downstream_header_complete()
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 419 self.assertEqual(0, p.group) 424 self.assertEqual(1, p.group) 444 for name, group in ( 450 self.assertEqual(p.group, group) 502 for name, group in ( 510 self.assertEqual(p.group, group) 562 'Function two_top_groups_on_left has an unsupported group configuration. (Unexpected state 2.b)\n'))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 1094 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "size_control", "VK_EXT_subgroup_size_control tests")); in createSubgroupsSizeControlTests() 1234 group->addChild(genericGroup.release()); in createSubgroupsSizeControlTests() 1235 group->addChild(graphicsGroup.release()); in createSubgroupsSizeControlTests() 1236 group->addChild(computeGroup.release()); in createSubgroupsSizeControlTests() 1237 group->addChild(framebufferGroup.release()); in createSubgroupsSizeControlTests() 1239 group->addChild(raytracingGroup.release()); in createSubgroupsSizeControlTests() 1240 group->addChild(meshGroup.release()); in createSubgroupsSizeControlTests() 1243 return group.release(); in createSubgroupsSizeControlTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationMiscDrawTests.cpp | 981 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "misc_draw")); in createMiscDrawTests() 998 addFunctionCaseWithPrograms(group.get(), caseName, in createMiscDrawTests() 1011 addFunctionCaseWithPrograms(group.get(), caseName, in createMiscDrawTests() 1022 addFunctionCaseWithPrograms(group.get(), caseName, checkSupportCase, in createMiscDrawTests() 1052 group->addChild(new TessStateSwitchCase(testCtx, testName, params)); in createMiscDrawTests() 1070 group->addChild(new TessStateSwitchCase(testCtx, testName, params)); in createMiscDrawTests() 1091 group->addChild(new TessStateSwitchCase(testCtx, testName, params)); in createMiscDrawTests() 1095 return group.release(); in createMiscDrawTests()
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 1151 group = parser.add_mutually_exclusive_group() variable 1152 group.add_argument('--short', dest='time', action="store_const", const='short', default='short', help="short test (default)") 1153 group.add_argument('--medium', dest='time', action="store_const", const='medium', default='short', help="medium test (reasonable run time)") 1154 group.add_argument('--long', dest='time', action="store_const", const='long', default='short', help="long test (long run time)") 1155 group.add_argument('--all', dest='time', action="store_const", const='all', default='short', help="all tests (excessive run time)") 1157 group = parser.add_mutually_exclusive_group() variable 1158 group.add_argument('--single', dest='single', nargs=1, default=False, metavar="TEST", help="run a single test") 1159 group.add_argument('--multicore', dest='multicore', action="store_true", default=False, help="use all available cores")
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 636 Group::Compiler(group) => Display::fmt(group, formatter), in fmt() 637 Group::Fallback(group) => Display::fmt(group, formatter), in fmt() 645 Group::Compiler(group) => Debug::fmt(group, formatter), in fmt() 646 Group::Fallback(group) => Debug::fmt(group, formatter), in fmt()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 1077 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "size_control", "VK_EXT_subgroup_size_control tests")); in createSubgroupsSizeControlTests() 1217 group->addChild(genericGroup.release()); in createSubgroupsSizeControlTests() 1218 group->addChild(graphicsGroup.release()); in createSubgroupsSizeControlTests() 1219 group->addChild(computeGroup.release()); in createSubgroupsSizeControlTests() 1220 group->addChild(framebufferGroup.release()); in createSubgroupsSizeControlTests() 1222 group->addChild(raytracingGroup.release()); in createSubgroupsSizeControlTests() 1223 group->addChild(meshGroup.release()); in createSubgroupsSizeControlTests() 1226 return group.release(); in createSubgroupsSizeControlTests()
|
/kernel/linux/linux-5.10/block/ |
H A D | genhd.c | 102 int group; in part_stat_read_all() local 104 for (group = 0; group < NR_STAT_GROUPS; group++) { in part_stat_read_all() 105 stat->nsecs[group] += ptr->nsecs[group]; in part_stat_read_all() 106 stat->sectors[group] += ptr->sectors[group]; in part_stat_read_all() 107 stat->ios[group] += ptr->ios[group]; in part_stat_read_all() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 1084 * substitute the 3rd band/group's temp measured at factory */ in il3945_hw_reg_txpower_get_temperature() 1335 /* use this channel group's 6Mbit clipping/saturation pwr, in il3945_hw_reg_set_scan_power() 1877 * il3945_hw_reg_get_ch_grp_idx - find the channel-group idx (0-4) for channel. 1883 * on A-band, EEPROM's "group frequency" entries represent the top 1884 * channel in each group 1-4. Group 5 All B/G channels are in group 0. 1892 u8 group; in il3945_hw_reg_get_ch_grp_idx() local 1896 /* Find the group idx for the channel ... don't use idx 1(?) */ in il3945_hw_reg_get_ch_grp_idx() 1898 for (group = 1; group < in il3945_hw_reg_get_ch_grp_idx() 1977 const struct il3945_eeprom_txpower_group *group; il3945_hw_reg_init_channel_groups() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 1084 * substitute the 3rd band/group's temp measured at factory */ in il3945_hw_reg_txpower_get_temperature() 1335 /* use this channel group's 6Mbit clipping/saturation pwr, in il3945_hw_reg_set_scan_power() 1877 * il3945_hw_reg_get_ch_grp_idx - find the channel-group idx (0-4) for channel. 1883 * on A-band, EEPROM's "group frequency" entries represent the top 1884 * channel in each group 1-4. Group 5 All B/G channels are in group 0. 1892 u8 group; in il3945_hw_reg_get_ch_grp_idx() local 1896 /* Find the group idx for the channel ... don't use idx 1(?) */ in il3945_hw_reg_get_ch_grp_idx() 1898 for (group = 1; group < in il3945_hw_reg_get_ch_grp_idx() 1977 const struct il3945_eeprom_txpower_group *group; il3945_hw_reg_init_channel_groups() local [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 520 static gid_t add_gid(struct udev_rules *rules, const char *group) { in add_gid() argument 529 if (streq(rules_str(rules, off), group)) { in add_gid() 534 r = get_group_creds(&group, &gid); in add_gid() 537 log_error("specified group '%s' unknown", group); in add_gid() 539 log_error_errno(r, "error resolving group '%s': %m", group); in add_gid() 559 off = rules_add_string(rules, group); in add_gid() 2325 char group[UTIL_NAME_SIZE]; in udev_rules_apply_to_event() local 2326 const char *gr = group; in udev_rules_apply_to_event() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 428 const EC_GROUP* group, in GetECPubKey() 436 group, in GetECPubKey() 444 const EC_GROUP* group, in GetECGroup() 446 if (group == nullptr) in GetECGroup() 449 int bits = EC_GROUP_order_bits(group); in GetECGroup() 1159 const EC_GROUP* group, in ECPointToBuffer() 1163 size_t len = EC_POINT_point2oct(group, point, form, nullptr, 0, nullptr); in ECPointToBuffer() 1175 len = EC_POINT_point2oct(group, in ECPointToBuffer() 1325 const EC_GROUP* group = EC_KEY_get0_group(ec.get()); in X509ToObject() local 1330 GetECGroup(env, group, e in X509ToObject() 426 GetECPubKey( Environment* env, const EC_GROUP* group, const ECPointer& ec) GetECPubKey() argument 442 GetECGroup( Environment* env, const EC_GROUP* group, const ECPointer& ec) GetECGroup() argument 1158 ECPointToBuffer(Environment* env, const EC_GROUP* group, const EC_POINT* point, point_conversion_form_t form, const char** error) ECPointToBuffer() argument [all...] |