Home
last modified time | relevance | path

Searched refs:node (Results 501 – 525 of 6034) sorted by relevance

1...<<21222324252627282930>>...242

/linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c37 struct rb_node *node = client->objroot.rb_node; in nvkm_object_search() local
38 while (node) { in nvkm_object_search()
39 object = rb_entry(node, typeof(*object), node); in nvkm_object_search()
41 node = node->rb_left; in nvkm_object_search()
44 node = node->rb_right; in nvkm_object_search()
68 if (!RB_EMPTY_NODE(&object->node)) in nvkm_object_remove()
69 rb_erase(&object->node, &object->client->objroot); in nvkm_object_remove()
83 struct nvkm_object *this = rb_entry(*ptr, typeof(*this), node); in nvkm_object_insert()
95 rb_link_node(&object->node, parent, ptr); in nvkm_object_insert()
96 rb_insert_color(&object->node, &object->client->objroot); in nvkm_object_insert()
[all …]
/linux-6.15/drivers/hv/
H A Dhv_proc.c18 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() argument
56 pages[i] = alloc_pages_node(node, GFP_KERNEL, order); in hv_call_deposit_pages()
112 int hv_call_add_logical_proc(int node, u32 lp_index, u32 apic_id) in hv_call_add_logical_proc() argument
134 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_add_logical_proc()
147 ret = hv_call_deposit_pages(node, hv_current_partition_id, 1); in hv_call_add_logical_proc()
153 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp() argument
163 ret = hv_call_deposit_pages(node, partition_id, 90); in hv_call_create_vp()
177 input->proximity_domain_info = hv_numa_node_to_pxm_info(node); in hv_call_create_vp()
189 ret = hv_call_deposit_pages(node, partition_id, 1); in hv_call_create_vp()
/linux-6.15/Documentation/devicetree/bindings/power/reset/
H A Dsyscon-reboot.yaml16 mask defined in the reboot node. Default will be little endian mode, 32 bit
18 parental dt-node. So the SYSCON reboot node should be represented as a
19 sub-node of a "syscon", "simple-mfd" node. Though the regmap property
20 pointing to the system controller node is also supported.
42 Phandle to the register map node. This property is deprecated in favor of
43 the syscon-reboot node been a child of a system controller node.
/linux-6.15/drivers/dma/xilinx/
H A Dxilinx_dma.c721 node); in xilinx_axidma_alloc_tx_segment()
748 node); in xilinx_aximcdma_alloc_tx_segment()
1005 node); in xilinx_dma_get_residue()
1013 node); in xilinx_dma_get_residue()
1516 node); in xilinx_cdma_start_transfer()
1596 node); in xilinx_dma_start_transfer()
1957 node); in append_desc_queue()
1968 node); in append_desc_queue()
2263 node); in xilinx_dma_prep_slave_sg()
2368 node); in xilinx_dma_prep_dma_cyclic()
[all …]
/linux-6.15/net/bridge/
H A Dbr_multicast_eht.c49 while (node) { in br_multicast_eht_host_lookup()
57 node = node->rb_left; in br_multicast_eht_host_lookup()
59 node = node->rb_right; in br_multicast_eht_host_lookup()
85 while (node) { in br_multicast_eht_set_entry_lookup()
93 node = node->rb_left; in br_multicast_eht_set_entry_lookup()
95 node = node->rb_right; in br_multicast_eht_set_entry_lookup()
109 while (node) { in br_multicast_eht_set_lookup()
117 node = node->rb_left; in br_multicast_eht_set_lookup()
119 node = node->rb_right; in br_multicast_eht_set_lookup()
182 struct rb_node *node; in br_multicast_del_eht_set() local
[all …]
/linux-6.15/drivers/acpi/acpica/
H A Dacobject.h105 struct acpi_namespace_node *node; /* Link back to parent node */ member
110 struct acpi_namespace_node *node; /* Link back to parent node */ member
137 struct acpi_namespace_node *node; /* Containing namespace node */ member
144 struct acpi_namespace_node *node; /* Containing namespace node */ member
158 union acpi_operand_object *node; member
243 struct acpi_namespace_node *node; /* Link back to parent node */\
305 struct acpi_namespace_node *node; /* Parent device */ member
317 struct acpi_namespace_node *node; /* Parent device */ member
346 struct acpi_namespace_node *node; /* ref_of or Namepath */ member
436 struct acpi_namespace_node node; member
[all …]
/linux-6.15/fs/ocfs2/
H A Dreservations.c76 struct rb_node *node; in ocfs2_dump_resv() local
83 node = rb_first(&resmap->m_reservations); in ocfs2_dump_resv()
84 while (node) { in ocfs2_dump_resv()
92 node = rb_next(node); in ocfs2_dump_resv()
135 struct rb_node *node; in ocfs2_check_resmap() local
139 while (node) { in ocfs2_check_resmap()
170 node = rb_next(node); in ocfs2_check_resmap()
267 struct rb_node *node; in ocfs2_resmap_clear_all_resv() local
360 if (!node) in ocfs2_find_resv_lhs()
364 while (node) { in ocfs2_find_resv_lhs()
[all …]
/linux-6.15/drivers/interconnect/qcom/
H A Dbcm-voter.c64 struct qcom_icc_node *node; in bcm_aggregate_mask() local
72 node = bcm->nodes[i]; in bcm_aggregate_mask()
75 if (node->sum_avg[bucket] || node->max_peak[bucket]) { in bcm_aggregate_mask()
93 struct qcom_icc_node *node; in bcm_aggregate() local
101 node = bcm->nodes[i]; in bcm_aggregate()
103 node->buswidth * node->channels); in bcm_aggregate()
107 node->buswidth); in bcm_aggregate()
213 struct device_node *np, *node; in of_bcm_voter_get() local
227 node = of_parse_phandle(np, "qcom,bcm-voters", idx); in of_bcm_voter_get()
231 if (temp->np == node) { in of_bcm_voter_get()
[all …]
/linux-6.15/drivers/bus/
H A Dvexpress-config.c91 static void vexpress_config_find_prop(struct device_node *node, in vexpress_config_find_prop() argument
97 of_node_get(node); in vexpress_config_find_prop()
98 while (node) { in vexpress_config_find_prop()
99 if (of_property_read_u32(node, name, val) == 0) { in vexpress_config_find_prop()
100 of_node_put(node); in vexpress_config_find_prop()
103 node = of_get_next_parent(node); in vexpress_config_find_prop()
110 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo()
115 vexpress_config_find_prop(node, "arm,vexpress,position", position); in vexpress_config_get_topo()
116 vexpress_config_find_prop(node, "arm,vexpress,dcc", dcc); in vexpress_config_get_topo()
354 struct device_node *node; in vexpress_syscfg_probe() local
[all …]
/linux-6.15/scripts/gcc-plugins/
H A Dstackleak_plugin.c58 cgraph_node_ptr node; in add_stack_tracking_gcall() local
71 node = cgraph_get_create_node(track_function_decl); in add_stack_tracking_gcall()
72 gcc_assert(node); in add_stack_tracking_gcall()
91 varpool_node_ptr node; in get_current_stack_pointer_decl() local
93 FOR_EACH_VARIABLE(node) { in get_current_stack_pointer_decl()
94 tree var = NODE_DECL(node); in get_current_stack_pointer_decl()
438 if (TREE_STRING_LENGTH(node) < length) in string_equal()
440 if (TREE_STRING_LENGTH(node) > length + 1) in string_equal()
442 if (TREE_STRING_LENGTH(node) == length + 1 && in string_equal()
443 TREE_STRING_POINTER(node)[length] != '\0') in string_equal()
[all …]
/linux-6.15/arch/arm64/boot/dts/apple/
H A Dt6002-j375d.dts43 /delete-node/ &ps_atc2_usb_aon_die1;
44 /delete-node/ &ps_atc2_usb_die1;
46 /delete-node/ &ps_atc3_usb_aon_die1;
47 /delete-node/ &ps_atc3_usb_die1;
49 /delete-node/ &ps_disp0_cpu0_die1;
50 /delete-node/ &ps_disp0_fe_die1;
/linux-6.15/arch/x86/include/asm/
H A Dpci.h16 int node; /* NUMA node */ member
112 return to_pci_sysdata(bus)->node; in __pcibus_to_node()
118 int node; in cpumask_of_pcibus() local
120 node = __pcibus_to_node(bus); in cpumask_of_pcibus()
121 return (node == NUMA_NO_NODE) ? cpu_online_mask : in cpumask_of_pcibus()
122 cpumask_of_node(node); in cpumask_of_pcibus()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c630 return node; in mwifiex_get_sta_entry()
643 return node; in mwifiex_get_tdls_sta_entry()
710 if (node) in mwifiex_add_sta_entry()
713 node = kzalloc(sizeof(*node), GFP_ATOMIC); in mwifiex_add_sta_entry()
714 if (!node) in mwifiex_add_sta_entry()
722 return node; in mwifiex_add_sta_entry()
762 if (node) { in mwifiex_del_sta_entry()
763 list_del(&node->list); in mwifiex_del_sta_entry()
764 kfree(node); in mwifiex_del_sta_entry()
779 list_del(&node->list); in mwifiex_del_all_sta_list()
[all …]
/linux-6.15/drivers/memory/tegra/
H A Dmc.c420 struct device_node *node) in load_one_timing() argument
444 node); in load_one_timing()
490 err = load_timings(mc, node); in tegra_mc_setup_timings()
756 struct icc_node *node; in tegra_mc_icc_xlate() local
759 if (node->id == spec->args[0]) in tegra_mc_icc_xlate()
760 return node; in tegra_mc_icc_xlate()
815 struct icc_node *node; in tegra_mc_interconnect_setup() local
836 if (IS_ERR(node)) in tegra_mc_interconnect_setup()
837 return PTR_ERR(node); in tegra_mc_interconnect_setup()
850 if (IS_ERR(node)) { in tegra_mc_interconnect_setup()
[all …]
/linux-6.15/drivers/irqchip/
H A Dirq-or1k-pic.c141 static int __init or1k_pic_init(struct device_node *node, in or1k_pic_init() argument
147 root_domain = irq_domain_add_linear(node, 32, &or1k_irq_domain_ops, in or1k_pic_init()
155 static int __init or1k_pic_or1200_init(struct device_node *node, in or1k_pic_or1200_init() argument
158 return or1k_pic_init(node, &or1k_pic_or1200); in or1k_pic_or1200_init()
163 static int __init or1k_pic_level_init(struct device_node *node, in or1k_pic_level_init() argument
166 return or1k_pic_init(node, &or1k_pic_level); in or1k_pic_level_init()
171 static int __init or1k_pic_edge_init(struct device_node *node, in or1k_pic_edge_init() argument
174 return or1k_pic_init(node, &or1k_pic_edge); in or1k_pic_edge_init()
/linux-6.15/drivers/cpuidle/
H A Dcpuidle-psci-domain.c27 struct device_node *node; member
93 pd_provider->node = of_node_get(np); in psci_pd_init()
117 of_genpd_del_provider(pd_provider->node); in psci_pd_remove()
119 genpd = of_genpd_remove_last(pd_provider->node); in psci_pd_remove()
123 of_node_put(pd_provider->node); in psci_pd_remove()
156 for_each_child_of_node_scoped(np, node) { in psci_cpuidle_domain_probe()
157 if (!of_property_present(node, "#power-domain-cells")) in psci_cpuidle_domain_probe()
160 ret = psci_pd_init(node, use_osi); in psci_cpuidle_domain_probe()
/linux-6.15/drivers/misc/vmw_vmci/
H A Dvmci_event.c28 struct list_head node; /* on one of subscriber lists */ member
51 list_for_each_entry_safe(cur, p2, &subscriber_array[e], node) { in vmci_event_exit()
59 list_del(&cur->node); in vmci_event_exit()
74 list_for_each_entry(cur, &subscriber_array[e], node) { in event_find()
96 list_for_each_entry_rcu(cur, subscriber_list, node) { in event_deliver()
162 INIT_LIST_HEAD(&sub->node); in vmci_event_subscribe()
183 list_add_rcu(&sub->node, &subscriber_array[event]); in vmci_event_subscribe()
210 list_del_rcu(&s->node); in vmci_event_unsubscribe()
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-ast2600-evb-a1.dts10 /delete-node/regulator-vcc-sdhci0;
11 /delete-node/regulator-vcc-sdhci1;
12 /delete-node/regulator-vccq-sdhci0;
13 /delete-node/regulator-vccq-sdhci1;
16 /delete-node/ &sdc;
/linux-6.15/drivers/clk/
H A Dclk-vt8500.c228 const char *clk_name = node->name; in vtwm_device_clk_init()
243 rc = of_property_read_u32(node, "enable-reg", &en_reg); in vtwm_device_clk_init()
255 rc = of_property_read_u32(node, "divisor-reg", &div_reg); in vtwm_device_clk_init()
289 parent_name = of_clk_get_parent_name(node, 0); in vtwm_device_clk_init()
678 const char *clk_name = node->name; in vtwm_pll_clk_init()
686 rc = of_property_read_u32(node, "reg", &reg); in vtwm_pll_clk_init()
703 parent_name = of_clk_get_parent_name(node, 0); in vtwm_pll_clk_init()
724 vtwm_pll_clk_init(node, PLL_TYPE_VT8500); in vt8500_pll_init()
730 vtwm_pll_clk_init(node, PLL_TYPE_WM8650); in wm8650_pll_init()
736 vtwm_pll_clk_init(node, PLL_TYPE_WM8750); in wm8750_pll_init()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dcm.c45 struct rb_node node; member
159 while (node) { in id_map_find_by_sl_id()
161 rb_entry(node, struct id_map_entry, node); in id_map_find_by_sl_id()
164 node = node->rb_left; in id_map_find_by_sl_id()
166 node = node->rb_right; in id_map_find_by_sl_id()
168 node = node->rb_left; in id_map_find_by_sl_id()
170 node = node->rb_right; in id_map_find_by_sl_id()
212 rb_replace_node(&ent->node, &new->node, sl_id_map); in sl_id_map_add()
552 struct id_map_entry, node); in mlx4_ib_cm_paravirt_clean()
554 rb_erase(&ent->node, sl_id_map); in mlx4_ib_cm_paravirt_clean()
[all …]
/linux-6.15/lib/
H A Dgroup_cpus.c48 int node; in alloc_node_to_cpumask() local
54 for (node = 0; node < nr_node_ids; node++) { in alloc_node_to_cpumask()
55 if (!zalloc_cpumask_var(&masks[node], GFP_KERNEL)) in alloc_node_to_cpumask()
62 while (--node >= 0) in alloc_node_to_cpumask()
63 free_cpumask_var(masks[node]); in alloc_node_to_cpumask()
70 int node; in free_node_to_cpumask() local
72 for (node = 0; node < nr_node_ids; node++) in free_node_to_cpumask()
73 free_cpumask_var(masks[node]); in free_node_to_cpumask()
/linux-6.15/tools/testing/shared/
H A Dlinux.c93 cachep->objs = node->parent; in kmem_cache_alloc_lru()
95 node->parent = NULL; in kmem_cache_alloc_lru()
96 p = node; in kmem_cache_alloc_lru()
127 struct radix_tree_node *node = objp; in __kmem_cache_free_locked() local
129 node->parent = cachep->objs; in __kmem_cache_free_locked()
130 cachep->objs = node; in __kmem_cache_free_locked()
175 struct radix_tree_node *node; in kmem_cache_alloc_bulk() local
184 node = cachep->objs; in kmem_cache_alloc_bulk()
186 cachep->objs = node->parent; in kmem_cache_alloc_bulk()
187 p[i] = node; in kmem_cache_alloc_bulk()
[all …]
/linux-6.15/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c365 ret = of_property_read_u32(node, "reg", &id); in scpsys_add_one_domain()
368 node, ret); in scpsys_add_one_domain()
395 node); in scpsys_add_one_domain()
418 num_clks = of_clk_get_parent_count(node); in scpsys_add_one_domain()
443 clk = of_clk_get(node, i); in scpsys_add_one_domain()
455 clk = of_clk_get(node, i + clk_ind); in scpsys_add_one_domain()
496 pd->genpd.name = node->name; in scpsys_add_one_domain()
660 struct device_node *node; in scpsys_probe() local
700 of_node_put(node); in scpsys_probe()
704 ret = scpsys_add_subdomain(scpsys, node); in scpsys_probe()
[all …]
/linux-6.15/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c152 struct list_head node; member
163 struct list_head node; member
348 list_del(&hp_cpu->node); in destroy_per_cpu_handlers()
353 node); in destroy_per_cpu_handlers()
368 list_del(&handler->node); in destroy_per_cpu_handlers()
454 struct hp_handler, node); in init_phase2()
457 hp_cpu->iterator->node.next, in init_phase2()
458 struct hp_handler, node); in init_phase2()
497 struct hp_handler, node); in init_phase3()
500 hp_cpu->iterator->node.next, in init_phase3()
[all …]
/linux-6.15/drivers/clk/mvebu/
H A Dclk-corediv.c251 mvebu_corediv_clk_init(struct device_node *node, in mvebu_corediv_clk_init() argument
262 base = of_iomap(node, 0); in mvebu_corediv_clk_init()
266 parent_name = of_clk_get_parent_name(node, 0); in mvebu_corediv_clk_init()
284 of_property_read_string_index(node, "clock-output-names", in mvebu_corediv_clk_init()
302 of_clk_add_provider(node, of_clk_src_onecell_get, &clk_data); in mvebu_corediv_clk_init()
311 static void __init armada370_corediv_clk_init(struct device_node *node) in armada370_corediv_clk_init() argument
313 return mvebu_corediv_clk_init(node, &armada370_corediv_soc); in armada370_corediv_clk_init()
318 static void __init armada375_corediv_clk_init(struct device_node *node) in armada375_corediv_clk_init() argument
320 return mvebu_corediv_clk_init(node, &armada375_corediv_soc); in armada375_corediv_clk_init()
327 return mvebu_corediv_clk_init(node, &armada380_corediv_soc); in armada380_corediv_clk_init()
[all …]

1...<<21222324252627282930>>...242