/Linux-v6.6/fs/hfsplus/ |
D | brec.c | 20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 66 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 182 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 359 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 464 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
/Linux-v6.6/fs/ocfs2/cluster/ |
D | nodemanager.c | 32 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local 71 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local 101 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local 118 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 124 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 158 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local 167 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node() 186 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_num_store() local 241 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_port_store() local 270 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_address_store() local [all …]
|
/Linux-v6.6/drivers/interconnect/ |
D | core.c | 169 struct icc_node *node = dst; in path_init() local 196 struct icc_node *n, *node = NULL; in path_find() local 265 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 326 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() 373 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 687 struct icc_node *node; in icc_set_bw() local 780 struct icc_node *node; in icc_put() local 807 struct icc_node *node; in icc_node_create_nolock() local 838 struct icc_node *node; in icc_node_create() local 856 struct icc_node *node; in icc_node_destroy() local [all …]
|
/Linux-v6.6/drivers/clk/ |
D | clk-nspire.c | 63 static void __init nspire_ahbdiv_setup(struct device_node *node, in nspire_ahbdiv_setup() 90 static void __init nspire_ahbdiv_setup_cx(struct device_node *node) in nspire_ahbdiv_setup_cx() 95 static void __init nspire_ahbdiv_setup_classic(struct device_node *node) in nspire_ahbdiv_setup_classic() 105 static void __init nspire_clk_setup(struct device_node *node, in nspire_clk_setup() 137 static void __init nspire_clk_setup_cx(struct device_node *node) in nspire_clk_setup_cx() 142 static void __init nspire_clk_setup_classic(struct device_node *node) in nspire_clk_setup_classic()
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | dsmthdat.c | 216 struct acpi_namespace_node **node) in acpi_ds_method_data_get_node() 285 struct acpi_namespace_node *node; in acpi_ds_method_data_set_value() local 339 struct acpi_namespace_node *node; in acpi_ds_method_data_get_value() local 443 struct acpi_namespace_node *node; in acpi_ds_method_data_delete_value() local 504 struct acpi_namespace_node *node; in acpi_ds_store_object_to_local() local 655 struct acpi_namespace_node *node; in acpi_ds_method_data_get_type() local
|
D | nsnames.c | 30 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname() 52 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length() 87 struct acpi_namespace_node *node; in acpi_ns_handle_to_name() local 135 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local 193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, in acpi_ns_build_normalized_path() 289 char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node, in acpi_ns_get_normalized_pathname()
|
D | rsxface.c | 62 struct acpi_namespace_node *node; in acpi_rs_validate_parameters() local 126 struct acpi_namespace_node *node; in acpi_get_irq_routing_table() local 171 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 213 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 252 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 298 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
D | dbtest.c | 243 struct acpi_namespace_node *node; in acpi_db_test_one_object() local 388 acpi_db_test_integer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_integer_type() 490 acpi_db_test_buffer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_buffer_type() 616 acpi_db_test_string_type(struct acpi_namespace_node *node, u32 byte_length) in acpi_db_test_string_type() 706 static acpi_status acpi_db_test_package_type(struct acpi_namespace_node *node) in acpi_db_test_package_type() 808 acpi_db_read_from_object(struct acpi_namespace_node *node, in acpi_db_read_from_object() 892 acpi_db_write_to_object(struct acpi_namespace_node *node, in acpi_db_write_to_object() 975 struct acpi_namespace_node *node = in acpi_db_evaluate_one_predefined_name() local
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | intel_gt_buffer_pool.c | 30 static void node_free(struct intel_gt_buffer_pool_node *node) in node_free() 39 struct intel_gt_buffer_pool_node *node, *stale = NULL; in pool_free_older_than() local 100 struct intel_gt_buffer_pool_node *node = in pool_retire() local 125 void intel_gt_buffer_pool_mark_used(struct intel_gt_buffer_pool_node *node) in intel_gt_buffer_pool_mark_used() 143 struct intel_gt_buffer_pool_node *node; in node_create() local 175 struct intel_gt_buffer_pool_node *node; in intel_gt_get_buffer_pool() local
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | gk20a.c | 176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma() local 188 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_acquire_iommu() local 231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma() local 243 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_release_iommu() local 267 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_rd32() local 275 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_wr32() local 284 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_map() local 297 struct gk20a_instobj_dma *node = gk20a_instobj_dma(memory); in gk20a_instobj_dtor_dma() local 314 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_dtor_iommu() local 386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local [all …]
|
/Linux-v6.6/drivers/clk/sunxi/ |
D | clk-sun9i-core.c | 76 static void __init sun9i_a80_pll4_setup(struct device_node *node) in sun9i_a80_pll4_setup() 130 static void __init sun9i_a80_gt_setup(struct device_node *node) in sun9i_a80_gt_setup() 185 static void __init sun9i_a80_ahb_setup(struct device_node *node) in sun9i_a80_ahb_setup() 211 static void __init sun9i_a80_apb0_setup(struct device_node *node) in sun9i_a80_apb0_setup() 268 static void __init sun9i_a80_apb1_setup(struct device_node *node) in sun9i_a80_apb1_setup()
|
D | clk-simple-gates.c | 18 static void __init sunxi_simple_gates_setup(struct device_node *node, in sunxi_simple_gates_setup() 88 static void __init sunxi_simple_gates_init(struct device_node *node) in sunxi_simple_gates_init() 146 static void __init sun4i_a10_ahb_init(struct device_node *node) in sun4i_a10_ahb_init() 164 static void __init sun4i_a10_dram_init(struct device_node *node) in sun4i_a10_dram_init()
|
/Linux-v6.6/drivers/net/wireguard/selftest/ |
D | allowedips.c | 22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node() 97 struct horrible_allowedips_node *node; in horrible_allowedips_free() local 125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self() 138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4() 144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6() 153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered() 184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4() local 201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6() local 217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local 229 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local [all …]
|
/Linux-v6.6/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-v6.6/include/linux/ |
D | timerqueue.h | 10 struct rb_node node; member 41 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init() 46 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued() 51 static inline bool timerqueue_node_expires(struct timerqueue_node *node) in timerqueue_node_expires()
|
/Linux-v6.6/drivers/clk/bcm/ |
D | clk-bcm281xx.c | 333 static void __init kona_dt_root_ccu_setup(struct device_node *node) in kona_dt_root_ccu_setup() 338 static void __init kona_dt_aon_ccu_setup(struct device_node *node) in kona_dt_aon_ccu_setup() 343 static void __init kona_dt_hub_ccu_setup(struct device_node *node) in kona_dt_hub_ccu_setup() 348 static void __init kona_dt_master_ccu_setup(struct device_node *node) in kona_dt_master_ccu_setup() 353 static void __init kona_dt_slave_ccu_setup(struct device_node *node) in kona_dt_slave_ccu_setup()
|
D | clk-cygnus.c | 41 static void __init cygnus_armpll_init(struct device_node *node) in cygnus_armpll_init() 100 static void __init cygnus_genpll_clk_init(struct device_node *node) in cygnus_genpll_clk_init() 158 static void __init cygnus_lcpll0_clk_init(struct device_node *node) in cygnus_lcpll0_clk_init() 236 static void __init cygnus_mipipll_clk_init(struct device_node *node) in cygnus_mipipll_clk_init() 256 static void __init cygnus_asiu_init(struct device_node *node) in cygnus_asiu_init() 298 static void __init cygnus_audiopll_clk_init(struct device_node *node) in cygnus_audiopll_clk_init()
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_debugfs.c | 18 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_identify() local 35 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_mm() local 46 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_gfxpll_clock() local 58 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_benchmark() local 69 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_pdev_enable_io_mem() local
|
/Linux-v6.6/tools/perf/tests/ |
D | mem2node.c | 13 static struct node { struct 14 int node; argument 17 { .node = 0, .map = "0" }, argument
|
/Linux-v6.6/drivers/interconnect/imx/ |
D | imx.c | 31 static int imx_icc_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in imx_icc_get_bw() 39 static int imx_icc_node_set(struct icc_node *node) in imx_icc_node_set() 99 static void imx_icc_node_destroy(struct icc_node *node) in imx_icc_node_destroy() 118 struct icc_node *node) in imx_icc_node_init_qos() 169 struct icc_node *node; in imx_icc_node_add() local 210 struct icc_node *node, *tmp; in imx_icc_unregister_nodes() local 227 struct icc_node *node; in imx_icc_register_nodes() local
|
/Linux-v6.6/drivers/scsi/elx/efct/ |
D | efct_unsol.c | 24 struct efct_node *node; in efct_node_find() local 42 struct efct_node *node; in efct_dispatch_frame() local 221 efct_sframe_common_send(struct efct_node *node, in efct_sframe_common_send() 300 efct_sframe_send_fcp_rsp(struct efct_node *node, struct efc_hw_sequence *seq, in efct_sframe_send_fcp_rsp() 313 efct_sframe_send_task_set_full_or_busy(struct efct_node *node, in efct_sframe_send_task_set_full_or_busy() 339 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq) in efct_dispatch_fcp_cmd() 404 struct efct_node *node = io->node; in efct_process_abts() local 463 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq) in efct_node_recv_abts_frame()
|
/Linux-v6.6/drivers/pci/ |
D | of.c | 28 struct device_node *node; in pci_set_of_node() local 49 struct device_node *node; in pci_set_bus_of_node() local 120 static inline int __of_pci_pci_compare(struct device_node *node, in __of_pci_pci_compare() 135 struct device_node *node, *node2; in of_pci_find_child_device() local 187 int of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range() 223 int of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr() 708 int of_pci_get_max_link_speed(struct device_node *node) in of_pci_get_max_link_speed() 736 u32 of_pci_get_slot_power_limit(struct device_node *node, in of_pci_get_slot_power_limit()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | prom.c | 198 static void __init scan_features(unsigned long node, const unsigned char *ftrs, in scan_features() 237 static void __init check_cpu_features(unsigned long node, char *name, in check_cpu_features() 252 static void __init init_mmu_slb_size(unsigned long node) in init_mmu_slb_size() 263 #define init_mmu_slb_size(node) do { } while(0) argument 288 static __init void identical_pvr_fixup(unsigned long node) in identical_pvr_fixup() 307 #define identical_pvr_fixup(node) do { } while(0) argument 310 static void __init check_cpu_feature_properties(unsigned long node) in check_cpu_feature_properties() 325 static int __init early_init_dt_scan_cpus(unsigned long node, in early_init_dt_scan_cpus() 424 static int __init early_init_dt_scan_chosen_ppc(unsigned long node, in early_init_dt_scan_chosen_ppc() 565 int node = fdt_path_offset(fdt, "/ibm,dynamic-reconfiguration-memory"); in early_init_dt_scan_memory_ppc() local [all …]
|
/Linux-v6.6/drivers/staging/media/ipu3/ |
D | ipu3-v4l2.c | 56 unsigned int node; in imgu_subdev_s_stream() local 318 struct imgu_video_device *node = in imgu_vb2_buf_init() local 334 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local 348 struct imgu_video_device *node = in imgu_vb2_buf_queue() local 393 struct imgu_video_device *node = in imgu_vb2_queue_setup() local 427 struct imgu_video_device *node; in imgu_all_nodes_streaming() local 453 struct imgu_video_device *node, in imgu_return_all_buffers() 472 struct imgu_video_device *node = in imgu_vb2_start_streaming() local 534 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local 659 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_g_fmt() local [all …]
|
/Linux-v6.6/kernel/locking/ |
D | osq_lock.c | 25 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu() 43 struct optimistic_spin_node *node, in osq_wait_next() 92 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local 209 struct optimistic_spin_node *node, *next; in osq_unlock() local
|