/linux-6.14.4/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 171 struct percpu_list_node *node, in this_cpu_list_push() 235 struct percpu_list_node *node; in __percpu_list_pop() local 256 struct percpu_list_node *node; in test_percpu_list_thread() local 290 struct percpu_list_node *node; in test_percpu_list() local 310 struct percpu_list_node *node; in test_percpu_list() local
|
/linux-6.14.4/fs/btrfs/tests/ |
D | delayed-refs-tests.c | 61 struct btrfs_delayed_ref_node *node) in delete_delayed_ref_node() 106 static int validate_ref_node(struct btrfs_delayed_ref_node *node, in validate_ref_node() 174 struct btrfs_delayed_ref_node *node; in simple_test() local 342 struct btrfs_delayed_ref_node *node; in merge_tests() local 783 struct btrfs_delayed_ref_node *node; in select_delayed_refs_test() local
|
/linux-6.14.4/drivers/clk/mvebu/ |
D | clk-corediv.c | 251 mvebu_corediv_clk_init(struct device_node *node, in mvebu_corediv_clk_init() 311 static void __init armada370_corediv_clk_init(struct device_node *node) in armada370_corediv_clk_init() 318 static void __init armada375_corediv_clk_init(struct device_node *node) in armada375_corediv_clk_init() 325 static void __init armada380_corediv_clk_init(struct device_node *node) in armada380_corediv_clk_init() 332 static void __init mv98dx3236_corediv_clk_init(struct device_node *node) in mv98dx3236_corediv_clk_init()
|
/linux-6.14.4/kernel/ |
D | scs.c | 31 static void *__scs_alloc(int node) in __scs_alloc() 54 void *scs_alloc(int node) in scs_alloc() 114 int scs_prepare(struct task_struct *tsk, int node) in scs_prepare()
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | evhandler.c | 118 acpi_ev_has_default_handler(struct acpi_namespace_node *node, in acpi_ev_has_default_handler() 171 struct acpi_namespace_node *node; in acpi_ev_install_handler() local 328 acpi_ev_install_space_handler(struct acpi_namespace_node *node, in acpi_ev_install_space_handler()
|
/linux-6.14.4/drivers/of/ |
D | property.c | 67 bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() 607 int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() 794 struct device_node *node = NULL; in of_graph_get_endpoint_by_regs() local 814 struct device_node *of_graph_get_remote_endpoint(const struct device_node *node) in of_graph_get_remote_endpoint() 828 struct device_node *of_graph_get_port_parent(struct device_node *node) in of_graph_get_port_parent() 861 const struct device_node *node) in of_graph_get_remote_port_parent() 878 struct device_node *of_graph_get_remote_port(const struct device_node *node) in of_graph_get_remote_port() 934 struct device_node *of_graph_get_remote_node(const struct device_node *node, in of_graph_get_remote_node() 1009 const struct device_node *node = to_of_node(fwnode); in of_fwnode_property_read_int_array() local 1034 const struct device_node *node = to_of_node(fwnode); in of_fwnode_property_read_string_array() local [all …]
|
D | base.c | 567 struct device_node *of_get_parent(const struct device_node *node) in of_get_parent() 593 struct device_node *of_get_next_parent(struct device_node *node) in of_get_next_parent() 609 static struct device_node *__of_get_next_child(const struct device_node *node, in __of_get_next_child() 635 struct device_node *of_get_next_child(const struct device_node *node, in of_get_next_child() 660 struct device_node *of_get_next_child_with_prefix(const struct device_node *node, in of_get_next_child_with_prefix() 684 static struct device_node *of_get_next_status_child(const struct device_node *node, in of_get_next_status_child() 715 struct device_node *of_get_next_available_child(const struct device_node *node, in of_get_next_available_child() 730 struct device_node *of_get_next_reserved_child(const struct device_node *node, in of_get_next_reserved_child() 752 struct device_node *node; in of_get_next_cpu_node() local 815 struct device_node *of_get_child_by_name(const struct device_node *node, in of_get_child_by_name() [all …]
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_tc.c | 294 struct otx2_tc_flow *node) in otx2_tc_act_set_hw_police() 329 struct otx2_tc_flow *node, in otx2_tc_act_set_police() 364 struct otx2_tc_flow *node, in otx2_tc_update_mcast() 438 struct otx2_tc_flow *node) in otx2_tc_parse_actions() 628 static int otx2_tc_prepare_flow(struct otx2_nic *nic, struct otx2_tc_flow *node, in otx2_tc_prepare_flow() 1002 struct otx2_tc_flow *node) in otx2_tc_del_from_flow_list() 1017 struct otx2_tc_flow *node) in otx2_tc_add_to_flow_list() 1109 struct otx2_tc_flow *node) in otx2_tc_update_mcam_table_del_req() 1148 struct otx2_tc_flow *node) in otx2_tc_update_mcam_table_add_req() 1179 struct otx2_tc_flow *node, in otx2_tc_update_mcam_table() [all …]
|
/linux-6.14.4/rust/kernel/ |
D | rbtree.rs | 332 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry() localVariable 376 let mut node = self.root.rb_node; in get() localVariable 422 let mut node = self.root.rb_node; in cursor_lower_bound() localVariable 766 let node = unsafe { KBox::from_raw(this) }; in remove_current() localVariable 767 let node = RBTreeNode { node }; in remove_current() localVariable 811 let node = unsafe { KBox::from_raw(this) }; in remove_neighbor() localVariable 1040 node: KBox<MaybeUninit<Node<K, V>>>, field 1065 let node = KBox::write( in into_node() localVariable 1082 node: KBox<Node<K, V>>, field 1094 let node = KBox::into_inner(self.node); in to_key_value() localVariable [all …]
|
/linux-6.14.4/drivers/clk/ti/ |
D | divider.c | 308 static struct clk *_register_divider(struct device_node *node, in _register_divider() 383 static int __init ti_clk_get_div_table(struct device_node *node, in ti_clk_get_div_table() 434 static int _populate_divider_min_max(struct device_node *node, in _populate_divider_min_max() 469 static int __init ti_clk_divider_populate(struct device_node *node, in ti_clk_divider_populate() 512 static void __init of_ti_divider_clk_setup(struct device_node *node) in of_ti_divider_clk_setup() 538 static void __init of_ti_composite_divider_clk_setup(struct device_node *node) in of_ti_composite_divider_clk_setup()
|
/linux-6.14.4/fs/ext4/ |
D | extents_status.c | 182 struct rb_node *node; in ext4_es_print_tree() local 214 struct rb_node *node = root->rb_node; in __es_tree_search() local 264 struct rb_node *node; in __es_find_extent_range() local 573 struct rb_node *node; in ext4_es_try_to_merge_left() local 597 struct rb_node *node; in ext4_es_try_to_merge_right() local 1005 struct rb_node *node; in ext4_es_lookup_extent() local 1094 struct rb_node *node; in init_rsvd() local 1216 struct rb_node *node = root->rb_node; in __pr_tree_search() local 1260 struct rb_node *node; in get_rsvd() local 1387 struct rb_node *node; in __es_remove_extent() local [all …]
|
/linux-6.14.4/drivers/clk/bcm/ |
D | clk-nsp.c | 29 static void __init nsp_armpll_init(struct device_node *node) in nsp_armpll_init() 85 static void __init nsp_genpll_clk_init(struct device_node *node) in nsp_genpll_clk_init() 124 static void __init nsp_lcpll0_clk_init(struct device_node *node) in nsp_lcpll0_clk_init()
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | numa.h | 47 static inline void set_cpuid_to_node(int cpuid, s16 node) in set_cpuid_to_node() 56 static inline void early_numa_add_cpu(int cpuid, s16 node) { } in early_numa_add_cpu() 59 static inline void set_cpuid_to_node(int cpuid, s16 node) { } in set_cpuid_to_node()
|
/linux-6.14.4/arch/x86/hyperv/ |
D | hv_proc.c | 22 int hv_call_deposit_pages(int node, u64 partition_id, u32 num_pages) in hv_call_deposit_pages() 115 int hv_call_add_logical_proc(int node, u32 lp_index, u32 apic_id) in hv_call_add_logical_proc() 156 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) in hv_call_create_vp()
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/devlink/ |
D | devlink.c | 749 static void ice_traverse_tx_tree(struct devlink *devlink, struct ice_sched_node *node, in ice_traverse_tx_tree() 822 static void ice_clear_rate_nodes(struct ice_sched_node *node) in ice_clear_rate_nodes() 855 static int ice_set_object_tx_share(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_share() 881 static int ice_set_object_tx_max(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_max() 907 static int ice_set_object_tx_priority(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_priority() 937 static int ice_set_object_tx_weight(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_weight() 974 struct ice_sched_node *node; in ice_devlink_rate_node_new() local 995 struct ice_sched_node *node, *tc_node; in ice_devlink_rate_node_del() local 1022 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_max_set() local 1037 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_share_set() local [all …]
|
/linux-6.14.4/scripts/dtc/ |
D | fdtget.c | 108 static int list_properties(const void *blob, int node) in list_properties() 136 static int list_subnodes(const void *blob, int node) in list_subnodes() 193 int node, const char *property) in show_data_for_item() 241 int i, node; in do_fdtget() local
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 26 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \ macro 32 struct nvkm_mm_node *node; in nvkm_mm_dump() local 242 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local 285 struct nvkm_mm_node *node, *temp; in nvkm_mm_fini() local
|
/linux-6.14.4/io_uring/ |
D | tctx.c | 50 struct io_tctx_node *node; in __io_uring_free() local 109 struct io_tctx_node *node; in __io_uring_add_tctx_node() local 170 struct io_tctx_node *node; in io_uring_del_tctx_node() local 193 struct io_tctx_node *node; in io_uring_clean_tctx() local
|
/linux-6.14.4/arch/riscv/kernel/ |
D | cpu.c | 30 int riscv_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_of_processor_hartid() 50 int __init riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_early_of_processor_hartid() 127 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() 335 struct device_node *node; in c_show() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 372 static void tree_init_node(struct fs_node *node, in tree_init_node() 385 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node() 398 static int tree_get_node(struct fs_node *node) in tree_get_node() 403 static void nested_down_read_ref_node(struct fs_node *node, in nested_down_read_ref_node() 412 static void nested_down_write_ref_node(struct fs_node *node, in nested_down_write_ref_node() 421 static void down_write_ref_node(struct fs_node *node, bool locked) in down_write_ref_node() 430 static void up_read_ref_node(struct fs_node *node) in up_read_ref_node() 436 static void up_write_ref_node(struct fs_node *node, bool locked) in up_write_ref_node() 443 static void tree_put_node(struct fs_node *node, bool locked) in tree_put_node() 463 static int tree_remove_node(struct fs_node *node, bool locked) in tree_remove_node() [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | intel_gt_buffer_pool.h | 24 intel_gt_buffer_pool_mark_active(struct intel_gt_buffer_pool_node *node, in intel_gt_buffer_pool_mark_active() 34 intel_gt_buffer_pool_put(struct intel_gt_buffer_pool_node *node) in intel_gt_buffer_pool_put()
|
/linux-6.14.4/drivers/irqchip/ |
D | irq-ingenic.c | 60 static int __init ingenic_intc_of_init(struct device_node *node, in ingenic_intc_of_init() 144 static int __init intc_1chip_of_init(struct device_node *node, in intc_1chip_of_init() 152 static int __init intc_2chip_of_init(struct device_node *node, in intc_2chip_of_init()
|
/linux-6.14.4/security/selinux/ss/ |
D | conditional.c | 33 struct cond_expr_node *node = &expr->nodes[i]; in cond_evaluate_expr() local 91 static void evaluate_cond_node(struct policydb *p, struct cond_node *node) in evaluate_cond_node() 139 static void cond_node_destroy(struct cond_node *node) in cond_node_destroy() 372 static int cond_read_node(struct policydb *p, struct cond_node *node, struct policy_file *fp) in cond_read_node() 498 static int cond_write_node(struct policydb *p, struct cond_node *node, in cond_write_node() 556 struct avtab_node *node; in cond_compute_xperms() local 573 struct avtab_node *node; in cond_compute_av() local
|
/linux-6.14.4/tools/perf/util/ |
D | env.c | 42 struct bpf_prog_info_node *node; in __perf_env__insert_bpf_prog_info() local 70 struct bpf_prog_info_node *node = NULL; in perf_env__find_bpf_prog_info() local 106 struct btf_node *node; in __perf_env__insert_btf() local 142 struct btf_node *node = NULL; in __perf_env__find_btf() local 171 struct bpf_prog_info_node *node; in perf_env__purge_bpf() local 186 struct btf_node *node; in perf_env__purge_bpf() local
|
/linux-6.14.4/drivers/base/regmap/ |
D | regcache-rbtree.c | 31 struct rb_node node; member 66 struct rb_node *node; in regcache_rbtree_lookup() local 137 struct rb_node *node; in rbtree_show() local 371 struct rb_node *node; in regcache_rbtree_write() local 467 struct rb_node *node; in regcache_rbtree_sync() local 513 struct rb_node *node; in regcache_rbtree_drop() local
|