login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
26
Re: [patch 2/2] cpusets: add interleave_over_allowed option
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Lee Schermerhorn
Subject:
Re: [patch 2/2] cpusets: add interleave_over_allowed option
Date: Friday, October 26, 2007 - 2:26 pm
On Fri, 2007-10-26 at 14:17 -0700, Christoph Lameter wrote:
quoted text
> On Fri, 26 Oct 2007, Lee Schermerhorn wrote: > > > For some systems [not mine], the nodemasks can get quite large. I have > > a patch, that I've tested atop Mel Gorman's "onezonelist" patches that > > replaces the nodemasks embedded in struct mempolicy with pointers to > > dynamically allocated ones. However, it's probably not much of a win, > > memorywise, if most of the uses are for interleave and bind > > policies--both of which would always need the nodemasks in addition to > > the pointers. > > > > Now, if we could replace the 'cpuset_mems_allowed' nodemask with a > > pointer to something stable, it might be a win. > > The memory policies are already shared and have refcounters for that > purpose.
I must have missed that in the code I'm reading :) Have a nice weekend. Lee -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 1/2] cpusets: extract mmarray loading from update_n ...
, David Rientjes
, (Thu Oct 25, 3:54 pm)
[patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 3:54 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Thu Oct 25, 4:37 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 4:56 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Thu Oct 25, 5:28 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Thu Oct 25, 6:13 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 6:30 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Thu Oct 25, 6:55 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 7:11 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Thu Oct 25, 7:29 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 7:45 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Thu Oct 25, 8:14 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Thu Oct 25, 8:58 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Thu Oct 25, 9:34 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 8:18 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 8:30 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 8:37 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 10:04 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 10:28 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 10:36 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 11:45 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 11:46 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 12:00 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 12:02 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Michael Kerrisk
, (Fri Oct 26, 1:21 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 1:25 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Michael Kerrisk
, (Fri Oct 26, 1:33 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 1:43 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 1:45 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 2:05 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 2:08 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 2:12 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 2:13 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 2:15 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 2:17 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 2:18 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 2:26 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Fri Oct 26, 2:31 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 2:37 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Fri Oct 26, 2:39 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 6:07 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 6:26 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 7:41 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 7:50 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Fri Oct 26, 10:16 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Fri Oct 26, 11:07 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sat Oct 27, 1:36 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sat Oct 27, 10:45 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Sat Oct 27, 10:47 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sat Oct 27, 10:50 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sat Oct 27, 12:16 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sat Oct 27, 1:59 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sat Oct 27, 2:22 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sat Oct 27, 4:19 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sun Oct 28, 11:19 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sun Oct 28, 4:46 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sun Oct 28, 6:04 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sun Oct 28, 9:27 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Sun Oct 28, 9:47 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Sun Oct 28, 10:45 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Mon Oct 29, 12:00 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:15 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:26 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 8:00 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 8:10 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 9:23 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 9:54 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 10:33 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Andi Kleen
, (Mon Oct 29, 10:35 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 10:46 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 11:41 am)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Mon Oct 29, 12:01 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:35 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:40 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:45 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 12:57 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 1:02 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Mon Oct 29, 1:35 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Christoph Lameter
, (Mon Oct 29, 1:36 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Andi Kleen
, (Mon Oct 29, 2:08 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Mon Oct 29, 3:48 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 12:47 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Lee Schermerhorn
, (Tue Oct 30, 1:20 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 1:26 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Andi Kleen
, (Tue Oct 30, 1:27 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 3:53 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 3:57 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 4:12 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 4:17 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 4:17 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 4:25 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 4:44 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 4:46 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, David Rientjes
, (Tue Oct 30, 4:53 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 5:03 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 5:03 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 5:05 pm)
Re: [patch 2/2] cpusets: add interleave_over_allowed option
, Paul Jackson
, (Tue Oct 30, 5:29 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Hugh Dickins
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Bernhard Beck
[PATCH 001/001] usb-serial: Add ThinkOptics WavIT
Oleg Nesterov
Re: [PATCH 4/5] don't panic if /sbin/init exits or killed
Greg KH
[patch 07/21] rtc-pcf8563: detect polarity of century bit automatically
git
:
Jonathan del Strother
Re: [PATCH] Fixing path quoting issues
Gerrit Pape
[PATCH] fix skipping merge-order test with NO_OPENSSL=1.
Linus Torvalds
Re: Implementing branch attributes in git config
Johannes Schindelin
Re: Trying to use git-filter-branch to compress history by removing large, obsolet...
Gerrit Pape
[PATCH] hooks--update: fix test for properly set up project description file
linux-netdev
:
David Miller
Re: [PATCH 04/15] tg3: Preserve LAA when device control is released
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Sven Wegener
[PATCH] ipvs: Add missing locking during connection table hashing and unhashing
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
Stephen Hemminger
[PATCH 2/2] sky2: fix transmit state on resume
git-commits-head
:
Linux Kernel Mailing List
[SCSI] scsi ioctl: fix kernel-doc warning
Linux Kernel Mailing List
ALSA: HDA - Correct trivial typos in comments.
Linux Kernel Mailing List
i2c-viapro: Add support for SMBus Process Call transactions
Linux Kernel Mailing List
i2c: Documentation: upgrading clients HOWTO
Linux Kernel Mailing List
[PATCH] fix sysctl_nr_open bugs
openbsd-misc
:
Die Gestalt
Re: How to re-build openssl with SHA1 support?
Edwin Eyan Moragas
Re: managing routes for multiple PPPoE connections
Brian Candler
Re: OBSD's perspective on SELinux
Jonathan Schleifer
Why is getaddrinfo breaking POSIX?
Predrag Punosevac
Re: Kernel developers guide/tutorial
Colocation donated by:
Syndicate