Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/
Dnode.c204 node = node_devices[nid]; in node_set_perf_attrs()
303 if (!node_online(nid) || !node_devices[nid]) in node_add_cache()
306 node = node_devices[nid]; in node_add_cache()
362 INIT_LIST_HEAD(&node_devices[nid]->cache_attrs); in node_init_caches()
640 struct node *node_devices[MAX_NUMNODES]; variable
657 ret = sysfs_create_link(&node_devices[nid]->dev.kobj, in register_cpu_under_node()
664 &node_devices[nid]->dev.kobj, in register_cpu_under_node()
665 kobject_name(&node_devices[nid]->dev.kobj)); in register_cpu_under_node()
692 init_node = node_devices[cpu_nid]; in register_memory_node_under_compute_node()
693 targ_node = node_devices[mem_nid]; in register_memory_node_under_compute_node()
[all …]
/Linux-v6.1/include/linux/
Dnode.h93 extern struct node *node_devices[];
/Linux-v6.1/arch/powerpc/kernel/
Dsysfs.c1115 struct node *node = node_devices[nid]; in sysfs_add_device_to_node()
1123 struct node *node = node_devices[nid]; in sysfs_remove_device_from_node()
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dmain.c775 struct node *node = node_devices[nid]; in arch_update_sysfs_visibility()
/Linux-v6.1/mm/
Dhugetlb.c4000 hugetlb_register_node(node_devices[nid]); in hugetlb_register_all_nodes()