| /Linux-v5.10/arch/c6x/platforms/ |
| D | plldata.c | 168 static void __init c6455_setup_clocks(struct device_node *node) in c6455_setup_clocks() 206 static void __init c6457_setup_clocks(struct device_node *node) in c6457_setup_clocks() 256 static void __init c6472_setup_clocks(struct device_node *node) in c6472_setup_clocks() 305 static void __init c6474_setup_clocks(struct device_node *node) in c6474_setup_clocks() 354 static void __init c6678_setup_clocks(struct device_node *node) in c6678_setup_clocks() 422 struct device_node *node; in c64x_setup_clocks() local
|
| /Linux-v5.10/scripts/gcc-plugins/ |
| D | gcc-common.h | 162 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 163 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 164 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 165 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 312 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node() local 317 static inline bool cgraph_function_with_gimple_body_p(struct cgraph_node *node) in cgraph_function_with_gimple_body_p() 324 struct cgraph_node *node; in cgraph_first_function_with_gimple_body() local 332 static inline struct cgraph_node *cgraph_next_function_with_gimple_body(struct cgraph_node *node) in cgraph_next_function_with_gimple_body() 340 static inline bool cgraph_for_node_and_aliases(cgraph_node_ptr node, bool (*callback)(cgraph_node_p… in cgraph_for_node_and_aliases() argument 356 #define FOR_EACH_FUNCTION_WITH_GIMPLE_BODY(node) \ argument [all …]
|
| /Linux-v5.10/fs/nilfs2/ |
| D | btree.c | 73 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 79 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 84 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 89 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 95 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 100 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 106 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 122 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() 130 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs() 136 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() [all …]
|
| /Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | omapdss-boot-init.c | 28 struct device_node *node; member 44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop() 80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node() 111 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list() 122 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains() 134 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
|
| /Linux-v5.10/tools/perf/util/ |
| D | intlist.c | 18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local 37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local 45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local 55 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove() 63 struct int_node *node = NULL; in __intlist__findnew() local 137 struct int_node *node = NULL; in intlist__entry() local
|
| /Linux-v5.10/drivers/block/drbd/ |
| D | drbd_interval.c | 10 sector_t interval_end(struct rb_node *node) in interval_end() 16 #define NODE_END(node) ((node)->sector + ((node)->size >> 9)) argument 71 struct rb_node *node = root->rb_node; in drbd_contains_interval() local 114 struct rb_node *node = root->rb_node; in drbd_find_overlap() local 145 struct rb_node *node; in drbd_next_overlap() local
|
| /Linux-v5.10/include/linux/ |
| D | topology.h | 39 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 42 #define for_each_node_with_cpus(node) \ argument 100 static inline void set_numa_node(int node) in set_numa_node() 107 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 135 static inline void set_numa_mem(int node) in set_numa_mem() 157 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
|
| 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-v5.10/tools/perf/tests/ |
| D | mem2node.c | 13 static struct node { struct 14 int node; argument 17 { .node = 0, .map = "0" }, argument
|
| /Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss-boot-init.c | 28 struct device_node *node; member 44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop() 80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node() 109 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list() 119 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains() 131 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
|
| /Linux-v5.10/kernel/locking/ |
| D | qspinlock_paravirt.h | 173 struct pv_node *node; member 212 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash() 243 struct pv_node *node; in pv_unhash() local 278 static void pv_init_node(struct mcs_spinlock *node) in pv_init_node() 293 static void pv_wait_node(struct mcs_spinlock *node, struct mcs_spinlock *prev) in pv_wait_node() 360 static void pv_kick_node(struct qspinlock *lock, struct mcs_spinlock *node) in pv_kick_node() 403 pv_wait_head_or_lock(struct qspinlock *lock, struct mcs_spinlock *node) in pv_wait_head_or_lock() 495 struct pv_node *node; in __pv_queued_spin_unlock_slowpath() local
|
| /Linux-v5.10/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()
|
| /Linux-v5.10/arch/mips/netlogic/xlp/ |
| D | nlm_hal.c | 52 void nlm_node_init(int node) in nlm_node_init() 228 static unsigned int nlm_xlp2_get_core_frequency(int node, int core) in nlm_xlp2_get_core_frequency() 274 static unsigned int nlm_xlp_get_core_frequency(int node, int core) in nlm_xlp_get_core_frequency() 295 unsigned int nlm_get_core_frequency(int node, int core) in nlm_get_core_frequency() 308 static unsigned int nlm_xlp2_get_pic_frequency(int node) in nlm_xlp2_get_pic_frequency() 449 unsigned int nlm_get_pic_frequency(int node) in nlm_get_pic_frequency() 466 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries) in nlm_get_dram_map()
|
| /Linux-v5.10/fs/hfs/ |
| D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 68 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 355 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 460 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
| /Linux-v5.10/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-v5.10/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-v5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_buffer_pool.c | 34 static void node_free(struct intel_gt_buffer_pool_node *node) in node_free() 43 struct intel_gt_buffer_pool_node *node, *stale = NULL; in pool_free_older_than() local 103 struct intel_gt_buffer_pool_node *node = in pool_active() local 126 struct intel_gt_buffer_pool_node *node = in pool_retire() local 151 struct intel_gt_buffer_pool_node *node; in node_create() local 180 struct intel_gt_buffer_pool_node *node; in intel_gt_get_buffer_pool() local
|
| /Linux-v5.10/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()
|
| /Linux-v5.10/lib/ |
| D | btree.c | 95 unsigned long *node; in btree_node_alloc() local 148 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() 153 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval() 158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() 164 static void setval(struct btree_geo *geo, unsigned long *node, int n, in setval() 170 static void clearpair(struct btree_geo *geo, unsigned long *node, int n) in clearpair() 211 unsigned long *node = head->node; in btree_last() local 224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp() 245 unsigned long *node = head->node; in btree_lookup() local 275 unsigned long *node = head->node; in btree_update() local [all …]
|
| /Linux-v5.10/drivers/staging/media/ipu3/ |
| D | ipu3-v4l2.c | 56 unsigned int node; in imgu_subdev_s_stream() local 310 struct imgu_video_device *node = in imgu_vb2_buf_init() local 326 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local 340 struct imgu_video_device *node = in imgu_vb2_buf_queue() local 385 struct imgu_video_device *node = in imgu_vb2_queue_setup() local 419 struct imgu_video_device *node; in imgu_all_nodes_streaming() local 445 struct imgu_video_device *node, in imgu_return_all_buffers() 464 struct imgu_video_device *node = in imgu_vb2_start_streaming() local 525 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local 595 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_querycap() local [all …]
|
| /Linux-v5.10/drivers/clk/bcm/ |
| D | clk-bcm281xx.c | 341 static void __init kona_dt_root_ccu_setup(struct device_node *node) in kona_dt_root_ccu_setup() 346 static void __init kona_dt_aon_ccu_setup(struct device_node *node) in kona_dt_aon_ccu_setup() 351 static void __init kona_dt_hub_ccu_setup(struct device_node *node) in kona_dt_hub_ccu_setup() 356 static void __init kona_dt_master_ccu_setup(struct device_node *node) in kona_dt_master_ccu_setup() 361 static void __init kona_dt_slave_ccu_setup(struct device_node *node) in kona_dt_slave_ccu_setup()
|
| /Linux-v5.10/drivers/gpu/drm/selftests/ |
| D | test-drm_mm.c | 109 struct drm_mm_node *node, *check, *found; in assert_continuous() local 158 static u64 misalignment(struct drm_mm_node *node, u64 alignment) in misalignment() 169 static bool assert_node(struct drm_mm_node *node, struct drm_mm *mm, in assert_node() 300 static struct drm_mm_node *set_node(struct drm_mm_node *node, in set_node() 308 static bool expect_reserve_fail(struct drm_mm *mm, struct drm_mm_node *node) in expect_reserve_fail() 376 struct drm_mm_node tmp, *nodes, *node, *next; in __igt_reserve() local 526 static bool expect_insert(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert() 574 struct drm_mm_node *nodes, *node, *next; in __igt_insert() local 763 static bool expect_insert_in_range(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert_in_range() 821 struct drm_mm_node *node; in assert_contiguous_in_range() local [all …]
|
| /Linux-v5.10/drivers/base/ |
| D | node.c | 109 static void node_remove_accesses(struct node *node) in node_remove_accesses() 124 static struct node_access_nodes *node_init_node_access(struct node *node, in node_init_node_access() 193 struct node *node; in node_set_perf_attrs() local 223 struct list_head node; member 263 static void node_init_cache_dev(struct node *node) in node_init_cache_dev() 297 struct node *node; in node_add_cache() local 343 static void node_remove_caches(struct node *node) in node_remove_caches() 363 static void node_remove_caches(struct node *node) { } in node_remove_caches() 578 static inline bool hugetlb_register_node(struct node *node) in hugetlb_register_node() 588 static inline void hugetlb_unregister_node(struct node *node) in hugetlb_unregister_node() [all …]
|
| /Linux-v5.10/arch/mips/netlogic/common/ |
| D | irq.c | 81 struct nlm_soc_info *node; member 184 void nlm_setup_pic_irq(int node, int picirq, int irq, int irt) in nlm_setup_pic_irq() 199 void nlm_set_pic_extra_ack(int node, int irq, void (*xack)(struct irq_data *)) in nlm_set_pic_extra_ack() 211 static void nlm_init_node_irqs(int node) in nlm_init_node_irqs() 235 int cpu, node; in nlm_smp_irq_init() local 248 int i, node; in plat_irq_dispatch() local 283 static int __init xlp_of_pic_init(struct device_node *node, in xlp_of_pic_init()
|