Home
last modified time | relevance | path

Searched refs:group (Results 3676 - 3700 of 3928) sorted by relevance

1...<<141142143144145146147148149150>>...158

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp1173 // Emit one point per framebuffer pixel. The number of jobs (kLocalInvocations in each mesh shader work group, multiplied by the in initPrograms()
1174 // number of mesh work groups emitted by each task work group) must be the same as the total framebuffer size. Calculate a job in initPrograms()
2587 // Use large work group size, large number of vertices and large number of primitives.
3869 varType = match.group(1)
3870 varName = match.group(2)
3871 varSize = match.group(3)
3875 numComponents = (1 if not vecMatch else vecMatch.group(1))
5154 // Generate the variable list according to the group requirements.
/third_party/python/Lib/test/
H A Dtest_dataclasses.py1560 group: int
1567 self.assertEqual(d, {'name': 'Joe', 'id': {'token': 123, 'group': 1}})
1569 u.id.group = 2
1571 'id': {'token': 123, 'group': 2}})
1737 group: int
1746 u.id.group = 2
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c1223 hapd->conf->ssid.wpa_psk->group) { in hostapd_ctrl_iface_get_config()
1264 ssid->wpa_psk->group) { in hostapd_ctrl_iface_get_config()
1656 sta_match = psk->group == 0 && in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()
1658 bss_match = psk->group == 1; in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()
2575 "TESTING: Send group M1 for the same GTK and zero RSC to " in hostapd_ctrl_resend_group_m1()
4299 * directory without group access. This breaks things since Wi-Fi in hostapd_ctrl_iface_init()
4301 * applications in the wifi group. Fix this by adding group access even in hostapd_ctrl_iface_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c998 struct attribute_group group; member
1021 sobj->s.group.attrs = &sobj->a; in create_attr_set()
1022 sobj->s.group.name = name; in create_attr_set()
1039 s->group.attrs[s->members] = attr; in add_to_attr_set()
1062 sysfs_remove_group(kobj, &s->group); in delete_attr_set()
1067 sysfs_create_group(_kobj, &_attr_set->group)
1935 enum { /* NVRAM to ACPI HKEY group map */
9928 * but just don't create the sysfs group in tpacpi_dytc_init()
9936 /* Platform supports this feature - create the group */ in tpacpi_dytc_init()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c1553 * Tasks in autogroups or root task group will be in uclamp_tg_restrict()
1575 * - the task group effective clamp value, for tasks not either in the root
1576 * group or in an autogroup
9147 * your thread group, or accelerate that thread toward the
10584 * Default task group.
10585 * Every task in system belongs to this group at bootup.
10681 * based on each entity's (task or task-group's) weight in sched_init()
11077 /* allocate runqueue etc for a new task group */
11119 /* rcu callback to free various structures associated with a task group */
11141 * this task group t in sched_release_group()
11171 sched_change_group(struct task_struct *tsk, struct task_group *group) sched_change_group() argument
11194 struct task_group *group; sched_move_task() local
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddme1737.c2053 const struct attribute_group *group, in dme1737_chmod_group()
2058 for (attr = group->attrs; *attr; attr++) in dme1737_chmod_group()
2052 dme1737_chmod_group(struct device *dev, const struct attribute_group *group, umode_t mode) dme1737_chmod_group() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c3004 * Query one scalar group value or a whole scalar group.
3007 int group, int field, void *buf, int buflen) in adpt_i2o_query_scalar()
3009 u16 opblk[] = { 1, 0, I2O_PARAMS_FIELD_GET, group, 1, field }; in adpt_i2o_query_scalar()
3034 if (field == -1) /* whole group */ in adpt_i2o_query_scalar()
3006 adpt_i2o_query_scalar(adpt_hba* pHba, int tid, int group, int field, void *buf, int buflen) adpt_i2o_query_scalar() argument
/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c72 unsigned int group) in ovs_must_notify()
75 genl_has_listeners(family, genl_info_net(info), group); in ovs_must_notify()
71 ovs_must_notify(struct genl_family *family, struct genl_info *info, unsigned int group) ovs_must_notify() argument
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c1502 if (!special_alt->group || special_alt->new_len) { in add_special_section_alts()
1514 if (special_alt->group) { in add_special_section_alts()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c1678 void rtw8852a_set_trx_mask(struct rtw89_dev *rtwdev, u8 path, u8 group, u32 val) in rtw8852a_set_trx_mask() argument
1681 rtw89_write_rf(rtwdev, path, RR_LUTWA, 0xfffff, group); in rtw8852a_set_trx_mask()
1721 /* set WL Tx thru in TRX mask table if GNT_WL = 0 && BT_S1 = ss group */ in rtw8852a_btc_init_cfg()
1727 /* set path-A(S0) Tx/Rx no-mask if GNT_WL=0 && BT_S1=tx group */ in rtw8852a_btc_init_cfg()
1730 } else { /* set WL Tx stb if GNT_WL = 0 && BT_S1 = ss group for 3-ant */ in rtw8852a_btc_init_cfg()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddme1737.c2053 const struct attribute_group *group, in dme1737_chmod_group()
2058 for (attr = group->attrs; *attr; attr++) in dme1737_chmod_group()
2052 dme1737_chmod_group(struct device *dev, const struct attribute_group *group, umode_t mode) dme1737_chmod_group() argument
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c76 unsigned int group) in ovs_must_notify()
79 genl_has_listeners(family, genl_info_net(info), group); in ovs_must_notify()
75 ovs_must_notify(struct genl_family *family, struct genl_info *info, unsigned int group) ovs_must_notify() argument
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h1685 /** \brief Configures the group priority and subpriority split point using CPU's BPR register.
1693 /** \brief Read the current group priority and subpriority split point from CPU's BPR register.
1741 /** \brief Set the interrupt group from the GIC's IGROUPR register.
1743 * \param [in] group Interrupt group number: 0 - Group 0, 1 - Group 1
1745 __STATIC_INLINE void GIC_SetGroup(IRQn_Type IRQn, uint32_t group) in GIC_SetGroup() argument
1751 igroupr |= ( (group & 1U) << shift); in GIC_SetGroup()
1757 /** \brief Get the interrupt group from the GIC's IGROUPR register.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp3149 static void cleanupGroup (tcu::TestCaseGroup* group, const SharedGroupParams) in cleanupGroup() argument
3151 DE_UNREF(group); in cleanupGroup()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h1786 /// @param value group decoration index
1787 /// @returns the group decoration pointer
1801 /// @param group the group index
1803 /// @returns a decoration list with both the group and binding decorations
1804 ast::DecorationList GroupAndBinding(uint32_t group, uint32_t binding) { in GroupAndBinding() argument
1805 return {Group(group), Binding(binding)}; in GroupAndBinding()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl.cc1683 // Returns the binding index of a variable, requiring that the group attribute in EmitEntryPointFunction()
1688 if (bp.group == nullptr || bp.binding == nullptr) { in EmitEntryPointFunction()
1693 if (bp.group->value != 0) { in EmitEntryPointFunction()
1695 << "encountered non-zero resource group index (use " in EmitEntryPointFunction()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp2054 // \note Different versions of the same function (i.e. with the same group name) can be defined by putting them successively in this array.
2168 // \note These are defined here so that different versions (different entries in the functionCaseGroups array) of the same function can be put in the same group.
2185 // If this is a new function and not just a different version of the previously defined function, create a new group.
2303 tcu::TestCaseGroup* const group = vert ? vertexSubGroup : fragmentSubGroup;
2304 group->addChild (new FunctionCase(m_context,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp3004 static void cleanupGroup (tcu::TestCaseGroup* group, const SharedGroupParams) in cleanupGroup() argument
3006 DE_UNREF(group); in cleanupGroup()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp2035 // \note Different versions of the same function (i.e. with the same group name) can be defined by putting them successively in this array.
2125 // \note These are defined here so that different versions (different entries in the functionCaseGroups array) of the same function can be put in the same group.
2142 // If this is a new function and not just a different version of the previously defined function, create a new group.
2258 tcu::TestCaseGroup* const group = vert ? vertexSubGroup : fragmentSubGroup;
2259 group->addChild (new FunctionCase(m_context,
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Ddev.c843 const struct devlink_trap_group *group, in nsim_dev_devlink_trap_group_set()
842 nsim_dev_devlink_trap_group_set(struct devlink *devlink, const struct devlink_trap_group *group, const struct devlink_trap_policer *policer, struct netlink_ext_ack *extack) nsim_dev_devlink_trap_group_set() argument
/kernel/linux/linux-5.10/sound/pci/mixart/
H A Dmixart.c314 pipe->group_uid = buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */ in snd_mixart_add_ref_pipe()
362 request.data = &pipe->group_uid; /* the streaming group ! */ in snd_mixart_kill_ref_pipe()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm.c694 substream->group = &substream->self_group; in snd_pcm_new_stream()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dkvm.h1254 __u32 group; /* device-defined */ member
1255 __u64 attr; /* group-defined */
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkvm.h1276 __u32 group; /* device-defined */ member
1277 __u64 attr; /* group-defined */
/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetlink.c254 ntohs(bat_priv->bla.claim_dest.group))) in batadv_netlink_mesh_fill()

Completed in 114 milliseconds

1...<<141142143144145146147148149150>>...158