login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
15
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Minchan Kim
Subject:
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
Date: Thursday, April 15, 2010 - 3:33 am
On Thu, Apr 15, 2010 at 7:21 PM, Minchan Kim <minchan.kim@gmail.com> wrote:
quoted text
> On Thu, Apr 15, 2010 at 7:08 PM, Tejun Heo <tj@kernel.org> wrote: >> Hello, >> >> On 04/15/2010 06:40 PM, Minchan Kim wrote: >>>> I'm not an expert on that part of the kernel but isn't >>>> alloc_pages_any_node() identical to alloc_pages_exact_node()? All >>> >>> alloc_pages_any_node means user allows allocated pages in any >>> node(most likely current node) alloc_pages_exact_node means user >>> allows allocated pages in nid node if he doesn't use __GFP_THISNODE. >> >> Ooh, sorry, I meant alloc_pages(). What would be the difference >> between alloc_pages_any_node() and alloc_pages()? > > It's no different. It's same. Just naming is more explicit. :) > I think it could be following as. > > #define alloc_pages alloc_pages_any_node. > strucdt page * alloc_pages_node() {
typo. Sorry. struct page * alloc_pages_any_node {
quoted text
> int nid = numa_node_id(); > ... > return page; > } >
-- Kind regards, Minchan Kim --
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/6] Remove node's validity check in alloc_pages
, Minchan Kim
, (Tue Apr 13, 8:24 am)
[PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Tue Apr 13, 8:24 am)
[PATCH 3/6] change alloc function in alloc_slab_page
, Minchan Kim
, (Tue Apr 13, 8:25 am)
[PATCH 4/6] change alloc function in vmemmap_alloc_block
, Minchan Kim
, (Tue Apr 13, 8:25 am)
[PATCH 5/6] change alloc function in __vmalloc_area_node
, Minchan Kim
, (Tue Apr 13, 8:25 am)
[PATCH 6/6] Add comment in alloc_pages_exact_node
, Minchan Kim
, (Tue Apr 13, 8:25 am)
Re: [PATCH 1/6] Remove node's validity check in alloc_pages
, Mel Gorman
, (Tue Apr 13, 8:32 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Mel Gorman
, (Tue Apr 13, 8:48 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Mel Gorman
, (Tue Apr 13, 8:52 am)
Re: [PATCH 4/6] change alloc function in vmemmap_alloc_block
, Mel Gorman
, (Tue Apr 13, 8:59 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Minchan Kim
, (Tue Apr 13, 9:01 am)
Re: [PATCH 5/6] change alloc function in __vmalloc_area_node
, Mel Gorman
, (Tue Apr 13, 9:02 am)
Re: [PATCH 6/6] Add comment in alloc_pages_exact_node
, Mel Gorman
, (Tue Apr 13, 9:13 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Mel Gorman
, (Tue Apr 13, 9:14 am)
Re: [PATCH 6/6] Add comment in alloc_pages_exact_node
, Minchan Kim
, (Tue Apr 13, 9:20 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, David Rientjes
, (Tue Apr 13, 2:37 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Minchan Kim
, (Tue Apr 13, 4:40 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, David Rientjes
, (Tue Apr 13, 4:55 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Minchan Kim
, (Tue Apr 13, 5:02 pm)
Re: [PATCH 1/6] Remove node's validity check in alloc_pages
, KAMEZAWA Hiroyuki
, (Tue Apr 13, 5:04 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, KAMEZAWA Hiroyuki
, (Tue Apr 13, 5:18 pm)
Re: [PATCH 4/6] change alloc function in vmemmap_alloc_block
, KAMEZAWA Hiroyuki
, (Tue Apr 13, 5:19 pm)
Re: [PATCH 5/6] change alloc function in __vmalloc_area_node
, KAMEZAWA Hiroyuki
, (Tue Apr 13, 5:22 pm)
Re: [PATCH 5/6] change alloc function in __vmalloc_area_node
, Minchan Kim
, (Tue Apr 13, 5:33 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Pekka Enberg
, (Wed Apr 14, 5:23 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Wed Apr 14, 4:39 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Wed Apr 14, 6:31 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Thu Apr 15, 12:21 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 15, 1:00 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Thu Apr 15, 1:15 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 15, 2:40 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Thu Apr 15, 3:08 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 15, 3:21 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 15, 3:33 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Thu Apr 15, 4:43 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 15, 4:49 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Christoph Lameter
, (Fri Apr 16, 9:07 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Christoph Lameter
, (Fri Apr 16, 9:10 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Lee Schermerhorn
, (Fri Apr 16, 12:13 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Sun Apr 18, 8:54 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Sun Apr 18, 8:55 am)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Pekka Enberg
, (Sun Apr 18, 11:49 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Sun Apr 18, 2:22 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Sun Apr 18, 5:03 pm)
Re: [PATCH 3/6] change alloc function in alloc_slab_page
, Mel Gorman
, (Mon Apr 19, 2:05 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Christoph Lameter
, (Mon Apr 19, 10:38 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Christoph Lameter
, (Mon Apr 19, 10:45 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Mon Apr 19, 3:27 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Mon Apr 19, 5:20 pm)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Mel Gorman
, (Tue Apr 20, 8:05 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Tejun Heo
, (Wed Apr 21, 3:48 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Christoph Lameter
, (Wed Apr 21, 7:15 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Wed Apr 21, 10:06 am)
Re: [PATCH 2/6] change alloc function in pcpu_alloc_pages
, Minchan Kim
, (Thu Apr 22, 3:15 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Alexey Dobriyan
Re: [2.6.22.2 review 09/84] Fix rfkill IRQ flags.
Michael Moore
Re: underage models, pre teen models, lolita porn, young preteens, little lolitas
Alex Riesen
Re: [PATCH 4/7] lib: Introduce strnstr()
Thomas Gleixner
[ANNOUNCE] 2.6.31-rc6-rt2
Mathieu Desnoyers
Re: Linux 2.6.25-rc2
git
:
Blaisorblade
git-unpack-objects < pack file in repository doesn't work!
Matthieu Moy
Re: Cloning empty repositories, was Re: What is the idea for bare repositories?
Linus Torvalds
Re: Untracked working tree files
Peter Karlsson
Re: CRLF problems with Git on Win32
Johannes Schindelin
Re: [PATCH 4/4] git-rebase -i: New option to support rebase with merges
linux-netdev
:
Alan Menegotto
Re: Linux networking implementation and packet capture
Andrew Morton
Re: [PATCH] PHYLIB: IRQ event workqueue handling fixes
Timo Teräs
ip xfrm policy semantics
Jarek Poplawski
Re: [PATCH]: Fix queueing return values...
David Miller
Re: [PATCH 1/2] netdev: bfin_mac: enable bfin_mac net dev driver for BF51x
git-commits-head
:
Linux Kernel Mailing List
Blackfin: don't give CPU its own line in traps output
Linux Kernel Mailing List
No need to do lock_super() for exclusion in generic_shutdown_super()
Linux Kernel Mailing List
x86, msr: Export the register-setting MSR functions via /dev/*/msr
Linux Kernel Mailing List
MIPS: SMTC: Fix lockup in smtc_distribute_timer
Linux Kernel Mailing List
powerpc: gamecube/wii: usbgecko bootwrapper console support
openbsd-misc
:
Aaron Mason
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Henning Brauer
Re: Defending OpenBSD Performance
Christiano Farina Haesbaert
Re: Defending OpenBSD Performance
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate