Re: [PATCH 03/10] mm: tag reseve pages
- From: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
- Date: Mon, 06 Aug 2007 20:28:20 +0200
On Mon, 2007-08-06 at 11:11 -0700, Christoph Lameter wrote:
On Mon, 6 Aug 2007, Peter Zijlstra wrote:
===================================================================
--- linux-2.6-2.orig/include/linux/mm_types.h
+++ linux-2.6-2/include/linux/mm_types.h
@@ -60,6 +60,7 @@ struct page {
union {
^^^^^^^^^^
pgoff_t index; /* Our offset within mapping. */
void *freelist; /* SLUB: freelist req. slab lock */
+ int reserve; /* page_alloc: page is a reserve page */
Extending page struct ???
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 00/10] foundations for reserve-based allocation
- From: Peter Zijlstra
- [PATCH 03/10] mm: tag reseve pages
- From: Peter Zijlstra
- Re: [PATCH 03/10] mm: tag reseve pages
- From: Christoph Lameter
- [PATCH 00/10] foundations for reserve-based allocation
- Prev by Date: Re: high system cpu load during intense disk i/o
- Next by Date: Re: Increased CPU usage after upgrading to 2.6.21
- Previous by thread: Re: [PATCH 03/10] mm: tag reseve pages
- Next by thread: Re: [PATCH 03/10] mm: tag reseve pages
- Index(es):
Relevant Pages
|