Home
last modified time | relevance | path

Searched refs:node (Results 1851 – 1875 of 6034) sorted by relevance

1...<<71727374757677787980>>...242

/linux-6.15/mm/
H A Dmmu_notifier.c100 struct interval_tree_node *node; in mn_itree_inv_start_range() local
105 node = interval_tree_iter_first(&subscriptions->itree, range->start, in mn_itree_inv_start_range()
107 if (node) { in mn_itree_inv_start_range()
109 res = container_of(node, struct mmu_interval_notifier, in mn_itree_inv_start_range()
122 struct interval_tree_node *node; in mn_itree_inv_next() local
124 node = interval_tree_iter_next(&interval_sub->interval_tree, in mn_itree_inv_next()
126 if (!node) in mn_itree_inv_next()
128 return container_of(node, struct mmu_interval_notifier, interval_tree); in mn_itree_inv_next()
/linux-6.15/net/caif/
H A Dcfcnfg.c30 struct list_head node; member
138 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyinfo_rcu()
154 list_for_each_entry_rcu(phy, &cnfg->phys, node) { in cfcnfg_get_phyid()
162 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyid()
173 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_id_from_ifi()
516 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_add_phy_layer()
582 list_del_rcu(&phyinfo->node); in cfcnfg_del_phy_layer()
588 list_add_rcu(&phyinfo->node, &cnfg->phys); in cfcnfg_del_phy_layer()
/linux-6.15/drivers/memory/tegra/
H A Dtegra20.c374 static int tegra20_mc_icc_aggreate(struct icc_node *node, u32 tag, u32 avg_bw, in tegra20_mc_icc_aggreate() argument
398 struct icc_node *node; in tegra20_mc_of_icc_xlate_extended() local
400 list_for_each_entry(node, &mc->provider.nodes, node_list) { in tegra20_mc_of_icc_xlate_extended()
401 if (node->id != idx) in tegra20_mc_of_icc_xlate_extended()
408 ndata->node = node; in tegra20_mc_of_icc_xlate_extended()
411 if (strstarts(node->name, "display") || in tegra20_mc_of_icc_xlate_extended()
412 strstarts(node->name, "vi")) in tegra20_mc_of_icc_xlate_extended()
/linux-6.15/fs/nfs/blocklayout/
H A Ddev.c104 container_of(d, struct pnfs_block_dev, node); in bl_free_deviceid_node()
107 kfree_rcu(dev, node.rcu); in bl_free_deviceid_node()
538 struct nfs4_deviceid_node *node = NULL; in bl_alloc_deviceid_node() local
576 node = &top->node; in bl_alloc_deviceid_node()
577 nfs4_init_deviceid_node(node, server, &pdev->dev_id); in bl_alloc_deviceid_node()
579 nfs4_mark_deviceid_unavailable(node); in bl_alloc_deviceid_node()
586 return node; in bl_alloc_deviceid_node()
/linux-6.15/tools/perf/util/
H A Dconfig.c626 list_for_each_entry(section, sections, node) in find_section()
638 list_for_each_entry(item, &section->items, node) in find_config_item()
661 list_add_tail(&section->node, sections); in add_section()
680 list_add_tail(&item->node, &section->items); in add_config_item()
870 list_for_each_entry_safe(item, tmp, &section->items, node) { in perf_config_section__purge()
871 list_del_init(&item->node); in perf_config_section__purge()
887 list_for_each_entry_safe(section, tmp, &set->sections, node) { in perf_config_set__purge()
888 list_del_init(&section->node); in perf_config_set__purge()
/linux-6.15/block/
H A Dblk-throttle.c32 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node) argument
145 INIT_LIST_HEAD(&qn->node); in throtl_qnode_init()
164 if (list_empty(&qn->node)) { in throtl_qnode_add_bio()
165 list_add_tail(&qn->node, queued); in throtl_qnode_add_bio()
216 list_del_init(&qn->node); in throtl_pop_queued()
222 list_move_tail(&qn->node, queued); in throtl_pop_queued()
381 while (*node != NULL) { in tg_service_queue_add()
382 parent = *node; in tg_service_queue_add()
386 node = &parent->rb_left; in tg_service_queue_add()
388 node = &parent->rb_right; in tg_service_queue_add()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dmcg.c103 struct rb_node node; member
165 struct rb_node *node = ctx->mcg_table.rb_node; in mcast_find() local
169 while (node) { in mcast_find()
170 group = rb_entry(node, struct mcast_group, node); in mcast_find()
176 node = node->rb_left; in mcast_find()
178 node = node->rb_right; in mcast_find()
204 rb_link_node(&group->node, parent, link); in mcast_insert()
205 rb_insert_color(&group->node, &ctx->mcg_table); in mcast_insert()
461 rb_erase(&group->node, &ctx->mcg_table); in release_group()
1113 group = rb_entry(p, struct mcast_group, node); in _mlx4_ib_mcg_port_cleanup()
[all …]
/linux-6.15/arch/powerpc/platforms/pseries/
H A Diommu.c585 struct device_node *node; in iommu_table_setparms() local
595 node = phb->dn; in iommu_table_setparms()
691 if (!iommu_init_table(tbl, pci->phb->node, 0, 0)) in pci_dma_bus_setup_pSeries()
884 if (!iommu_init_table(tbl, ppci->phb->node, 0, 0)) in pci_dma_bus_setup_pSeriesLP()
915 if (!iommu_init_table(tbl, phb->node, 0, 0)) in pci_dma_dev_setup_pSeries()
1721 iommu_init_table(newtbl, pci->phb->node, in enable_ddw()
1889 iommu_init_table(tbl, pci->phb->node, 0, 0); in pci_dma_dev_setup_pSeriesLP()
2031 tbl = iommu_pseries_alloc_table(pci->phb->node); in pseries_setup_default_iommu_config()
2040 iommu_init_table(tbl, pci->phb->node, 0, 0); in pseries_setup_default_iommu_config()
2104 tbl = iommu_pseries_alloc_table(pci->phb->node); in spapr_tce_create_table()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c113 struct rb_node node; member
985 while (node) { in thread_atoms_search()
989 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()
993 node = node->rb_left; in thread_atoms_search()
995 node = node->rb_right; in thread_atoms_search()
1486 if (!node) in perf_sched__sort_lat()
1490 data = rb_entry(node, struct work_atoms, node); in perf_sched__sort_lat()
2334 if (node == NULL) in save_task_callchain()
2337 sym = node->ms.sym; in save_task_callchain()
2975 if (node == NULL) in callchain__fprintf_folded()
[all …]
/linux-6.15/arch/arm64/kvm/
H A Dmmu.c454 struct rb_node node; member
465 *node = &hyp_shared_pfns.rb_node; in find_shared_pfn()
467 while (**node) { in find_shared_pfn()
468 this = container_of(**node, struct hyp_shared_pfn, node); in find_shared_pfn()
469 *parent = **node; in find_shared_pfn()
471 *node = &((**node)->rb_left); in find_shared_pfn()
473 *node = &((**node)->rb_right); in find_shared_pfn()
483 struct rb_node **node, *parent; in share_pfn_hyp() local
502 rb_link_node(&this->node, parent, node); in share_pfn_hyp()
513 struct rb_node **node, *parent; in unshare_pfn_hyp() local
[all …]
/linux-6.15/arch/arm64/boot/dts/socionext/
H A Duniphier-pxs3-ref-gadget0.dts40 /delete-node/ &usb0_hsphy1;
41 /delete-node/ &usb0_ssphy1;
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8188-geralt-ciri-sku4.dts18 /delete-node/ amplifier@38;
19 /delete-node/ amplifier@39;
H A Dmt8188-geralt-ciri-sku7.dts18 /delete-node/ amplifier@38;
19 /delete-node/ amplifier@39;
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm47189-luxul-xap-1440.dts53 /delete-node/ fixed-link;
56 /delete-node/ switch@1e;
/linux-6.15/arch/arm64/boot/dts/hisilicon/
H A Dhip07-d05.dts16 /* the mem node will be updated by UEFI. */
20 numa-node-id = <0>;
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Ddm816x-phy.txt10 - syscon: phandle for the syscon node to access misc registers
12 - syscon: phandle for the syscon node to access misc registers
H A Dphy-lpc18xx-usb-otg.txt14 The phy node must be a child of the creg syscon node.
/linux-6.15/Documentation/devicetree/bindings/fsi/
H A Dibm,p9-scom.yaml14 Interconnect Bus). This node will always be a child of an FSI CFAM node.
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gsc_debugfs.c29 static struct xe_gsc *node_to_gsc(struct drm_info_node *node) in node_to_gsc() argument
31 return node->info_ent->data; in node_to_gsc()
H A Dxe_huc_debugfs.c29 static struct xe_huc *node_to_huc(struct drm_info_node *node) in node_to_huc() argument
31 return node->info_ent->data; in node_to_huc()
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dal,alpine-msix.txt9 - interrupt-controller: identifies the node as an interrupt controller
10 - msi-controller: identifies the node as an PCI Message Signaled Interrupt
/linux-6.15/drivers/accel/ivpu/
H A Divpu_mmu_context.h41 u64 size, struct drm_mm_node *node);
42 void ivpu_mmu_context_remove_node(struct ivpu_mmu_context *ctx, struct drm_mm_node *node);
/linux-6.15/arch/mips/include/asm/
H A Dpci.h73 struct device_node *node);
76 struct device_node *node) {} in pci_load_of_ranges() argument
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6s-dhcom-drc02.dts15 * DualLite for the Solo and disable one CPU node.
28 /delete-node/ cpu@1;
/linux-6.15/include/linux/
H A Ddca.h20 struct list_head node; member
27 struct list_head node; member

1...<<71727374757677787980>>...242