blob: 11a9a05cf5540f11105db223f6a318bdc1e0ca2d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * drivers/base/node.c - basic Node class support
3 */
4
5#include <linux/sysdev.h>
6#include <linux/module.h>
7#include <linux/init.h>
8#include <linux/mm.h>
9#include <linux/node.h>
10#include <linux/hugetlb.h>
11#include <linux/cpumask.h>
12#include <linux/topology.h>
13#include <linux/nodemask.h>
KAMEZAWA Hiroyuki76b67ed92006-06-27 02:53:41 -070014#include <linux/cpu.h>
Lee Schermerhornbde631a2007-10-16 01:26:27 -070015#include <linux/device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17static struct sysdev_class node_class = {
Kay Sieversaf5ca3f2007-12-20 02:09:39 +010018 .name = "node",
Linus Torvalds1da177e2005-04-16 15:20:36 -070019};
20
21
Mike Travis39106dc2008-04-08 11:43:03 -070022static ssize_t node_read_cpumap(struct sys_device *dev, int type, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -070023{
24 struct node *node_dev = to_node(dev);
Mike Travisc5f59f02008-04-04 18:11:10 -070025 node_to_cpumask_ptr(mask, node_dev->sysdev.id);
Linus Torvalds1da177e2005-04-16 15:20:36 -070026 int len;
27
Mike Travis39106dc2008-04-08 11:43:03 -070028 /* 2008/04/07: buf currently PAGE_SIZE, need 9 chars per 32 bits. */
29 BUILD_BUG_ON((NR_CPUS/32 * 9) > (PAGE_SIZE-1));
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Mike Travis39106dc2008-04-08 11:43:03 -070031 len = type?
32 cpulist_scnprintf(buf, PAGE_SIZE-2, *mask):
33 cpumask_scnprintf(buf, PAGE_SIZE-2, *mask);
Mike Travisc5f59f02008-04-04 18:11:10 -070034 buf[len++] = '\n';
35 buf[len] = '\0';
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 return len;
37}
38
Andi Kleen4a0b2b42008-07-01 18:48:41 +020039static inline ssize_t node_read_cpumask(struct sys_device *dev,
40 struct sysdev_attribute *attr, char *buf)
Mike Travis39106dc2008-04-08 11:43:03 -070041{
42 return node_read_cpumap(dev, 0, buf);
43}
Andi Kleen4a0b2b42008-07-01 18:48:41 +020044static inline ssize_t node_read_cpulist(struct sys_device *dev,
45 struct sysdev_attribute *attr, char *buf)
Mike Travis39106dc2008-04-08 11:43:03 -070046{
47 return node_read_cpumap(dev, 1, buf);
48}
49
50static SYSDEV_ATTR(cpumap, S_IRUGO, node_read_cpumask, NULL);
51static SYSDEV_ATTR(cpulist, S_IRUGO, node_read_cpulist, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53#define K(x) ((x) << (PAGE_SHIFT - 10))
Andi Kleen4a0b2b42008-07-01 18:48:41 +020054static ssize_t node_read_meminfo(struct sys_device * dev,
55 struct sysdev_attribute *attr, char * buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -070056{
57 int n;
58 int nid = dev->id;
59 struct sysinfo i;
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
61 si_meminfo_node(&i, nid);
Martin Hicksc07e02d2005-09-03 15:55:11 -070062
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 n = sprintf(buf, "\n"
Rik van Riel4f98a2f2008-10-18 20:26:32 -070064 "Node %d MemTotal: %8lu kB\n"
65 "Node %d MemFree: %8lu kB\n"
66 "Node %d MemUsed: %8lu kB\n"
67 "Node %d Active: %8lu kB\n"
68 "Node %d Inactive: %8lu kB\n"
69 "Node %d Active(anon): %8lu kB\n"
70 "Node %d Inactive(anon): %8lu kB\n"
71 "Node %d Active(file): %8lu kB\n"
72 "Node %d Inactive(file): %8lu kB\n"
Lee Schermerhorn7b854122008-10-18 20:26:40 -070073#ifdef CONFIG_UNEVICTABLE_LRU
74 "Node %d Noreclaim: %8lu kB\n"
75#endif
Christoph Lameter182e8e22006-09-25 23:31:10 -070076#ifdef CONFIG_HIGHMEM
Rik van Riel4f98a2f2008-10-18 20:26:32 -070077 "Node %d HighTotal: %8lu kB\n"
78 "Node %d HighFree: %8lu kB\n"
79 "Node %d LowTotal: %8lu kB\n"
80 "Node %d LowFree: %8lu kB\n"
Christoph Lameter182e8e22006-09-25 23:31:10 -070081#endif
Rik van Riel4f98a2f2008-10-18 20:26:32 -070082 "Node %d Dirty: %8lu kB\n"
83 "Node %d Writeback: %8lu kB\n"
84 "Node %d FilePages: %8lu kB\n"
85 "Node %d Mapped: %8lu kB\n"
86 "Node %d AnonPages: %8lu kB\n"
87 "Node %d PageTables: %8lu kB\n"
88 "Node %d NFS_Unstable: %8lu kB\n"
89 "Node %d Bounce: %8lu kB\n"
90 "Node %d WritebackTmp: %8lu kB\n"
91 "Node %d Slab: %8lu kB\n"
92 "Node %d SReclaimable: %8lu kB\n"
93 "Node %d SUnreclaim: %8lu kB\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 nid, K(i.totalram),
95 nid, K(i.freeram),
96 nid, K(i.totalram - i.freeram),
Rik van Riel4f98a2f2008-10-18 20:26:32 -070097 nid, K(node_page_state(nid, NR_ACTIVE_ANON) +
98 node_page_state(nid, NR_ACTIVE_FILE)),
99 nid, K(node_page_state(nid, NR_INACTIVE_ANON) +
100 node_page_state(nid, NR_INACTIVE_FILE)),
101 nid, K(node_page_state(nid, NR_ACTIVE_ANON)),
102 nid, K(node_page_state(nid, NR_INACTIVE_ANON)),
103 nid, K(node_page_state(nid, NR_ACTIVE_FILE)),
104 nid, K(node_page_state(nid, NR_INACTIVE_FILE)),
Lee Schermerhorn7b854122008-10-18 20:26:40 -0700105#ifdef CONFIG_UNEVICTABLE_LRU
106 nid, K(node_page_state(nid, NR_UNEVICTABLE)),
107#endif
Christoph Lameter182e8e22006-09-25 23:31:10 -0700108#ifdef CONFIG_HIGHMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 nid, K(i.totalhigh),
110 nid, K(i.freehigh),
111 nid, K(i.totalram - i.totalhigh),
Martin Hicksc07e02d2005-09-03 15:55:11 -0700112 nid, K(i.freeram - i.freehigh),
Christoph Lameter182e8e22006-09-25 23:31:10 -0700113#endif
Christoph Lameterb1e7a8f2006-06-30 01:55:39 -0700114 nid, K(node_page_state(nid, NR_FILE_DIRTY)),
Christoph Lameterce866b32006-06-30 01:55:40 -0700115 nid, K(node_page_state(nid, NR_WRITEBACK)),
Christoph Lameter347ce432006-06-30 01:55:35 -0700116 nid, K(node_page_state(nid, NR_FILE_PAGES)),
Christoph Lameter65ba55f2006-06-30 01:55:34 -0700117 nid, K(node_page_state(nid, NR_FILE_MAPPED)),
Christoph Lameterf3dbd342006-06-30 01:55:36 -0700118 nid, K(node_page_state(nid, NR_ANON_PAGES)),
Christoph Lameterdf849a12006-06-30 01:55:38 -0700119 nid, K(node_page_state(nid, NR_PAGETABLE)),
Christoph Lameterfd39fc82006-06-30 01:55:40 -0700120 nid, K(node_page_state(nid, NR_UNSTABLE_NFS)),
Christoph Lameterd2c5e302006-06-30 01:55:41 -0700121 nid, K(node_page_state(nid, NR_BOUNCE)),
Miklos Szeredifc3ba692008-04-30 00:54:38 -0700122 nid, K(node_page_state(nid, NR_WRITEBACK_TEMP)),
Christoph Lameter972d1a72006-09-25 23:31:51 -0700123 nid, K(node_page_state(nid, NR_SLAB_RECLAIMABLE) +
124 node_page_state(nid, NR_SLAB_UNRECLAIMABLE)),
125 nid, K(node_page_state(nid, NR_SLAB_RECLAIMABLE)),
126 nid, K(node_page_state(nid, NR_SLAB_UNRECLAIMABLE)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 n += hugetlb_report_node_meminfo(nid, buf + n);
128 return n;
129}
130
131#undef K
132static SYSDEV_ATTR(meminfo, S_IRUGO, node_read_meminfo, NULL);
133
Andi Kleen4a0b2b42008-07-01 18:48:41 +0200134static ssize_t node_read_numastat(struct sys_device * dev,
135 struct sysdev_attribute *attr, char * buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 return sprintf(buf,
138 "numa_hit %lu\n"
139 "numa_miss %lu\n"
140 "numa_foreign %lu\n"
141 "interleave_hit %lu\n"
142 "local_node %lu\n"
143 "other_node %lu\n",
Christoph Lameterca889e62006-06-30 01:55:44 -0700144 node_page_state(dev->id, NUMA_HIT),
145 node_page_state(dev->id, NUMA_MISS),
146 node_page_state(dev->id, NUMA_FOREIGN),
147 node_page_state(dev->id, NUMA_INTERLEAVE_HIT),
148 node_page_state(dev->id, NUMA_LOCAL),
149 node_page_state(dev->id, NUMA_OTHER));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150}
151static SYSDEV_ATTR(numastat, S_IRUGO, node_read_numastat, NULL);
152
Andi Kleen4a0b2b42008-07-01 18:48:41 +0200153static ssize_t node_read_distance(struct sys_device * dev,
154 struct sysdev_attribute *attr, char * buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155{
156 int nid = dev->id;
157 int len = 0;
158 int i;
159
160 /* buf currently PAGE_SIZE, need ~4 chars per node */
161 BUILD_BUG_ON(MAX_NUMNODES*4 > PAGE_SIZE/2);
162
163 for_each_online_node(i)
164 len += sprintf(buf + len, "%s%d", i ? " " : "", node_distance(nid, i));
165
166 len += sprintf(buf + len, "\n");
167 return len;
168}
169static SYSDEV_ATTR(distance, S_IRUGO, node_read_distance, NULL);
170
171
172/*
Robert P. J. Day405ae7d2007-02-17 19:13:42 +0100173 * register_node - Setup a sysfs device for a node.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 * @num - Node number to use when creating the device.
175 *
176 * Initialize and register the node device.
177 */
Keiichiro Tokunaga4b450992005-05-08 21:28:53 +0900178int register_node(struct node *node, int num, struct node *parent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179{
180 int error;
181
182 node->sysdev.id = num;
183 node->sysdev.cls = &node_class;
184 error = sysdev_register(&node->sysdev);
185
186 if (!error){
187 sysdev_create_file(&node->sysdev, &attr_cpumap);
Mike Travis39106dc2008-04-08 11:43:03 -0700188 sysdev_create_file(&node->sysdev, &attr_cpulist);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189 sysdev_create_file(&node->sysdev, &attr_meminfo);
190 sysdev_create_file(&node->sysdev, &attr_numastat);
191 sysdev_create_file(&node->sysdev, &attr_distance);
192 }
193 return error;
194}
195
Keiichiro Tokunaga4b450992005-05-08 21:28:53 +0900196/**
197 * unregister_node - unregister a node device
198 * @node: node going away
199 *
200 * Unregisters a node device @node. All the devices on the node must be
201 * unregistered before calling this function.
202 */
203void unregister_node(struct node *node)
204{
205 sysdev_remove_file(&node->sysdev, &attr_cpumap);
Mike Travis39106dc2008-04-08 11:43:03 -0700206 sysdev_remove_file(&node->sysdev, &attr_cpulist);
Keiichiro Tokunaga4b450992005-05-08 21:28:53 +0900207 sysdev_remove_file(&node->sysdev, &attr_meminfo);
208 sysdev_remove_file(&node->sysdev, &attr_numastat);
209 sysdev_remove_file(&node->sysdev, &attr_distance);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Keiichiro Tokunaga4b450992005-05-08 21:28:53 +0900211 sysdev_unregister(&node->sysdev);
212}
213
Yasunori Goto0fc44152006-06-27 02:53:38 -0700214struct node node_devices[MAX_NUMNODES];
215
KAMEZAWA Hiroyuki76b67ed92006-06-27 02:53:41 -0700216/*
217 * register cpu under node
218 */
219int register_cpu_under_node(unsigned int cpu, unsigned int nid)
220{
221 if (node_online(nid)) {
222 struct sys_device *obj = get_cpu_sysdev(cpu);
223 if (!obj)
224 return 0;
225 return sysfs_create_link(&node_devices[nid].sysdev.kobj,
226 &obj->kobj,
227 kobject_name(&obj->kobj));
228 }
229
230 return 0;
231}
232
233int unregister_cpu_under_node(unsigned int cpu, unsigned int nid)
234{
235 if (node_online(nid)) {
236 struct sys_device *obj = get_cpu_sysdev(cpu);
237 if (obj)
238 sysfs_remove_link(&node_devices[nid].sysdev.kobj,
239 kobject_name(&obj->kobj));
240 }
241 return 0;
242}
243
Yasunori Goto0fc44152006-06-27 02:53:38 -0700244int register_one_node(int nid)
245{
246 int error = 0;
KAMEZAWA Hiroyuki76b67ed92006-06-27 02:53:41 -0700247 int cpu;
Yasunori Goto0fc44152006-06-27 02:53:38 -0700248
249 if (node_online(nid)) {
250 int p_node = parent_node(nid);
251 struct node *parent = NULL;
252
253 if (p_node != nid)
254 parent = &node_devices[p_node];
255
256 error = register_node(&node_devices[nid], nid, parent);
KAMEZAWA Hiroyuki76b67ed92006-06-27 02:53:41 -0700257
258 /* link cpu under this node */
259 for_each_present_cpu(cpu) {
260 if (cpu_to_node(cpu) == nid)
261 register_cpu_under_node(cpu, nid);
262 }
Yasunori Goto0fc44152006-06-27 02:53:38 -0700263 }
264
265 return error;
266
267}
268
269void unregister_one_node(int nid)
270{
271 unregister_node(&node_devices[nid]);
272}
273
Lee Schermerhornbde631a2007-10-16 01:26:27 -0700274/*
275 * node states attributes
276 */
277
278static ssize_t print_nodes_state(enum node_states state, char *buf)
279{
280 int n;
281
282 n = nodelist_scnprintf(buf, PAGE_SIZE, node_states[state]);
283 if (n > 0 && PAGE_SIZE > n + 1) {
284 *(buf + n++) = '\n';
285 *(buf + n++) = '\0';
286 }
287 return n;
288}
289
290static ssize_t print_nodes_possible(struct sysdev_class *class, char *buf)
291{
292 return print_nodes_state(N_POSSIBLE, buf);
293}
294
295static ssize_t print_nodes_online(struct sysdev_class *class, char *buf)
296{
297 return print_nodes_state(N_ONLINE, buf);
298}
299
300static ssize_t print_nodes_has_normal_memory(struct sysdev_class *class,
301 char *buf)
302{
303 return print_nodes_state(N_NORMAL_MEMORY, buf);
304}
305
306static ssize_t print_nodes_has_cpu(struct sysdev_class *class, char *buf)
307{
308 return print_nodes_state(N_CPU, buf);
309}
310
311static SYSDEV_CLASS_ATTR(possible, 0444, print_nodes_possible, NULL);
312static SYSDEV_CLASS_ATTR(online, 0444, print_nodes_online, NULL);
313static SYSDEV_CLASS_ATTR(has_normal_memory, 0444, print_nodes_has_normal_memory,
314 NULL);
315static SYSDEV_CLASS_ATTR(has_cpu, 0444, print_nodes_has_cpu, NULL);
316
317#ifdef CONFIG_HIGHMEM
318static ssize_t print_nodes_has_high_memory(struct sysdev_class *class,
319 char *buf)
320{
321 return print_nodes_state(N_HIGH_MEMORY, buf);
322}
323
324static SYSDEV_CLASS_ATTR(has_high_memory, 0444, print_nodes_has_high_memory,
325 NULL);
326#endif
327
328struct sysdev_class_attribute *node_state_attr[] = {
329 &attr_possible,
330 &attr_online,
331 &attr_has_normal_memory,
332#ifdef CONFIG_HIGHMEM
333 &attr_has_high_memory,
334#endif
335 &attr_has_cpu,
336};
337
338static int node_states_init(void)
339{
340 int i;
341 int err = 0;
342
343 for (i = 0; i < NR_NODE_STATES; i++) {
344 int ret;
345 ret = sysdev_class_create_file(&node_class, node_state_attr[i]);
346 if (!err)
347 err = ret;
348 }
349 return err;
350}
351
Keiichiro Tokunaga4b450992005-05-08 21:28:53 +0900352static int __init register_node_type(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353{
Lee Schermerhornbde631a2007-10-16 01:26:27 -0700354 int ret;
355
356 ret = sysdev_class_register(&node_class);
357 if (!ret)
358 ret = node_states_init();
359
360 /*
361 * Note: we're not going to unregister the node class if we fail
362 * to register the node state class attribute files.
363 */
364 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365}
366postcore_initcall(register_node_type);