Home
last modified time | relevance | path

Searched refs:node_devices (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/base/
H A Dnode.c203 node = node_devices[nid]; in node_set_perf_attrs()
308 node = node_devices[nid]; in node_add_cache()
652 struct node *node_devices[MAX_NUMNODES]; variable
676 &node_devices[nid]->dev.kobj, in register_cpu_under_node()
704 init_node = node_devices[cpu_nid]; in register_memory_node_under_compute_node()
705 targ_node = node_devices[mem_nid]; in register_memory_node_under_compute_node()
776 &node_devices[nid]->dev.kobj, in do_register_memory_block_under_node()
881 node_devices[nid] = node; in __register_one_node()
898 if (!node_devices[nid]) in unregister_one_node()
901 unregister_node(node_devices[nid]); in unregister_one_node()
[all …]
/linux-6.15/include/linux/
H A Dnode.h111 extern struct node *node_devices[];
/linux-6.15/arch/powerpc/kernel/
H A Dsysfs.c1126 struct node *node = node_devices[nid]; in sysfs_add_device_to_node()
1134 struct node *node = node_devices[nid]; in sysfs_remove_device_from_node()
/linux-6.15/arch/x86/kernel/cpu/sgx/
H A Dmain.c777 struct node *node = node_devices[nid]; in arch_update_sysfs_visibility()
/linux-6.15/mm/
H A Dhugetlb.c4643 hugetlb_register_node(node_devices[nid]); in hugetlb_register_all_nodes()