Home
last modified time | relevance | path

Searched refs:node (Results 4626 - 4650 of 9280) sorted by relevance

1...<<181182183184185186187188189190>>...372

/kernel/linux/linux-6.6/drivers/perf/
H A Dfsl_imx8_ddr_perf.c100 struct hlist_node node; member
670 static int ddr_perf_offline_cpu(unsigned int cpu, struct hlist_node *node) in ddr_perf_offline_cpu() argument
672 struct ddr_pmu *pmu = hlist_entry_safe(node, struct ddr_pmu, node); in ddr_perf_offline_cpu()
737 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
775 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
788 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
H A Dfsl_imx9_ddr_perf.c60 struct hlist_node node; member
579 static int ddr_perf_offline_cpu(unsigned int cpu, struct hlist_node *node) in ddr_perf_offline_cpu() argument
581 struct ddr_pmu *pmu = hlist_entry_safe(node, struct ddr_pmu, node); in ddr_perf_offline_cpu()
637 ret = cpuhp_state_add_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
672 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_probe()
686 cpuhp_state_remove_instance_nocalls(pmu->cpuhp_state, &pmu->node); in ddr_perf_remove()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti_am335x_adc.c566 struct device_node *node = pdev->dev.of_node; in tiadc_parse_dt() local
573 of_property_for_each_u32(node, "ti,adc-channels", prop, cur, val) { in tiadc_parse_dt()
586 of_property_read_u32_array(node, "ti,chan-step-avg", in tiadc_parse_dt()
588 of_property_read_u32_array(node, "ti,chan-step-opendelay", in tiadc_parse_dt()
590 of_property_read_u32_array(node, "ti,chan-step-sampledelay", in tiadc_parse_dt()
627 struct device_node *node = pdev->dev.of_node; in tiadc_probe() local
630 if (!node) { in tiadc_probe()
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_other.c80 int VfsVnodePermissionCheck(const struct Vnode *node, int accMode) in VfsVnodePermissionCheck() argument
82 uint fuid = node->uid; in VfsVnodePermissionCheck()
83 uint fgid = node->gid; in VfsVnodePermissionCheck()
84 uint fileMode = node->mode; in VfsVnodePermissionCheck()
722 struct Vnode *node = NULL; in lsfd() local
734 node = files_get_openfile(i); in lsfd()
735 if (node) { in lsfd()
/kernel/liteos_a/kernel/base/include/
H A Dlos_sched_pri.h405 SortLinkList sortList; /**< Task sortlink node */
418 LOS_DL_LIST pendList; /**< Task pend node */
575 SortLinkList *node = &taskCB->sortList; in OsSchedTimeoutQueueDelete() local
577 SchedRunqueue *rq = OsSchedRunqueueByID(node->cpuid); in OsSchedTimeoutQueueDelete()
581 UINT64 oldResponseTime = GET_SORTLIST_VALUE(node); in OsSchedTimeoutQueueDelete()
582 OsDeleteFromSortLink(&rq->timeoutQueue, node); in OsSchedTimeoutQueueDelete()
591 SortLinkList *node = &taskCB->sortList; in OsSchedTimeoutQueueAdjust() local
593 UINT16 cpuid = node->cpuid; in OsSchedTimeoutQueueAdjust()
598 ret = OsSortLinkAdjustNodeResponseTime(&rq->timeoutQueue, node, responseTime); in OsSchedTimeoutQueueAdjust()
/kernel/linux/linux-6.6/net/ceph/
H A Ddebugfs.c71 rb_entry(n, struct ceph_pg_pool_info, node); in osdmap_show()
94 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
105 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
112 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
123 rb_entry(n, struct ceph_pg_mapping, node); in osdmap_show()
162 req = rb_entry(rp, struct ceph_mon_generic_request, node); in monc_show()
267 rb_entry(n, struct ceph_osd_linger_request, node); in dump_linger_requests()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp29 RefPtr<RenderNode> node = ComponentGroupElement::CreateRenderNode(); in CreateRenderNode() local
30 RefPtr<RenderTabContent> tabContent = AceType::DynamicCast<RenderTabContent>(node); in CreateRenderNode()
53 return node; in CreateRenderNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_processor.cpp69 // for custom node and atomic node, just pop top node when next node is coming. in ShouldPopImmediately()
91 auto node = Finish(); in FlushRerenderTask() local
92 CHECK_NULL_VOID(node); in FlushRerenderTask()
93 node->FlushUpdateAndMarkDirty(); in FlushRerenderTask()
122 // for container node. in PopContainer()
200 // For the root node, the key value is xxx. in PushKey()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_element.cpp84 RefPtr<RenderNode> node = RenderElement::CreateRenderNode(); in CreateRenderNode() local
86 auto renderNode = AceType::DynamicCast<RenderTextField>(node); in CreateRenderNode()
128 return node; in CreateRenderNode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.cpp57 OHOS::Ace::RefPtr<OHOS::Ace::NG::UINode>& node) in CreateNodeByIndex()
60 // navDestination node in CreateNodeByIndex()
74 node = frameNode; in CreateNodeByIndex()
78 node = frameNode; in CreateNodeByIndex()
56 CreateNodeByIndex(int32_t index, const OHOS::Ace::WeakPtr<OHOS::Ace::NG::UINode>& customNode, OHOS::Ace::RefPtr<OHOS::Ace::NG::UINode>& node) CreateNodeByIndex() argument
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h84 MOCK_METHOD2(CloseCustomDialog, void(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)> &&callback));
88 MOCK_METHOD2(CloseCustomDialogNG, void(const WeakPtr<NG::UINode>& node, std::function<void(int32_t)>&& callback));
89 MOCK_METHOD3(UpdateCustomDialogNG, void(const WeakPtr<NG::UINode>& node, const DialogProperties& dialogProps,
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp266 auto node = GetInspectorNode(SelectElement::TypeId()); in GetRenderSelect() local
267 if (node) { in GetRenderSelect()
268 return AceType::DynamicCast<RenderSelect>(node); in GetRenderSelect()
H A Dimage_composed_element.cpp235 auto node = GetInspectorNode(ImageElement::TypeId()); in GetRenderImage() local
236 if (node) { in GetRenderImage()
237 return AceType::DynamicCast<RenderImage>(node); in GetRenderImage()
H A Dslider_composed_element.cpp198 auto node = GetInspectorNode(SliderElement::TypeId()); in GetRenderSlider() local
199 if (node) { in GetRenderSlider()
200 return AceType::DynamicCast<RenderSlider>(node); in GetRenderSlider()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.h130 void OnItemDeleted(UINode* node, const std::string& key) override;
158 NG::LazyForEachChild node, std::unordered_map<std::string, NG::LazyForEachCacheChild>& cachedItems) override
161 void FlushDirtyPropertyNodes(const RefPtr<UINode>& node);
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dirq.c204 struct list_head *node, *next; in irq_process_work_list() local
211 list_for_each_safe(node, next, &irq_entry->work_list) { in irq_process_work_list()
213 container_of(node, struct idxd_desc, list); in irq_process_work_list()
/kernel/linux/linux-5.10/drivers/dma/qcom/
H A Dhidma_dbg.c94 list_for_each_entry(mdesc, &mchan->prepared, node) in hidma_chan_show()
98 list_for_each_entry(mdesc, &mchan->active, node) in hidma_chan_show()
102 list_for_each_entry(mdesc, &mchan->completed, node) in hidma_chan_show()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-sun4i.c169 static int __init sun4i_timer_init(struct device_node *node) in sun4i_timer_init() argument
174 ret = timer_of_init(node, &to); in sun4i_timer_init()
195 node->name, timer_of_rate(&to), 350, 32, in sun4i_timer_init()
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/
H A Dsetup.c103 static void __init update_local_mac(struct device_node *node) in update_local_mac() argument
109 macaddr = of_get_property(node, "local-mac-address", &prop_len); in update_local_mac()
127 of_update_property(node, newmac); in update_local_mac()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbutils.c235 * RETURN: Pointer to a namespace node, null on failure
240 * the current prefix (scope) node as the search beginning point.
248 struct acpi_namespace_node *node = NULL; in acpi_db_local_ns_lookup() local
262 * (Uses root node as the search starting point) in acpi_db_local_ns_lookup()
267 NULL, &node); in acpi_db_local_ns_lookup()
274 return (node); in acpi_db_local_ns_lookup()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas.c83 INIT_LIST_HEAD(&vinst->node); in init_vas_instance()
139 list_add(&vinst->node, &vas_instances); in init_vas_instance()
185 vinst = list_entry(ent, struct vas_instance, node); in find_vas_instance()
/kernel/linux/linux-5.10/arch/mips/netlogic/common/
H A Dsmp.c66 /* node id is part of hwtid, and needed for send_ipi */ in nlm_send_ipi_single()
171 int num_cpus, i, ncore, node; in nlm_smp_setup() local
193 node = nlm_hwtid_to_node(i); in nlm_smp_setup()
194 cpumask_set_cpu(num_cpus, &nlm_get_node(node)->cpumask); in nlm_smp_setup()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dapic_numachip.c170 static void fixup_cpu_id(struct cpuinfo_x86 *c, int node) in fixup_cpu_id() argument
175 this_cpu_write(cpu_llc_id, node); in fixup_cpu_id()
183 c->phys_proc_id = node / nodes; in fixup_cpu_id()
/kernel/linux/linux-5.10/drivers/clk/davinci/
H A Dpll-da850.c142 void of_da850_pll0_init(struct device_node *node) in of_da850_pll0_init() argument
147 base = of_iomap(node, 0); in of_da850_pll0_init()
155 of_davinci_pll_init(NULL, node, &da850_pll0_info, in of_da850_pll0_init()
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-mtk.h168 int mtk_clk_register_gates(struct device_node *node,
172 int mtk_clk_register_gates_with_dev(struct device_node *node,
238 void mtk_clk_register_plls(struct device_node *node,

Completed in 21 milliseconds

1...<<181182183184185186187188189190>>...372