/linux-6.15/arch/sparc/kernel/ |
D | pcic.c | 293 phandle node; in pcic_probe() local 451 phandle node = prom_getchild(pbm->prom_node); in pdev_to_pnode() local 472 struct pci_dev *dev, int node) in pcic_map_pci_device() 531 pcic_fill_irq(struct linux_pcic *pcic, struct pci_dev *dev, int node) in pcic_fill_irq() 607 int node; in pcibios_fixup_bus() local
|
/linux-6.15/drivers/clk/socfpga/ |
D | clk-gate-a10.c | 42 static void __init __socfpga_gate_init(struct device_node *node, in __socfpga_gate_init() 118 void __init socfpga_a10_gate_init(struct device_node *node) in socfpga_a10_gate_init()
|
/linux-6.15/drivers/clk/mediatek/ |
D | clk-mt8135-apmixedsys.c | 53 struct device_node *node = pdev->dev.of_node; in clk_mt8135_apmixed_probe() local 80 struct device_node *node = pdev->dev.of_node; in clk_mt8135_apmixed_remove() local
|
D | clk-mt7629.c | 551 struct device_node *node = pdev->dev.of_node; in mtk_topckgen_init() local 580 struct device_node *node = pdev->dev.of_node; in mtk_infrasys_init() local 602 struct device_node *node = pdev->dev.of_node; in mtk_pericfg_init() local 631 struct device_node *node = pdev->dev.of_node; in mtk_apmixedsys_init() local
|
/linux-6.15/arch/x86/kernel/cpu/ |
D | hygon.c | 28 int i, node; in nearby_node() local 48 int node; in srat_detect_node() local
|
/linux-6.15/drivers/usb/core/ |
D | of.c | 27 struct device_node *node; in usb_of_get_device_node() local 167 struct device_node *node; in usb_of_get_interface_node() local
|
/linux-6.15/fs/ocfs2/cluster/ |
D | tcp.c | 134 u32 msgkey, struct task_struct *task, u8 node) in o2net_init_nst() 411 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc() 1002 int node, ret; in o2net_fill_node_map() local 1553 struct o2nm_node *node = NULL, *mynode = NULL; in o2net_start_connect() local 1694 void o2net_disconnect_node(struct o2nm_node *node) in o2net_disconnect_node() 1712 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_down_cb() 1726 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_up_cb() 1784 struct o2nm_node *node = NULL; in o2net_accept_one() local 2032 int o2net_start_listening(struct o2nm_node *node) in o2net_start_listening() 2059 void o2net_stop_listening(struct o2nm_node *node) in o2net_stop_listening() [all …]
|
/linux-6.15/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 524 static int __init radix_dt_scan_page_sizes(unsigned long node, in radix_dt_scan_page_sizes() 989 int __meminit vmemmap_check_pmd(pmd_t *pmdp, int node, in vmemmap_check_pmd() 1000 void __meminit vmemmap_set_pmd(pmd_t *pmdp, void *p, int node, in vmemmap_set_pmd() 1015 int node, in radix__vmemmap_pte_populate() 1062 static inline pud_t *vmemmap_pud_alloc(p4d_t *p4dp, int node, in vmemmap_pud_alloc() 1079 static inline pmd_t *vmemmap_pmd_alloc(pud_t *pudp, int node, in vmemmap_pmd_alloc() 1095 static inline pte_t *vmemmap_pte_alloc(pmd_t *pmdp, int node, in vmemmap_pte_alloc() 1113 int __meminit radix__vmemmap_populate(unsigned long start, unsigned long end, int node, in radix__vmemmap_populate() 1212 static pte_t * __meminit radix__vmemmap_populate_address(unsigned long addr, int node, in radix__vmemmap_populate_address() 1246 unsigned long pfn_offset, int node) in vmemmap_compound_tail_page() [all …]
|
/linux-6.15/drivers/iommu/iommufd/ |
D | io_pagetable.h | 40 struct interval_tree_node node; member 54 struct interval_tree_node node; member 58 struct interval_tree_node node; member 252 struct interval_tree_node node; member
|
/linux-6.15/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 105 struct opa_vnic_mac_tbl_node *node; in opa_vnic_free_mac_tbl() local 155 struct opa_vnic_mac_tbl_node *node; in opa_vnic_query_mac_tbl() local 207 struct opa_vnic_mac_tbl_node *node, *new_node; in opa_vnic_update_mac_tbl() local 301 struct opa_vnic_mac_tbl_node *node; in opa_vnic_chk_mac_tbl() local
|
/linux-6.15/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 9 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) argument 70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) argument 86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) argument 124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0) argument
|
/linux-6.15/net/netfilter/ |
D | nft_set_rbtree.c | 27 struct rb_node node; member 312 struct rb_node *node, *next, *parent, **p, *first = NULL; in __nft_rbtree_insert() local 595 struct rb_node *node; in nft_rbtree_walk() local 629 struct rb_node *node, *next; in nft_rbtree_gc() local 711 struct rb_node *node; in nft_rbtree_destroy() local 774 struct rb_node *node; in nft_rbtree_adjust_maxsize() local
|
/linux-6.15/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 22 #define ORIG_TYPE_NAME(node) \ argument 54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr() 97 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr() 107 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr() 405 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct() 630 struct varpool_node *node; in check_global_variables() local
|
/linux-6.15/fs/nfs/ |
D | pnfs_dev.c | 291 nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_available() 301 nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_unavailable() 311 nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_test_deviceid_unavailable()
|
/linux-6.15/kernel/ |
D | async.c | 151 void *data, int node, in __async_schedule_node_domain() 201 int node, struct async_domain *domain) in async_schedule_node_domain() 242 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
|
/linux-6.15/tools/lib/perf/include/internal/ |
D | evsel.h | 18 struct list_head node; member 45 struct hlist_node node; member 92 struct list_head node; member
|
/linux-6.15/drivers/base/ |
D | arch_numa.c | 44 const struct cpumask *cpumask_of_node(int node) in cpumask_of_node() 102 int node; in setup_node_to_cpumask_map() local 356 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable) in debug_cpumask_set_cpu()
|
/linux-6.15/drivers/i2c/busses/ |
D | i2c-powermac.c | 201 struct device_node *node) in i2c_powermac_get_addr() 270 struct device_node *node, in i2c_powermac_get_type() 310 struct device_node *node; in i2c_powermac_register_devices() local
|
/linux-6.15/drivers/gpu/drm/nouveau/ |
D | nouveau_debugfs.c | 40 struct drm_info_node *node = (struct drm_info_node *) m->private; in nouveau_debugfs_vbios_image() local 52 struct drm_info_node *node = m->private; in nouveau_debugfs_strap_peek() local 222 struct drm_info_node *node = (struct drm_info_node *) m->private; in nouveau_debugfs_gpuva() local
|
/linux-6.15/arch/mips/sgi-ip27/ |
D | ip27-memory.c | 319 nasid_t node; in szmem() local 350 static void __init node_mem_init(nasid_t node) in node_mem_init() 394 nasid_t node; in prom_meminit() local
|
/linux-6.15/kernel/power/ |
D | wakelock.c | 29 struct rb_node node; member 40 struct rb_node *node; in pm_show_wakelocks() local 150 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
|
/linux-6.15/drivers/acpi/acpica/ |
D | evregion.c | 563 struct acpi_namespace_node *node; in acpi_ev_execute_reg_method() local 688 acpi_ev_execute_reg_methods(struct acpi_namespace_node *node, u32 max_depth, in acpi_ev_execute_reg_methods() 757 struct acpi_namespace_node *node; in acpi_ev_reg_run() local
|
/linux-6.15/include/linux/ |
D | irqbypass.h | 46 struct list_head node; member 72 struct list_head node; member
|
/linux-6.15/drivers/soc/ti/ |
D | knav_qmss_queue.c | 762 struct list_head *node; in knav_pool_create() local 1065 static const char *knav_queue_find_name(struct device_node *node) in knav_queue_find_name() 1077 struct device_node *node) in knav_queue_setup_regions() 1139 struct device_node *node = pdev->dev.of_node; in knav_get_link_ram() local 1210 struct device_node *node) in knav_setup_queue_range() 1307 struct device_node *node) in knav_setup_queue_pools() 1374 struct device_node *node, int index) in knav_queue_map_reg() 1395 struct device_node *node) in knav_queue_init_qmgrs() 1681 struct device_node *node) in knav_queue_setup_pdsps() 1786 struct device_node *node = pdev->dev.of_node; in knav_queue_probe() local
|
/linux-6.15/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 168 struct node { struct 169 struct node *parent; argument 170 struct node *left; argument 171 struct node *right; argument 179 * Points to root node of the binary search argument
|