Home
last modified time | relevance | path

Searched refs:node (Results 2951 - 2975 of 9280) sorted by relevance

1...<<111112113114115116117118119120>>...372

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dapp_id_mapping_config.h25 bool Marshal(json &node) const override;
26 bool Unmarshal(const json &node) override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dmeta_data.h27 bool Marshal(json &node) const override;
28 bool Unmarshal(const json &node) override;
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-hr2.c23 static void __init hr2_armpll_init(struct device_node *node) in hr2_armpll_init() argument
25 iproc_armpll_setup(node); in hr2_armpll_init()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-is-sensor.c25 struct device_node *node) in fimc_is_sensor_get_drvdata()
29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
24 fimc_is_sensor_get_drvdata( struct device_node *node) fimc_is_sensor_get_drvdata() argument
/kernel/linux/linux-5.10/include/linux/rpmsg/
H A Dqcom_smd.h13 struct device_node *node);
20 struct device_node *node) in qcom_smd_register_edge()
19 qcom_smd_register_edge(struct device *parent, struct device_node *node) qcom_smd_register_edge() argument
/kernel/linux/linux-6.6/include/linux/rpmsg/
H A Dqcom_smd.h13 struct device_node *node);
20 struct device_node *node) in qcom_smd_register_edge()
19 qcom_smd_register_edge(struct device *parent, struct device_node *node) qcom_smd_register_edge() argument
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-hr2.c13 static void __init hr2_armpll_init(struct device_node *node) in hr2_armpll_init() argument
15 iproc_armpll_setup(node); in hr2_armpll_init()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-sensor.c25 struct device_node *node) in fimc_is_sensor_get_drvdata()
29 of_id = of_match_node(fimc_is_sensor_of_ids, node); in fimc_is_sensor_get_drvdata()
24 fimc_is_sensor_get_drvdata( struct device_node *node) fimc_is_sensor_get_drvdata() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h318 list_node* node = nullptr; in erase() local
322 // link prev to next or set bucket start to next if this was the first node. in erase()
326 node = pos.it_->prev->next; in erase()
330 node = buckets_[ind]; in erase()
334 // link next to prev or if this was the last node look or the next bucket with items. in erase()
337 next->prev = node->prev; in erase()
348 release(node); in erase()
387 node_type node; in insert() member
578 auto node = static_cast<list_node*>(alloc.alloc(alloc.instance, sizeof(list_node))); in allocate() local
579 ::new (node) list_nod in allocate()
583 release(list_node* node) release() argument
701 make_iterator(list_node* node) make_iterator() argument
[all...]
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c56 ListNode node; member
131 LIST_FOR_EACH_ENTRY(temp, &g_tcpConnInfoList->list, TcpConnInfoNode, node) { in AddTcpConnInfo()
139 ListInit(&item->node); in AddTcpConnInfo()
140 ListAdd(&g_tcpConnInfoList->list, &item->node); in AddTcpConnInfo()
157 LIST_FOR_EACH_ENTRY(it, &g_tcpConnInfoList->list, TcpConnInfoNode, node) { in DelTcpConnInfo()
164 ListDelete(&target->node); in DelTcpConnInfo()
194 LIST_FOR_EACH_ENTRY(item, &g_tcpConnInfoList->list, TcpConnInfoNode, node) { in DelTcpConnNode()
196 ListDelete(&item->node); in DelTcpConnNode()
311 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_tcpConnInfoList->list, TcpConnInfoNode, node) { in GetTcpInfoByFd()
413 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_tcpConnInfoList->list, TcpConnInfoNode, node) { in DelAllConnInfo()
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp347 for (const auto &node : srcIp4Map) { in WriteSrcIpv4BpfMap()
348 Bitmap val = node.bitmap; in WriteSrcIpv4BpfMap()
353 key.prefixlen = node.mask; in WriteSrcIpv4BpfMap()
354 key.data = static_cast<Ip4Key>(node.data); in WriteSrcIpv4BpfMap()
367 for (const auto &node : srcIp6Map) { in WriteSrcIpv6BpfMap()
368 Bitmap val = node.bitmap; in WriteSrcIpv6BpfMap()
373 key.prefixlen = node.prefixlen; in WriteSrcIpv6BpfMap()
374 key.data = static_cast<Ip6Key>(node.data); in WriteSrcIpv6BpfMap()
386 for (const auto &node : dstIp4Map) { in WriteDstIpv4BpfMap()
387 Bitmap val = node in WriteDstIpv4BpfMap()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c218 * @dest: destination node on the card that will receive the command
260 * @dest: destination node on the card that will receive the command
374 * @dest: destination node on the card that will receive the command
412 * @dest: destination node on the card that will receive the command
676 struct hinic_api_cmd_cell *node; in api_cmd_create_cell() local
680 node = dma_alloc_coherent(&pdev->dev, chain->cell_size, &node_paddr, in api_cmd_create_cell()
682 if (!node) { in api_cmd_create_cell()
687 node->read.hw_wb_resp_paddr = 0; in api_cmd_create_cell()
690 cell_ctxt->cell_vaddr = node; in api_cmd_create_cell()
695 chain->head_node = node; in api_cmd_create_cell()
735 struct hinic_api_cmd_cell *node; api_cmd_destroy_cell() local
782 struct hinic_api_cmd_cell *node = NULL, *pre_node = NULL; api_cmd_create_cells() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c33 struct rhash_head node; member
75 .head_offset = offsetof(struct nft_rhash_elem, node),
142 prev = rhashtable_lookup_get_insert_key(&priv->ht, &arg, &he->node, in nft_rhash_update()
178 prev = rhashtable_lookup_get_insert_key(&priv->ht, &arg, &he->node, in nft_rhash_insert()
236 rhashtable_remove_fast(&priv->ht, &he->node, nft_rhash_params); in nft_rhash_remove()
465 struct hlist_node node; member
479 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup()
499 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_get()
519 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup_fast()
557 hlist_for_each_entry(he, &priv->table[hash], node) { in nft_hash_insert()
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Dreplay.c30 * @lnum: logical eraseblock number of the node
31 * @offs: node offset
32 * @len: node length
33 * @deletion: non-zero if this entry corresponds to a node deletion
34 * @sqnum: node sequence number
36 * @key: node key
67 * @sqnum: reference node sequence number
364 * insert_node - insert a node to the replay list
366 * @lnum: node logical eraseblock number
367 * @offs: node offse
987 const struct ubifs_cs_node *node; replay_log_leb() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c931 struct hlist_node *node; in seq_hlist_start() local
933 hlist_for_each(node, head) in seq_hlist_start()
935 return node; in seq_hlist_start()
968 struct hlist_node *node = v; in seq_hlist_next() local
974 return node->next; in seq_hlist_next()
992 struct hlist_node *node; in seq_hlist_start_rcu() local
994 __hlist_for_each_rcu(node, head) in seq_hlist_start_rcu()
996 return node; in seq_hlist_start_rcu()
1039 struct hlist_node *node = v; in seq_hlist_next_rcu() local
1045 return rcu_dereference(node in seq_hlist_next_rcu()
1060 struct hlist_node *node; seq_hlist_start_percpu() local
1085 struct hlist_node *node = v; seq_hlist_next_percpu() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_nic.c681 struct udp_tunnel_nic_shared_node *node; in udp_tunnel_nic_replay() local
696 list_for_each_entry(node, &info->shared->devices, list) in udp_tunnel_nic_replay()
697 udp_tunnel_get_rx_info(node->dev); in udp_tunnel_nic_replay()
767 struct udp_tunnel_nic_shared_node *node = NULL; in udp_tunnel_nic_register() local
799 node = kzalloc(sizeof(*node), GFP_KERNEL); in udp_tunnel_nic_register()
800 if (!node) in udp_tunnel_nic_register()
803 node->dev = dev; in udp_tunnel_nic_register()
811 kfree(node); in udp_tunnel_nic_register()
822 list_add_tail(&node in udp_tunnel_nic_register()
844 struct udp_tunnel_nic_shared_node *node, *first; udp_tunnel_nic_unregister() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c218 * @dest: destination node on the card that will receive the command
260 * @dest: destination node on the card that will receive the command
374 * @dest: destination node on the card that will receive the command
412 * @dest: destination node on the card that will receive the command
674 struct hinic_api_cmd_cell *node; in api_cmd_create_cell() local
678 node = dma_alloc_coherent(&pdev->dev, chain->cell_size, &node_paddr, in api_cmd_create_cell()
680 if (!node) in api_cmd_create_cell()
683 node->read.hw_wb_resp_paddr = 0; in api_cmd_create_cell()
686 cell_ctxt->cell_vaddr = node; in api_cmd_create_cell()
691 chain->head_node = node; in api_cmd_create_cell()
731 struct hinic_api_cmd_cell *node; api_cmd_destroy_cell() local
778 struct hinic_api_cmd_cell *node = NULL, *pre_node = NULL; api_cmd_create_cells() local
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Dreplay.c30 * @lnum: logical eraseblock number of the node
31 * @offs: node offset
32 * @len: node length
33 * @deletion: non-zero if this entry corresponds to a node deletion
34 * @sqnum: node sequence number
36 * @key: node key
67 * @sqnum: reference node sequence number
364 * insert_node - insert a node to the replay list
366 * @lnum: node logical eraseblock number
367 * @offs: node offse
987 const struct ubifs_cs_node *node; replay_log_leb() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c975 struct hlist_node *node; in seq_hlist_start() local
977 hlist_for_each(node, head) in seq_hlist_start()
979 return node; in seq_hlist_start()
1012 struct hlist_node *node = v; in seq_hlist_next() local
1018 return node->next; in seq_hlist_next()
1036 struct hlist_node *node; in seq_hlist_start_rcu() local
1038 __hlist_for_each_rcu(node, head) in seq_hlist_start_rcu()
1040 return node; in seq_hlist_start_rcu()
1083 struct hlist_node *node = v; in seq_hlist_next_rcu() local
1089 return rcu_dereference(node in seq_hlist_next_rcu()
1104 struct hlist_node *node; seq_hlist_start_percpu() local
1129 struct hlist_node *node = v; seq_hlist_next_percpu() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c30 struct rhash_head node; member
72 .head_offset = offsetof(struct nft_rhash_elem, node),
140 prev = rhashtable_lookup_get_insert_key(&priv->ht, &arg, &he->node, in nft_rhash_update()
176 prev = rhashtable_lookup_get_insert_key(&priv->ht, &arg, &he->node, in nft_rhash_insert()
234 rhashtable_remove_fast(&priv->ht, &he->node, nft_rhash_params); in nft_rhash_remove()
479 struct hlist_node node; member
494 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup()
514 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_get()
535 hlist_for_each_entry_rcu(he, &priv->table[hash], node) { in nft_hash_lookup_fast()
573 hlist_for_each_entry(he, &priv->table[hash], node) { in nft_hash_insert()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_nic.c683 struct udp_tunnel_nic_shared_node *node; in udp_tunnel_nic_replay() local
698 list_for_each_entry(node, &info->shared->devices, list) in udp_tunnel_nic_replay()
699 udp_tunnel_get_rx_info(node->dev); in udp_tunnel_nic_replay()
769 struct udp_tunnel_nic_shared_node *node = NULL; in udp_tunnel_nic_register() local
801 node = kzalloc(sizeof(*node), GFP_KERNEL); in udp_tunnel_nic_register()
802 if (!node) in udp_tunnel_nic_register()
805 node->dev = dev; in udp_tunnel_nic_register()
813 kfree(node); in udp_tunnel_nic_register()
824 list_add_tail(&node in udp_tunnel_nic_register()
846 struct udp_tunnel_nic_shared_node *node, *first; udp_tunnel_nic_unregister() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c61 struct rb_node node; member
144 struct rb_node *node = root->rb_node; in qib_user_sdma_rb_search() local
146 while (node) { in qib_user_sdma_rb_search()
147 sdma_rb_node = rb_entry(node, struct qib_user_sdma_rb_node, in qib_user_sdma_rb_search()
148 node); in qib_user_sdma_rb_search()
150 node = node->rb_left; in qib_user_sdma_rb_search()
152 node = node->rb_right; in qib_user_sdma_rb_search()
162 struct rb_node **node in qib_user_sdma_rb_insert() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c61 struct rb_node node; member
144 struct rb_node *node = root->rb_node; in qib_user_sdma_rb_search() local
146 while (node) { in qib_user_sdma_rb_search()
147 sdma_rb_node = rb_entry(node, struct qib_user_sdma_rb_node, in qib_user_sdma_rb_search()
148 node); in qib_user_sdma_rb_search()
150 node = node->rb_left; in qib_user_sdma_rb_search()
152 node = node->rb_right; in qib_user_sdma_rb_search()
162 struct rb_node **node in qib_user_sdma_rb_insert() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_mask.cpp45 void SvgMask::Update(RefPtr<RenderNode>& node) in Update() argument
47 if (node) { in Update()
48 node->Update(component_); in Update()
H A Dsvg_filter.cpp45 void SvgFilter::Update(RefPtr<RenderNode>& node) in Update() argument
47 if (node) { in Update()
48 node->Update(component_); in Update()

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...372