Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dnode.c203 node = node_devices[nid]; in node_set_perf_attrs()
302 if (!node_online(nid) || !node_devices[nid]) in node_add_cache()
305 node = node_devices[nid]; in node_add_cache()
361 INIT_LIST_HEAD(&node_devices[nid]->cache_attrs); in node_init_caches()
649 struct node *node_devices[MAX_NUMNODES]; variable
666 ret = sysfs_create_link(&node_devices[nid]->dev.kobj, in register_cpu_under_node()
673 &node_devices[nid]->dev.kobj, in register_cpu_under_node()
674 kobject_name(&node_devices[nid]->dev.kobj)); in register_cpu_under_node()
701 init_node = node_devices[cpu_nid]; in register_memory_node_under_compute_node()
702 targ_node = node_devices[mem_nid]; in register_memory_node_under_compute_node()
[all …]
/openbmc/linux/include/linux/
H A Dnode.h93 extern struct node *node_devices[];
/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c1125 struct node *node = node_devices[nid]; in sysfs_add_device_to_node()
1133 struct node *node = node_devices[nid]; in sysfs_remove_device_from_node()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c776 struct node *node = node_devices[nid]; in arch_update_sysfs_visibility()
/openbmc/linux/mm/
H A Dhugetlb.c4196 hugetlb_register_node(node_devices[nid]); in hugetlb_register_all_nodes()