linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <nickpiggin@yahoo.com.au>
To: Joel Schopp <jschopp@austin.ibm.com>
Cc: Nick Piggin <npiggin@suse.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [RFC][patch] mm: single pcp lists
Date: Thu, 23 Feb 2006 15:28:22 +1100	[thread overview]
Message-ID: <43FD39E6.7050701@yahoo.com.au> (raw)
In-Reply-To: <43FCE394.9010502@austin.ibm.com>

Joel Schopp wrote:
>> -struct per_cpu_pages {
>> +struct per_cpu_pageset {
>> +    struct list_head list;    /* the list of pages */
>>      int count;        /* number of pages in the list */
>> +    int cold_count;        /* number of cold pages in the list */
>>      int high;        /* high watermark, emptying needed */
>>      int batch;        /* chunk size for buddy add/remove */
>> -    struct list_head list;    /* the list of pages */
>> -};
> 
> 
> Any particular reason to move the list_head to the front?
> 

Nothing particular. I think it was for alignment at one stage
before cold_count was added.

-- 
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.com 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2006-02-23  4:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-22 14:32 Nick Piggin
2006-02-22 14:33 ` [patch] mm: pcp stats Nick Piggin
2006-02-22 22:20 ` [RFC][patch] mm: single pcp lists Joel Schopp
2006-02-23  4:28   ` Nick Piggin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43FD39E6.7050701@yahoo.com.au \
    --to=nickpiggin@yahoo.com.au \
    --cc=jschopp@austin.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=npiggin@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox