Christoph Lameter
2bb921e526
vmstat: create separate function to fold per cpu diffs into local counters
...
The main idea behind this patchset is to reduce the vmstat update overhead
by avoiding interrupt enable/disable and the use of per cpu atomics.
This patch (of 3):
It is better to have a separate folding function because
refresh_cpu_vm_stats() also does other things like expire pages in the
page allocator caches.
If we have a separate function then refresh_cpu_vm_stats() is only called
from the local cpu which allows additional optimizations.
The folding function is only called when a cpu is being downed and
therefore no other processor will be accessing the counters. Also
simplifies synchronization.
[akpm@linux-foundation.org: fix UP build]
Signed-off-by: Christoph Lameter <cl@linux.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
CC: Tejun Heo <tj@kernel.org>
Cc: Joonsoo Kim <js1304@gmail.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-09-11 15:57:31 -07:00
..
2013-09-02 11:49:56 +05:30
2013-08-26 14:09:03 -04:00
2013-08-21 09:28:29 +02:00
2013-07-09 12:18:06 -07:00
2013-07-03 11:54:50 -07:00
2013-07-09 10:33:30 -07:00
2013-08-14 13:55:15 +05:30
2013-08-05 08:52:45 +09:00
2013-08-19 14:20:21 +05:30
2013-09-06 13:21:16 -07:00
2013-08-17 19:34:52 +01:00
2013-07-10 11:10:27 -07:00
2013-09-09 16:35:29 -07:00
2013-09-10 13:33:09 -07:00
2013-09-05 14:54:29 -07:00
2013-08-15 15:42:57 -07:00
2013-08-26 11:32:07 -04:00
2013-08-30 21:37:01 +01:00
2013-08-14 10:48:05 +02:00
2013-08-28 13:34:41 +02:00
2013-09-10 13:37:36 -07:00
2013-08-30 17:34:52 -07:00
2013-09-10 13:03:41 -07:00
2013-09-01 13:50:20 +01:00
2013-09-10 13:33:09 -07:00
2013-09-10 20:04:59 -07:00
2013-09-05 14:54:29 -07:00
2013-08-02 12:33:54 -07:00
2013-07-31 14:20:39 +02:00
2013-07-03 16:31:35 -07:00
2013-07-03 16:07:42 -07:00
2013-08-25 09:39:12 -04:00
2013-07-29 13:04:12 -07:00
2013-07-15 11:07:56 +01:00
2013-07-09 10:33:19 -07:00
2013-07-03 16:07:43 -07:00
2013-07-08 01:23:15 -07:00
2013-07-03 16:07:39 -07:00
2013-09-04 09:23:46 -04:00
2013-08-30 23:44:11 -07:00
2013-07-09 16:30:35 -07:00
2013-08-26 18:40:56 -04:00
2013-08-19 12:27:17 -07:00
2013-08-27 17:50:38 -07:00
2013-07-05 11:09:28 +02:00
2013-09-11 15:56:57 -07:00
2013-07-30 11:11:44 +02:00
2013-09-01 14:16:33 -07:00
2013-08-14 17:14:51 +02:00
2013-08-14 17:14:54 +02:00
2013-07-08 10:13:40 -04:00
2013-08-27 01:44:40 +02:00
2013-08-10 03:24:47 +02:00
2013-07-15 02:09:47 +02:00
2013-09-07 12:56:26 +10:00
2013-09-08 13:26:18 -07:00
2013-08-27 22:09:12 -07:00
2013-08-18 17:39:55 -07:00
2013-09-05 20:46:06 -04:00
2013-09-09 10:26:33 -07:00
2013-08-02 12:33:54 -07:00
2013-08-27 09:18:29 +02:00
2013-08-29 21:55:23 -04:00
2013-09-10 13:37:36 -07:00
2013-07-06 14:09:38 -07:00
2013-07-23 16:01:28 -07:00
2013-07-06 14:09:38 -07:00
2013-07-03 13:25:24 +02:00
2013-07-15 11:25:00 +09:30
2013-09-03 20:57:49 -04:00
2013-09-07 19:54:57 -04:00
2013-08-26 20:15:23 +09:00
2013-07-27 20:24:36 +02:00
2013-08-22 22:13:54 -07:00
2013-09-07 14:35:32 -07:00
2013-09-06 09:17:30 +01:00
2013-09-06 09:17:30 +01:00
2013-09-03 07:41:11 +02:00
2013-07-09 10:33:21 -07:00
2013-08-14 17:14:52 +02:00
2013-08-30 08:42:01 +10:00
2013-08-26 13:46:11 +02:00
2013-08-26 13:46:11 +02:00
2013-09-06 11:58:37 +02:00
2013-08-26 21:40:24 +02:00
2013-07-04 10:29:23 -07:00
2013-07-03 16:07:32 -07:00
2013-08-02 11:34:30 +08:00
2013-08-23 10:22:29 +02:00
2013-08-26 09:30:03 -07:00
2013-08-29 14:08:24 -04:00
2013-07-23 16:52:47 -07:00
2013-07-18 13:05:23 -07:00
2013-07-23 16:52:47 -07:00
2013-08-22 20:30:15 -07:00
2013-08-29 15:32:08 -04:00
2013-08-09 10:49:00 +02:00
2013-08-20 11:46:54 -07:00
2013-08-09 07:53:54 -07:00
2013-08-09 07:53:54 -07:00
2013-07-26 16:19:48 -07:00
2013-08-02 22:38:10 -04:00
2013-08-28 21:35:14 -07:00
2013-07-25 15:39:04 -07:00
2013-07-25 12:35:39 +02:00
2013-07-29 09:03:53 +02:00
2013-07-03 16:07:43 -07:00
2013-08-25 09:39:12 -04:00
2013-07-16 22:00:14 -07:00
2013-07-23 16:47:08 -07:00
2013-07-12 13:51:18 +02:00
2013-09-07 15:49:18 -07:00
2013-07-09 10:33:30 -07:00
2013-08-23 09:02:14 -04:00
2013-08-06 14:10:45 +00:00
2013-08-08 20:11:24 -04:00
2013-08-21 11:52:20 -07:00
2013-09-11 15:57:00 -07:00
2013-08-22 23:20:54 +08:00
2013-08-22 10:19:35 -07:00
2013-08-12 17:54:05 +02:00
2013-07-03 16:07:32 -07:00
2013-09-11 15:57:23 -07:00
2013-09-07 09:48:41 -07:00
2013-09-03 16:35:47 +09:30
2013-08-20 15:37:42 +09:30
2013-07-24 09:14:46 -07:00
2013-08-12 15:27:01 +00:00
2013-07-12 12:07:46 +02:00
2013-08-02 12:33:54 -07:00
2013-09-08 20:20:23 -04:00
2013-07-03 16:08:05 -07:00
2013-09-06 14:43:49 -04:00
2013-08-28 00:26:48 +02:00
2013-09-06 14:49:16 -04:00
2013-09-03 15:26:29 -04:00
2013-09-05 10:40:45 -04:00
2013-07-25 21:54:01 +02:00
2013-08-27 13:52:52 -04:00
2013-09-03 16:40:32 -04:00
2013-08-21 10:29:51 +01:00
2013-09-10 13:53:52 -07:00
2013-08-28 20:50:19 +01:00
2013-08-12 15:27:01 +00:00
2013-08-27 10:53:44 +02:00
2013-09-10 13:53:52 -07:00
2013-08-15 17:22:27 -07:00
2013-09-03 22:52:48 -04:00
2013-07-03 16:07:32 -07:00
2013-07-03 16:07:31 -07:00
2013-09-05 14:54:29 -07:00
2013-09-04 11:07:04 -07:00
2013-07-23 03:58:42 +02:00
2013-09-06 13:30:06 -07:00
2013-08-23 16:08:27 -04:00
2013-09-04 11:55:10 -07:00
2013-07-03 16:08:03 -07:00
2013-07-04 15:51:45 -07:00
2013-07-15 01:31:37 +02:00
2013-07-03 16:16:20 +02:00
2013-08-27 18:42:48 -07:00
2013-08-19 21:22:34 -07:00
2013-08-14 17:14:52 +02:00
2013-08-06 14:21:01 -07:00
2013-08-19 10:18:11 -07:00
2013-07-09 10:33:26 -07:00
2013-08-14 19:54:30 +01:00
2013-08-20 16:53:58 -05:00
2013-08-17 09:32:32 -04:00
2013-08-18 17:40:16 -07:00
2013-08-31 14:43:50 -07:00
2013-07-09 10:33:29 -07:00
2013-09-03 10:07:40 -07:00
2013-07-12 12:07:46 +02:00
2013-07-03 16:08:05 -07:00
2013-07-03 16:08:05 -07:00
2013-07-09 10:33:30 -07:00
2013-09-11 15:56:56 -07:00
2013-07-25 19:30:03 +10:00
2013-07-09 10:33:28 -07:00
2013-07-08 13:36:41 +04:00
2013-08-27 14:25:27 +05:30
2013-08-20 17:10:41 -07:00
2013-08-27 14:25:09 +05:30
2013-09-01 14:16:33 -07:00
2013-09-04 00:27:25 -04:00
2013-07-07 19:02:59 +03:00
2013-07-07 19:02:59 +03:00
2013-09-11 15:56:19 -07:00
2013-08-02 12:33:54 -07:00
2013-08-07 16:52:33 -07:00
2013-08-13 08:19:26 -07:00
2013-08-30 17:26:09 -04:00
2013-09-11 15:57:31 -07:00
2013-08-13 17:57:47 -07:00
2013-08-13 17:57:48 -07:00
2013-08-28 09:51:41 -07:00
2013-07-31 12:16:45 -07:00
2013-08-29 13:54:34 -07:00
2013-08-14 17:58:56 +02:00
2013-07-23 16:47:10 -07:00
2013-07-23 16:42:59 -07:00
2013-07-24 15:12:53 -07:00
2013-08-12 11:56:16 -07:00
2013-09-07 14:35:32 -07:00
2013-07-09 10:33:29 -07:00
2013-08-05 10:52:36 -06:00
2013-08-29 13:30:21 +10:00
2013-09-03 19:17:59 +02:00
2013-07-09 10:47:53 +09:30
2013-07-09 18:24:39 -07:00
2013-09-11 15:57:09 -07:00
2013-07-09 10:33:21 -07:00
2013-09-03 18:25:03 -07:00
2013-09-11 15:57:31 -07:00
2013-08-14 17:14:54 +02:00
2013-08-22 08:53:30 -07:00
2013-07-30 08:30:16 -04:00
2013-07-09 10:33:22 -07:00
2013-07-12 12:07:46 +02:00
2013-07-25 19:30:03 +10:00
2013-07-10 18:11:34 -07:00