| /linux-6.15/drivers/clocksource/ |
| H A D | arc_timer.c | 32 static int noinline arc_get_timer_clk(struct device_node *node) in arc_get_timer_clk() 103 static int __init arc_cs_setup_gfrc(struct device_node *node) in arc_cs_setup_gfrc() 161 static int __init arc_cs_setup_rtc(struct device_node *node) in arc_cs_setup_rtc() 214 static int __init arc_cs_setup_timer1(struct device_node *node) in arc_cs_setup_timer1() 325 static int __init arc_clockevent_setup(struct device_node *node) in arc_clockevent_setup()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | topology.h | 21 #define cpumask_of_node(node) ((node) == -1 ? \ argument 48 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) in update_numa_cpu_lookup_table() 90 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) {} in update_numa_cpu_lookup_table() 102 static inline void update_numa_distance(struct device_node *node) {} in update_numa_distance() 105 static inline void map_cpu_to_node(int cpu, int node) {} in map_cpu_to_node()
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | mm.h | 46 struct nvkm_mm_node *node; in nvkm_mm_heap_size() local 56 nvkm_mm_contiguous(struct nvkm_mm_node *node) in nvkm_mm_contiguous() 62 nvkm_mm_addr(struct nvkm_mm_node *node) in nvkm_mm_addr() 70 nvkm_mm_size(struct nvkm_mm_node *node) in nvkm_mm_size()
|
| /linux-6.15/lib/ |
| H A D | assoc_array.c | 26 const struct assoc_array_node *node; in assoc_array_subtree_iterate() local 153 struct assoc_array_node *node; /* Node in which leaf might be found */ member 176 struct assoc_array_node *node; in assoc_array_walk() local 309 const struct assoc_array_node *node; in assoc_array_find() local 347 struct assoc_array_node *node; in assoc_array_destroy_subtree() local 480 struct assoc_array_node *node, *new_n0, *new_n1, *side; in assoc_array_insert_into_terminal_node() local 797 struct assoc_array_node *node, *new_n0, *side; in assoc_array_insert_mid_shortcut() local 1037 struct assoc_array_node *node; member 1084 struct assoc_array_node *node, *new_n0; in assoc_array_delete() local 1348 struct assoc_array_node *node; in assoc_array_apply_edit() local [all …]
|
| H A D | plist.c | 73 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add() 122 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del() 155 void plist_requeue(struct plist_node *node, struct plist_head *head) in plist_requeue() 234 static void __init plist_test_requeue(struct plist_node *node) in plist_test_requeue()
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 113 static void node_remove_accesses(struct node *node) in node_remove_accesses() 128 static struct node_access_nodes *node_init_node_access(struct node *node, in node_init_node_access() 197 struct node *node; in node_set_perf_attrs() local 228 struct list_head node; member 270 static void node_init_cache_dev(struct node *node) in node_init_cache_dev() 303 struct node *node; in node_add_cache() local 348 static void node_remove_caches(struct node *node) in node_remove_caches() 368 static void node_remove_caches(struct node *node) { } in node_remove_caches() 616 static int register_node(struct node *node, int num) in register_node() 643 void unregister_node(struct node *node) in unregister_node() [all …]
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-loongson-eiointc.c | 64 u32 node; member 95 int i, node, cpu_node, route_node; in eiointc_set_irq_route() local 175 static int eiointc_index(int node) in eiointc_index() 189 int i, bit, cores, index, node; in eiointc_router_init() local 338 static void acpi_set_vec_parent(int node, struct irq_domain *parent, struct acpi_vector_group *vec_… in acpi_set_vec_parent() 350 static struct irq_domain *acpi_get_vec_parent(int node, struct acpi_vector_group *vec_group) in acpi_get_vec_parent() 380 unsigned int node = (pchpic_entry->address >> 44) & 0xf; in pch_pic_parse_madt() local 394 int node; in pch_msi_parse_madt() local 483 int node; in eiointc_acpi_init() local
|
| H A D | irq-or1k-pic.c | 141 static int __init or1k_pic_init(struct device_node *node, in or1k_pic_init() 155 static int __init or1k_pic_or1200_init(struct device_node *node, in or1k_pic_or1200_init() 163 static int __init or1k_pic_level_init(struct device_node *node, in or1k_pic_level_init() 171 static int __init or1k_pic_edge_init(struct device_node *node, in or1k_pic_edge_init()
|
| /linux-6.15/tools/perf/util/ |
| H A D | strfilter.c | 19 static void strfilter_node__delete(struct strfilter_node *node) in strfilter_node__delete() 70 struct strfilter_node *node = zalloc(sizeof(*node)); in strfilter_node__alloc() local 218 static bool strfilter_node__compare(struct strfilter_node *node, in strfilter_node__compare() 249 static int strfilter_node__sprint_pt(struct strfilter_node *node, char *buf) in strfilter_node__sprint_pt() 264 static int strfilter_node__sprint(struct strfilter_node *node, char *buf) in strfilter_node__sprint()
|
| /linux-6.15/drivers/base/test/ |
| H A D | property-entry-test.c | 20 struct fwnode_handle *node; in pe_test_uints() local 131 struct fwnode_handle *node; in pe_test_uint_arrays() local 266 struct fwnode_handle *node; in pe_test_strings() local 331 struct fwnode_handle *node; in pe_test_bool() local 424 struct fwnode_handle *node; in pe_test_reference() local
|
| /linux-6.15/fs/hfsplus/ |
| H A D | btree.c | 261 struct hfs_bnode *node; in hfs_btree_close() local 286 struct hfs_bnode *node; in hfs_btree_write() local 316 struct hfs_bnode *node; in hfs_bmap_new_bmap() local 376 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 449 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
|
| /linux-6.15/security/selinux/ |
| H A D | avc.c | 146 struct avc_node *node; in avc_get_hash_stats() local 444 static void avc_node_kill(struct avc_node *node) in avc_node_kill() 461 struct avc_node *node; in avc_reclaim_node() local 496 struct avc_node *node; in avc_alloc_node() local 523 struct avc_node *node, *ret = NULL; in avc_search_node() local 555 struct avc_node *node; in avc_lookup() local 609 struct avc_node *pos, *node = NULL; in avc_insert() local 837 struct avc_node *pos, *node, *orig = NULL; in avc_update_node() local 928 struct avc_node *node; in avc_flush() local 1023 struct avc_node *node; in avc_has_extended_perms() local [all …]
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | nsxfobj.c | 33 struct acpi_namespace_node *node; in acpi_get_type() local 85 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 154 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | radixtree.py | 20 def is_internal_node(node): argument 24 def entry_to_node(node): argument 30 def node_maxindex(node): argument
|
| /linux-6.15/drivers/clk/bcm/ |
| H A D | clk-ns2.c | 86 static void __init ns2_genpll_scr_clk_init(struct device_node *node) in ns2_genpll_scr_clk_init() 148 static void __init ns2_genpll_sw_clk_init(struct device_node *node) in ns2_genpll_sw_clk_init() 210 static void __init ns2_lcpll_ddr_clk_init(struct device_node *node) in ns2_lcpll_ddr_clk_init() 272 static void __init ns2_lcpll_ports_clk_init(struct device_node *node) in ns2_lcpll_ports_clk_init()
|
| /linux-6.15/drivers/net/ethernet/cavium/thunder/ |
| H A D | thunder_bgx.c | 169 static struct bgx *get_bgx(int node, int bgx_idx) in get_bgx() 177 unsigned bgx_get_map(int node) in bgx_get_map() 192 int bgx_get_lmac_count(int node, int bgx_idx) in bgx_get_lmac_count() 223 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() 331 void bgx_set_dmac_cam_filter(int node, int bgx_idx, int lmacid, in bgx_set_dmac_cam_filter() 354 void bgx_set_xcast_mode(int node, int bgx_idx, int lmacid, u8 mode) in bgx_set_xcast_mode() 462 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause) in bgx_lmac_get_pfc() 629 u64 bgx_get_rx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_rx_stats() 643 u64 bgx_get_tx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_tx_stats() 656 void bgx_lmac_internal_loopback(int node, int bgx_idx, in bgx_lmac_internal_loopback() [all …]
|
| /linux-6.15/drivers/android/ |
| H A D | binder.c | 697 struct binder_node *node; in binder_get_node_ilocked() local 724 struct binder_node *node; in binder_get_node() local 739 struct binder_node *node; in binder_init_node_ilocked() local 792 struct binder_node *node; in binder_new_node() local 1325 struct binder_node *node; in binder_get_node_from_ref() local 2229 struct binder_node *node; in binder_translate_binder() local 2284 struct binder_node *node; in binder_translate_handle() local 2432 struct list_head node; member 2452 struct list_head node; member 5492 struct binder_node *node; in binder_ioctl_get_node_info_for_ref() local [all …]
|
| /linux-6.15/arch/x86/mm/ |
| H A D | numa.c | 68 void numa_set_node(int cpu, int node) in numa_set_node() 104 unsigned int node; in setup_node_to_cpumask_map() local 295 int node = numa_cpu_node(cpu); in init_cpu_to_node() local 362 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable) in debug_cpumask_set_cpu() 408 const struct cpumask *cpumask_of_node(int node) in cpumask_of_node()
|
| /linux-6.15/io_uring/ |
| H A D | filetable.h | 41 static inline unsigned int io_slot_flags(struct io_rsrc_node *node) in io_slot_flags() 47 static inline struct file *io_slot_file(struct io_rsrc_node *node) in io_slot_file() 52 static inline void io_fixed_file_set(struct io_rsrc_node *node, in io_fixed_file_set()
|
| /linux-6.15/fs/unicode/ |
| H A D | mkutf8data.c | 361 struct node { struct 366 struct node *parent; argument 382 struct node *node; in lookup() local 419 struct node *node; in tree_walk() local 494 struct node *node; in alloc_node() local 535 struct node *node; in insert() local 656 struct node *node; in prune() local 817 struct node *node; in mark_nodes() local 944 struct node *node; in index_nodes() local 1051 struct node *node; in size_nodes() local [all …]
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | ws.c | 24 struct irdma_ws_node *node; in irdma_alloc_node() local 71 struct irdma_ws_node *node) in irdma_free_node() 90 struct irdma_ws_node *node, u8 cmd) in irdma_ws_cqp_cmd() 129 struct irdma_ws_node *node; in ws_find_node() local
|
| /linux-6.15/fs/ocfs2/dlm/ |
| H A D | dlmdomain.c | 488 unsigned int node; in dlm_begin_exit_domain_handler() local 531 int node = -1, num = 0; in __dlm_print_nodes() local 548 unsigned int node; in dlm_exit_domain_handler() local 575 unsigned int node) in dlm_send_one_domain_exit() 598 int node = -1; in dlm_begin_exit_domain() local 1217 struct o2nm_node *node; in dlm_send_nodeinfo() local 1350 unsigned int node) in dlm_send_one_join_cancel() 1380 int node; in dlm_send_join_cancels() local 1412 int node, in dlm_request_join() 1499 unsigned int node) in dlm_send_one_join_assert() [all …]
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | amd_node.h | 40 static inline int __must_check amd_smn_read(u16 node, u32 address, u32 *value) { return -ENODEV; } in amd_smn_read() 41 static inline int __must_check amd_smn_write(u16 node, u32 address, u32 value) { return -ENODEV; } in amd_smn_write() 43 static inline int __must_check amd_smn_hsmp_rdwr(u16 node, u32 address, u32 *value, bool write) in amd_smn_hsmp_rdwr()
|
| H A D | numa.h | 26 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() 34 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() 52 static inline void numa_set_node(int cpu, int node) { } in numa_set_node()
|
| /linux-6.15/include/linux/ |
| H A D | numa.h | 47 static inline int numa_nearest_node(int node, unsigned int state) in numa_nearest_node() 52 static inline int nearest_node_nodemask(int node, nodemask_t *mask) in nearest_node_nodemask() 69 #define numa_map_to_online_node(node) numa_nearest_node(node, N_ONLINE) argument
|