/linux-6.14.4/fs/nfs/blocklayout/ |
D | extent_tree.c | 13 ext_node(struct rb_node *node) in ext_node() 21 struct rb_node *node = rb_first(root); in ext_tree_first() local 28 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local 35 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local 48 struct rb_node *node = root->rb_node; in __ext_tree_search() local 325 struct rb_node *node; in __ext_tree_lookup() local
|
/linux-6.14.4/drivers/memory/ |
D | mvebu-devbus.c | 87 struct device_node *node, in get_timing_param_ps() 109 struct device_node *node, in devbus_get_timing_params() 196 struct device_node *node, in devbus_orion_set_timing_params() 229 struct device_node *node, in devbus_armada_set_timing_params() 266 struct device_node *node = pdev->dev.of_node; in mvebu_devbus_probe() local
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | dbdisply.c | 144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local 354 struct acpi_namespace_node *node; in acpi_db_display_method_info() local 508 struct acpi_namespace_node *node; in acpi_db_display_results() local 561 struct acpi_namespace_node *node; in acpi_db_display_calling_tree() local 1059 struct acpi_namespace_node *node = in acpi_db_display_non_root_handlers() local
|
D | acobject.h | 105 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 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 472 struct acpi_namespace_node node; member
|
D | nsxfname.c | 50 struct acpi_namespace_node *node = NULL; in acpi_get_handle() local 229 struct acpi_namespace_node *node; in acpi_get_object_info() local 482 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
D | nsinit.c | 265 struct acpi_namespace_node *node = in acpi_ns_init_one_package() local 323 struct acpi_namespace_node *node = in acpi_ns_init_one_object() local 455 struct acpi_namespace_node *node; in acpi_ns_find_ini_methods() local
|
/linux-6.14.4/mm/ |
D | shmem_quota.c | 47 struct rb_node node; member 98 struct rb_node *node; in shmem_free_file_info() local 117 struct rb_node *node; in shmem_get_next_id() local 268 struct rb_node *node; in shmem_release_dquot() local
|
/linux-6.14.4/Documentation/sphinx/ |
D | kfigure.py | 102 def pass_handle(self, node): # pylint: disable=W0613 argument 430 def visit_kernel_image(self, node): # pylint: disable=W0613 argument 467 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument 505 def visit_kernel_render(self, node): argument
|
/linux-6.14.4/drivers/irqchip/ |
D | irq-aspeed-scu-ic.c | 144 struct device_node *node) in aspeed_scu_ic_of_init_common() 187 static int __init aspeed_scu_ic_of_init(struct device_node *node, in aspeed_scu_ic_of_init() 203 static int __init aspeed_ast2600_scu_ic0_of_init(struct device_node *node, in aspeed_ast2600_scu_ic0_of_init() 219 static int __init aspeed_ast2600_scu_ic1_of_init(struct device_node *node, in aspeed_ast2600_scu_ic1_of_init()
|
/linux-6.14.4/include/linux/ |
D | union_find.h | 20 #define UF_INIT_NODE(node) {.parent = &node, .rank = 0} argument 29 static inline void uf_node_init(struct uf_node *node) in uf_node_init()
|
D | timerqueue.h | 30 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init() 35 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued()
|
D | xarray.h | 1190 #define XA_NODE_BUG_ON(node, x) do { \ argument 1198 #define XA_NODE_BUG_ON(node, x) do { } while (0) argument 1217 const struct xa_node *node, unsigned int offset) in xa_entry() 1226 const struct xa_node *node, unsigned int offset) in xa_entry_locked() 1235 const struct xa_node *node) in xa_parent() 1243 const struct xa_node *node) in xa_parent_locked() 1250 static inline void *xa_mk_node(const struct xa_node *node) in xa_mk_node() 1482 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() 1488 static inline bool xas_frozen(struct xa_node *node) in xas_frozen() 1494 static inline bool xas_top(struct xa_node *node) in xas_top() [all …]
|
/linux-6.14.4/net/tipc/ |
D | group.c | 69 u32 node; member 233 u32 node, u32 port) in tipc_group_find_member() 253 u32 node, u32 port) in tipc_group_find_dest() 264 u32 node) in tipc_group_find_node() 303 u32 node, u32 port, in tipc_group_create_member() 331 void tipc_group_add_member(struct tipc_group *grp, u32 node, in tipc_group_add_member() 504 u32 node, port; in tipc_group_filter_msg() local 588 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node, in tipc_group_update_rcv_win() 745 u32 node = msg_orignode(hdr); in tipc_group_proto_rcv() local 864 u32 node = evt->port.node; in tipc_group_member_evt() local
|
/linux-6.14.4/arch/x86/kernel/ |
D | kdebugfs.c | 32 struct setup_data_node *node = file->private_data; in setup_data_read() local 77 struct setup_data_node *node) in create_setup_data_node() 92 struct setup_data_node *node; in create_setup_data_nodes() local
|
/linux-6.14.4/drivers/gpu/drm/etnaviv/ |
D | etnaviv_mmu.c | 138 struct drm_mm_node *node, size_t size) in etnaviv_iommu_find_iova() 220 struct drm_mm_node *node, size_t size, u64 va) in etnaviv_iommu_insert_exact() 269 struct drm_mm_node *node; in etnaviv_iommu_map_gem() local 417 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_get_suballoc_va() local 449 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_put_suballoc_va() local
|
/linux-6.14.4/drivers/i2c/busses/ |
D | i2c-mpc.c | 237 static int mpc_i2c_get_fdr_52xx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_52xx() 272 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 294 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 302 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 328 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 422 static int mpc_i2c_get_fdr_8xxx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_8xxx() 455 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx() 480 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx()
|
/linux-6.14.4/net/xdp/ |
D | xskmap.c | 18 struct xsk_map_node *node; in xsk_map_node_alloc() local 33 static void xsk_map_node_free(struct xsk_map_node *node) in xsk_map_node_free() 42 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 168 struct xsk_map_node *node; in xsk_map_update_elem() local
|
/linux-6.14.4/arch/x86/events/intel/ |
D | uncore_discovery.c | 36 int node = pcibus_to_node(dev->bus); in get_device_die_id() local 68 struct rb_node *node = rb_find(&type_id, &discovery_tables, __type_cmp); in search_uncore_discovery_type() local 197 struct rb_node *node; in uncore_find_unit() local 208 void uncore_find_add_unit(struct intel_uncore_discovery_unit *node, in uncore_find_add_unit() 225 struct intel_uncore_discovery_unit *node; in uncore_insert_box_info() local 397 struct rb_node *node; in intel_uncore_clear_discovery_tables() local 700 struct rb_node *node; in intel_uncore_generic_init_uncores() local
|
/linux-6.14.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.c | 41 struct drm_mm_node *node, u64 size, in i915_gem_stolen_insert_node_in_range() 63 struct drm_mm_node *node, u64 size, in i915_gem_stolen_insert_node() 73 struct drm_mm_node *node) in i915_gem_stolen_remove_node() 1020 const struct drm_mm_node *node) in i915_gem_stolen_node_address() 1025 bool i915_gem_stolen_node_allocated(const struct drm_mm_node *node) in i915_gem_stolen_node_allocated() 1030 u64 i915_gem_stolen_node_offset(const struct drm_mm_node *node) in i915_gem_stolen_node_offset() 1035 u64 i915_gem_stolen_node_size(const struct drm_mm_node *node) in i915_gem_stolen_node_size()
|
/linux-6.14.4/fs/btrfs/ |
D | misc.h | 71 struct rb_node *node = root->rb_node; in rb_simple_search() local 99 struct rb_node *node = root->rb_node, *ret = NULL; in rb_simple_search_first() local 123 struct rb_node *node) in rb_simple_insert()
|
/linux-6.14.4/arch/x86/mm/ |
D | srat.c | 30 int pxm, node; in acpi_numa_x2apic_affinity_init() local 67 int pxm, node; in acpi_numa_processor_affinity_init() local
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | secure_boot.c | 25 struct device_node *node; in is_ppc_secureboot_enabled() local 49 struct device_node *node; in is_ppc_trustedboot_enabled() local
|
/linux-6.14.4/drivers/clk/sunxi/ |
D | clk-factors.c | 176 static struct clk *__sunxi_factors_register(struct device_node *node, in __sunxi_factors_register() 272 struct clk *sunxi_factors_register(struct device_node *node, in sunxi_factors_register() 280 struct clk *sunxi_factors_register_critical(struct device_node *node, in sunxi_factors_register_critical() 288 void sunxi_factors_unregister(struct device_node *node, struct clk *clk) in sunxi_factors_unregister()
|
/linux-6.14.4/drivers/clk/ |
D | clk-highbank.c | 262 static void __init hb_clk_init(struct device_node *node, const struct clk_ops *ops, unsigned long c… in hb_clk_init() 306 static void __init hb_pll_init(struct device_node *node) in hb_pll_init() 312 static void __init hb_a9periph_init(struct device_node *node) in hb_a9periph_init() 318 static void __init hb_a9bus_init(struct device_node *node) in hb_a9bus_init() 324 static void __init hb_emmc_init(struct device_node *node) in hb_emmc_init()
|
/linux-6.14.4/drivers/pinctrl/ |
D | core.h | 53 struct list_head node; member 88 struct list_head node; member 103 struct list_head node; member 142 struct list_head node; member 191 struct list_head node; member
|