Home
last modified time | relevance | path

Searched defs:node (Results 351 – 375 of 2853) sorted by relevance

1...<<11121314151617181920>>...115

/linux-6.14.4/fs/ocfs2/cluster/
Dtcp.c134 u32 msgkey, struct task_struct *task, u8 node) in o2net_init_nst()
411 static struct o2net_sock_container *sc_alloc(struct o2nm_node *node) in sc_alloc()
1002 int node, ret; in o2net_fill_node_map() local
1553 struct o2nm_node *node = NULL, *mynode = NULL; in o2net_start_connect() local
1694 void o2net_disconnect_node(struct o2nm_node *node) in o2net_disconnect_node()
1712 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_down_cb()
1726 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num, in o2net_hb_node_up_cb()
1784 struct o2nm_node *node = NULL; in o2net_accept_one() local
2032 int o2net_start_listening(struct o2nm_node *node) in o2net_start_listening()
2059 void o2net_stop_listening(struct o2nm_node *node) in o2net_stop_listening()
[all …]
/linux-6.14.4/arch/powerpc/mm/book3s64/
Dradix_pgtable.c524 static int __init radix_dt_scan_page_sizes(unsigned long node, in radix_dt_scan_page_sizes()
988 int __meminit vmemmap_check_pmd(pmd_t *pmdp, int node, in vmemmap_check_pmd()
999 void __meminit vmemmap_set_pmd(pmd_t *pmdp, void *p, int node, in vmemmap_set_pmd()
1014 int node, in radix__vmemmap_pte_populate()
1061 static inline pud_t *vmemmap_pud_alloc(p4d_t *p4dp, int node, in vmemmap_pud_alloc()
1078 static inline pmd_t *vmemmap_pmd_alloc(pud_t *pudp, int node, in vmemmap_pmd_alloc()
1094 static inline pte_t *vmemmap_pte_alloc(pmd_t *pmdp, int node, in vmemmap_pte_alloc()
1112 int __meminit radix__vmemmap_populate(unsigned long start, unsigned long end, int node, in radix__vmemmap_populate()
1198 static pte_t * __meminit radix__vmemmap_populate_address(unsigned long addr, int node, in radix__vmemmap_populate_address()
1232 unsigned long pfn_offset, int node) in vmemmap_compound_tail_page()
[all …]
/linux-6.14.4/arch/powerpc/platforms/cell/
Dspu_manage.c123 struct device_node *node = spu->devnode; in spu_map_device_old() local
268 struct device_node *node; in of_enumerate_spus() local
366 static struct spu *__init spu_lookup_reg(int node, u32 reg) in spu_lookup_reg()
381 int node, i; in init_affinity_qs20_harcoded() local
/linux-6.14.4/tools/testing/selftests/bpf/
Dbpf_experimental.h9 #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-6.14.4/drivers/iommu/iommufd/
Dio_pagetable.h40 struct interval_tree_node node; member
54 struct interval_tree_node node; member
58 struct interval_tree_node node; member
252 struct interval_tree_node node; member
/linux-6.14.4/drivers/clk/mediatek/
Dclk-mt7629.c551 struct device_node *node = pdev->dev.of_node; in mtk_topckgen_init() local
580 struct device_node *node = pdev->dev.of_node; in mtk_infrasys_init() local
602 struct device_node *node = pdev->dev.of_node; in mtk_pericfg_init() local
631 struct device_node *node = pdev->dev.of_node; in mtk_apmixedsys_init() local
/linux-6.14.4/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.c105 struct opa_vnic_mac_tbl_node *node; in opa_vnic_free_mac_tbl() local
155 struct opa_vnic_mac_tbl_node *node; in opa_vnic_query_mac_tbl() local
207 struct opa_vnic_mac_tbl_node *node, *new_node; in opa_vnic_update_mac_tbl() local
301 struct opa_vnic_mac_tbl_node *node; in opa_vnic_chk_mac_tbl() local
/linux-6.14.4/scripts/gcc-plugins/
Drandomize_layout_plugin.c22 #define ORIG_TYPE_NAME(node) \ argument
54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr()
97 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr()
107 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
405 static int is_pure_ops_struct(const_tree node) in is_pure_ops_struct()
630 struct varpool_node *node; in check_global_variables() local
/linux-6.14.4/net/netfilter/
Dnft_set_rbtree.c27 struct rb_node node; member
312 struct rb_node *node, *next, *parent, **p, *first = NULL; in __nft_rbtree_insert() local
595 struct rb_node *node; in nft_rbtree_walk() local
629 struct rb_node *node, *next; in nft_rbtree_gc() local
711 struct rb_node *node; in nft_rbtree_destroy() local
774 struct rb_node *node; in nft_rbtree_adjust_maxsize() local
/linux-6.14.4/drivers/i2c/busses/
Di2c-powermac.c201 struct device_node *node) in i2c_powermac_get_addr()
270 struct device_node *node, in i2c_powermac_get_type()
310 struct device_node *node; in i2c_powermac_register_devices() local
/linux-6.14.4/kernel/power/
Dwakelock.c29 struct rb_node node; member
40 struct rb_node *node; in pm_show_wakelocks() local
150 struct rb_node **node = &wakelocks_tree.rb_node; in wakelock_lookup_add() local
/linux-6.14.4/kernel/
Dasync.c151 void *data, int node, in __async_schedule_node_domain()
201 int node, struct async_domain *domain) in async_schedule_node_domain()
242 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
/linux-6.14.4/fs/nfs/
Dpnfs_dev.c291 nfs4_mark_deviceid_available(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_available()
301 nfs4_mark_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_mark_deviceid_unavailable()
311 nfs4_test_deviceid_unavailable(struct nfs4_deviceid_node *node) in nfs4_test_deviceid_unavailable()
/linux-6.14.4/drivers/base/
Darch_numa.c44 const struct cpumask *cpumask_of_node(int node) in cpumask_of_node()
102 int node; in setup_node_to_cpumask_map() local
356 void debug_cpumask_set_cpu(unsigned int cpu, int node, bool enable) in debug_cpumask_set_cpu()
/linux-6.14.4/tools/lib/perf/include/internal/
Devsel.h18 struct list_head node; member
45 struct hlist_node node; member
92 struct list_head node; member
/linux-6.14.4/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c40 struct drm_info_node *node = (struct drm_info_node *) m->private; in nouveau_debugfs_vbios_image() local
52 struct drm_info_node *node = m->private; in nouveau_debugfs_strap_peek() local
222 struct drm_info_node *node = (struct drm_info_node *) m->private; in nouveau_debugfs_gpuva() local
/linux-6.14.4/drivers/acpi/acpica/
Devregion.c563 struct acpi_namespace_node *node; in acpi_ev_execute_reg_method() local
688 acpi_ev_execute_reg_methods(struct acpi_namespace_node *node, u32 max_depth, in acpi_ev_execute_reg_methods()
757 struct acpi_namespace_node *node; in acpi_ev_reg_run() local
Dexstore.c362 struct acpi_namespace_node *node, in acpi_ex_store_object_to_node()
561 struct acpi_namespace_node *node, in acpi_ex_store_direct_to_node()
/linux-6.14.4/lib/
Dcpumask.c60 bool alloc_cpumask_var_node(cpumask_var_t *mask, gfp_t flags, int node) in alloc_cpumask_var_node()
140 unsigned int cpumask_local_spread(unsigned int i, int node) in cpumask_local_spread()
/linux-6.14.4/include/linux/
Dirqbypass.h46 struct list_head node; member
72 struct list_head node; member
/linux-6.14.4/drivers/soc/ti/
Dknav_qmss_queue.c762 struct list_head *node; in knav_pool_create() local
1065 static const char *knav_queue_find_name(struct device_node *node) in knav_queue_find_name()
1077 struct device_node *node) in knav_queue_setup_regions()
1139 struct device_node *node = pdev->dev.of_node; in knav_get_link_ram() local
1210 struct device_node *node) in knav_setup_queue_range()
1307 struct device_node *node) in knav_setup_queue_pools()
1374 struct device_node *node, int index) in knav_queue_map_reg()
1395 struct device_node *node) in knav_queue_init_qmgrs()
1681 struct device_node *node) in knav_queue_setup_pdsps()
1786 struct device_node *node = pdev->dev.of_node; in knav_queue_probe() local
/linux-6.14.4/tools/testing/selftests/kvm/lib/
Dsparsebit.c168 struct node { struct
169 struct node *parent; argument
170 struct node *left; argument
171 struct node *right; argument
179 * Points to root node of the binary search argument
/linux-6.14.4/arch/powerpc/kexec/
Dcore.c190 static void __init export_crashk_values(struct device_node *node) in export_crashk_values()
216 struct device_node *node; in kexec_setup() local
/linux-6.14.4/drivers/acpi/arm64/
Dapmt.c27 struct acpi_apmt_node *node) in apmt_init_resources()
75 static int __init apmt_add_platform_device(struct acpi_apmt_node *node, in apmt_add_platform_device()
/linux-6.14.4/arch/powerpc/sysdev/
Dfsl_soc.c87 struct device_node *node; in get_brgfreq() local
123 struct device_node *node; in get_baudrate() local

1...<<11121314151617181920>>...115