/linux-6.15/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.15/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
|
/linux-6.15/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.15/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.15/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.15/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.15/Documentation/sphinx/ |
D | kfigure.py | 104 def pass_handle(self, node): # pylint: disable=W0613 argument 435 def visit_kernel_image(self, node): # pylint: disable=W0613 argument 472 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument 510 def visit_kernel_render(self, node): argument
|
/linux-6.15/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.15/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.15/io_uring/ |
D | rsrc.h | 99 static inline void io_put_rsrc_node(struct io_ring_ctx *ctx, struct io_rsrc_node *node) in io_put_rsrc_node() 109 struct io_rsrc_node *node = data->nodes[index]; in io_reset_rsrc_node() local 131 struct io_rsrc_node *node) in io_req_assign_rsrc_node() 138 struct io_rsrc_node *node) in io_req_assign_buf_node()
|
/linux-6.15/include/linux/ |
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 | 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()
|
/linux-6.15/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.15/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.15/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.15/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.15/drivers/gpu/drm/scheduler/ |
D | sched_internal.h | 48 struct spsc_node *node; in drm_sched_entity_queue_pop() local 69 struct spsc_node *node; in drm_sched_entity_queue_peek() local
|
/linux-6.15/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.15/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.15/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.15/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.15/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
|