From: Joel Schopp <jschopp@austin.ibm.com>
To: Nick Piggin <npiggin@suse.de>
Cc: 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: Wed, 22 Feb 2006 16:20:04 -0600 [thread overview]
Message-ID: <43FCE394.9010502@austin.ibm.com> (raw)
In-Reply-To: <20060222143217.GI15546@wotan.suse.de>
> -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?
WARNING: multiple messages have this Message-ID (diff)
From: Joel Schopp <jschopp@austin.ibm.com>
To: Nick Piggin <npiggin@suse.de>
Cc: 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: Wed, 22 Feb 2006 16:20:04 -0600 [thread overview]
Message-ID: <43FCE394.9010502@austin.ibm.com> (raw)
In-Reply-To: <20060222143217.GI15546@wotan.suse.de>
> -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?
--
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>
next prev parent reply other threads:[~2006-02-22 22:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-22 14:32 [RFC][patch] mm: single pcp lists Nick Piggin
2006-02-22 14:32 ` Nick Piggin
2006-02-22 14:33 ` [patch] mm: pcp stats Nick Piggin
2006-02-22 14:33 ` Nick Piggin
2006-02-22 22:20 ` Joel Schopp [this message]
2006-02-22 22:20 ` [RFC][patch] mm: single pcp lists Joel Schopp
2006-02-23 4:28 ` Nick Piggin
2006-02-23 4:28 ` Nick Piggin
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=43FCE394.9010502@austin.ibm.com \
--to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.