Home
last modified time | relevance | path

Searched refs:group (Results 2901 - 2925 of 4287) sorted by relevance

1...<<111112113114115116117118119120>>...172

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuballoc.c44 to 0 when a block group is
49 * group descriptor
258 "Checksum failed for group descriptor %llu\n", in ocfs2_check_group_descriptor()
357 "group block (%llu) != b_blocknr (%llu)\n", in ocfs2_block_group_fill()
394 * other blocks in a group - All valid FS metadata in a block in ocfs2_block_group_fill()
395 * group stores the superblock fs_generation value at in ocfs2_block_group_fill()
439 /* setup the group */ in ocfs2_block_group_alloc_contig()
619 /* setup the group */ in ocfs2_block_group_alloc_discontig()
651 * We expect the block group allocator to already be locked.
746 /* save the new last alloc group s in ocfs2_block_group_alloc()
2463 struct ocfs2_group_desc *group; _ocfs2_free_suballoc_bits() local
2761 struct ocfs2_group_desc *group; ocfs2_test_suballoc_bit() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuballoc.c42 to 0 when a block group is
47 * group descriptor
256 "Checksum failed for group descriptor %llu\n", in ocfs2_check_group_descriptor()
355 "group block (%llu) != b_blocknr (%llu)\n", in ocfs2_block_group_fill()
392 * other blocks in a group - All valid FS metadata in a block in ocfs2_block_group_fill()
393 * group stores the superblock fs_generation value at in ocfs2_block_group_fill()
437 /* setup the group */ in ocfs2_block_group_alloc_contig()
617 /* setup the group */ in ocfs2_block_group_alloc_discontig()
649 * We expect the block group allocator to already be locked.
744 /* save the new last alloc group s in ocfs2_block_group_alloc()
2461 struct ocfs2_group_desc *group; _ocfs2_free_suballoc_bits() local
2759 struct ocfs2_group_desc *group; ocfs2_test_suballoc_bit() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_netlink.c719 unsigned int flags = 0, group; in ctnetlink_conntrack_event() local
724 group = NFNLGRP_CONNTRACK_DESTROY; in ctnetlink_conntrack_event()
728 group = NFNLGRP_CONNTRACK_NEW; in ctnetlink_conntrack_event()
731 group = NFNLGRP_CONNTRACK_UPDATE; in ctnetlink_conntrack_event()
736 if (!item->report && !nfnetlink_has_listeners(net, group)) in ctnetlink_conntrack_event()
824 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event()
836 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event()
3098 unsigned int type, group; in ctnetlink_expect_event() local
3103 group = NFNLGRP_CONNTRACK_EXP_DESTROY; in ctnetlink_expect_event()
3107 group in ctnetlink_expect_event()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_netlink.c735 unsigned int flags = 0, group; in ctnetlink_conntrack_event() local
740 group = NFNLGRP_CONNTRACK_DESTROY; in ctnetlink_conntrack_event()
744 group = NFNLGRP_CONNTRACK_NEW; in ctnetlink_conntrack_event()
747 group = NFNLGRP_CONNTRACK_UPDATE; in ctnetlink_conntrack_event()
752 if (!item->report && !nfnetlink_has_listeners(net, group)) in ctnetlink_conntrack_event()
844 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event()
856 if (nfnetlink_set_err(net, 0, group, -ENOBUFS) > 0) in ctnetlink_conntrack_event()
3102 unsigned int type, group; in ctnetlink_expect_event() local
3107 group = NFNLGRP_CONNTRACK_EXP_DESTROY; in ctnetlink_expect_event()
3111 group in ctnetlink_expect_event()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c747 /* Max elements in a surface group. */
754 enum crocus_surface_group group) in rewrite_src_with_bti()
756 assert(bt->sizes[group] > 0); in rewrite_src_with_bti()
762 bti = nir_imm_intN_t(b, crocus_group_index_to_bti(bt, group, index), in rewrite_src_with_bti()
765 /* Indirect usage makes all the surfaces of the group to be available, in rewrite_src_with_bti()
768 assert(bt->used_mask[group] == BITFIELD64_MASK(bt->sizes[group])); in rewrite_src_with_bti()
769 bti = nir_iadd_imm(b, src->ssa, bt->offsets[group]); in rewrite_src_with_bti()
776 enum crocus_surface_group group) in mark_used_with_src()
778 assert(bt->sizes[group] > in mark_used_with_src()
752 rewrite_src_with_bti(nir_builder *b, struct crocus_binding_table *bt, nir_instr *instr, nir_src *src, enum crocus_surface_group group) rewrite_src_with_bti() argument
775 mark_used_with_src(struct crocus_binding_table *bt, nir_src *src, enum crocus_surface_group group) mark_used_with_src() argument
[all...]
/third_party/libabigail/src/
H A Dabg-writer.cc1428 corpus_group* group = corpus->get_group(); in write_tracking_non_reachable_types() local
1429 if (!group) in write_tracking_non_reachable_types()
4507 // For an abi-corpus as part of an abi-corpus group, only omit the path, but in write_corpus()
4595 /// Serialize an ABI corpus group to a single native xml document.
4596 /// The root note of the resulting XML document is 'abi-corpus-group'.
4600 /// @param group the corpus group to serialize.
4607 const corpus_group_sptr& group, in write_corpus_group()
4611 if (!group) in write_corpus_group()
4618 out << "<abi-corpus-group "; in write_corpus_group()
4606 write_corpus_group(write_context& ctxt, const corpus_group_sptr& group, unsigned indent) write_corpus_group() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1071 u8 group, i; in _rtl92d_phy_reload_imr_setting() local
1087 group = channel <= 64 ? 1 : 2; in _rtl92d_phy_reload_imr_setting()
1092 rf_imr_param_normal[0][group][i]); in _rtl92d_phy_reload_imr_setting()
3212 u8 group; in rtl92d_get_chnlgroup_fromarray() local
3215 group = 0; in rtl92d_get_chnlgroup_fromarray()
3217 group = 1; in rtl92d_get_chnlgroup_fromarray()
3219 group = 2; in rtl92d_get_chnlgroup_fromarray()
3221 group = 3; in rtl92d_get_chnlgroup_fromarray()
3223 group = 4; in rtl92d_get_chnlgroup_fromarray()
3225 group in rtl92d_get_chnlgroup_fromarray()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c1071 u8 group, i; in _rtl92d_phy_reload_imr_setting() local
1087 group = channel <= 64 ? 1 : 2; in _rtl92d_phy_reload_imr_setting()
1092 rf_imr_param_normal[0][group][i]); in _rtl92d_phy_reload_imr_setting()
3209 u8 group; in rtl92d_get_chnlgroup_fromarray() local
3212 group = 0; in rtl92d_get_chnlgroup_fromarray()
3214 group = 1; in rtl92d_get_chnlgroup_fromarray()
3216 group = 2; in rtl92d_get_chnlgroup_fromarray()
3218 group = 3; in rtl92d_get_chnlgroup_fromarray()
3220 group = 4; in rtl92d_get_chnlgroup_fromarray()
3222 group in rtl92d_get_chnlgroup_fromarray()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c149 * - fixed displaying owner and group of a mounted file over Linux
152 * - fixed again displaying owner and group of a mounted file over Linux
197 * - added a distinctive prefix to owner and group SID
224 * - adapted to new NTFS ACLs when owner is same as group
391 #define ROOT_GROUP_UNMARK FILE_READ_EA /* ACL granted to root as group */
1005 printf("%*cCreator group SID\n",-level,marker); in showsid()
1185 prefix = "Windows group"; in showownership()
1247 printf("%*c group is defaulted\n",-level-4,marker); in showheader()
1414 printf(" to group"); in showace()
1634 gsid = (const SID*)&attr[le32_to_cpu(phead->group)]; in linux_permissions_posix()
3166 basictest(int kind, BOOL isdir, const SID *owner, const SID *group) basictest() argument
3369 posixtest(int kind, BOOL isdir, const SID *owner, const SID *group) posixtest() argument
3606 const SID *group; selftests() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c104 * WPS provisioning step or after the re-invocation of a persistent group on a
115 * WPS provisioning has been completed on the GO during group formation.
123 * re-invocation of a persistent group on the GO when the client is expected
705 /* Find an interface for a P2P group where we are the GO */
718 /* Prefer a group with connected clients */ in wpas_p2p_get_go_group()
724 /* No group with connected clients, so pick the one without (if any) */ in wpas_p2p_get_go_group()
736 /* Find an interface for a P2P group where we are the P2P Client */
749 /* Find a persistent group where we are the GO */
886 * For now, we only will support ownership of one group, and being a in p2ps_group_capability()
887 * client of one group in p2ps_group_capability()
3252 struct wpa_supplicant *group = NULL; wpas_prov_disc_req() local
6382 struct wpa_supplicant *group; global() local
7918 struct p2p_group *group; global() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c1091 * group 0: channels 1 - 3
1092 * group 1: channels 4 - 9
1093 * group 2: channels 10 - 14
1099 int group; in rtl8xxxu_gen1_channel_to_group() local
1102 group = 0; in rtl8xxxu_gen1_channel_to_group()
1104 group = 1; in rtl8xxxu_gen1_channel_to_group()
1106 group = 2; in rtl8xxxu_gen1_channel_to_group()
1108 return group; in rtl8xxxu_gen1_channel_to_group()
1116 int group; in rtl8xxxu_gen2_channel_to_group() local
1119 group in rtl8xxxu_gen2_channel_to_group()
1393 int group, i; rtl8xxxu_gen1_set_tx_power() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c1207 * group 0: channels 1 - 3
1208 * group 1: channels 4 - 9
1209 * group 2: channels 10 - 14
1215 int group; in rtl8xxxu_gen1_channel_to_group() local
1218 group = 0; in rtl8xxxu_gen1_channel_to_group()
1220 group = 1; in rtl8xxxu_gen1_channel_to_group()
1222 group = 2; in rtl8xxxu_gen1_channel_to_group()
1224 return group; in rtl8xxxu_gen1_channel_to_group()
1232 int group; in rtl8xxxu_gen2_channel_to_group() local
1235 group in rtl8xxxu_gen2_channel_to_group()
1509 int group, i; rtl8xxxu_gen1_set_tx_power() local
[all...]
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h97 TP_PROTO(int dst_cpu, struct sched_group *group,
100 TP_ARGS(dst_cpu, group, env_cpus, busiest, done), 1);
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnode_functions.cpp121 attr->group = conv2dAttr.group; in GetConv2dPrimitive()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dnode_functions.cpp121 attr->group = conv2dAttr.group; in GetConv2dPrimitive()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h411 void SetBelongGroup(const std::string& group) in SetBelongGroup() argument
413 belongGroup_ = group; in SetBelongGroup()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp36 auto group = AceType::DynamicCast<DOMListItemGroup>(parentNode_.Upgrade()); in SetSpecializedAttr() local
37 if (!group) { in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp203 float RichEditorLayoutAlgorithm::GetShadowOffset(const std::list<RefPtr<SpanItem>>& group) in GetShadowOffset() argument
206 for (auto& span: group) { in GetShadowOffset()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_wifi_p2p_hal_interface.h59 virtual WifiErrorNo Invite(const WifiP2pGroupInfo &group, const std::string &deviceAddr) const = 0;
123 MOCK_CONST_METHOD2(Invite, WifiErrorNo(const WifiP2pGroupInfo &group, const std::string &deviceAddr));
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h230 std::string mGroupAddress; /* the group MAC address, the length is 17 characters. */
257 bool operator==(const WifiP2pGroupInfo &group) const;
258 bool operator!=(const WifiP2pGroupInfo &group) const;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp188 WifiP2pGroupInfo group = WifiConfigCenter::GetInstance().GetCurrentP2pGroupInfo(); in JudgeDbacWithP2p() local
189 int p2pChannel = TransformFrequencyIntoChannel(group.GetFrequency()); in JudgeDbacWithP2p()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-v4.c111 vpe->sgi_config[irq->intid].group = irq->group; in vgic_v4_sync_sgi_config()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_restrictions.sh174 matchall skip_sw action sample rate 100 group 1
180 matchall skip_sw action sample rate 100 group 1
240 matchall_behind_flower_ingress_test "sample" "sample rate 100 group 1"
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h84 u8 en_trap_group; /* Trap group when enabled */
85 u8 dis_trap_group; /* Trap group when disabled */
342 const struct devlink_trap_group *group);
344 const struct devlink_trap_group *group,
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_eem.c560 func_inst.group); in to_f_eem_opts()
620 config_group_init_type_name(&opts->func_inst.group, "", &eem_func_type); in eem_alloc_inst()

Completed in 55 milliseconds

1...<<111112113114115116117118119120>>...172