Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c199 node = node_devices[nid]; in node_set_perf_attrs()
298 if (!node_online(nid) || !node_devices[nid]) in node_add_cache()
301 node = node_devices[nid]; in node_add_cache()
357 INIT_LIST_HEAD(&node_devices[nid]->cache_attrs); in node_init_caches()
665 struct node *node_devices[MAX_NUMNODES]; variable
682 ret = sysfs_create_link(&node_devices[nid]->dev.kobj, in register_cpu_under_node()
689 &node_devices[nid]->dev.kobj, in register_cpu_under_node()
690 kobject_name(&node_devices[nid]->dev.kobj)); in register_cpu_under_node()
717 init_node = node_devices[cpu_nid]; in register_memory_node_under_compute_node()
718 targ_node = node_devices[mem_nid]; in register_memory_node_under_compute_node()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnode.h98 extern struct node *node_devices[];
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsysfs.c1122 struct node *node = node_devices[nid]; in sysfs_add_device_to_node()
1130 struct node *node = node_devices[nid]; in sysfs_remove_device_from_node()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c3146 struct node *node = node_devices[nid]; in hugetlb_register_all_nodes()