All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Avoiding fragmentation through different allocator V2
Date: Fri, 14 Jan 2005 20:16:44 -0200	[thread overview]
Message-ID: <20050114221644.GE3336@logos.cnet> (raw)
In-Reply-To: <20050114213619.GA3336@logos.cnet>

> You want to do 
> 		free_pages -= (z->free_area_lists[0][o].nr_free + z->free_area_lists[2][o].nr_free +
										   ^^^^ = 1
>                 		z->free_area_lists[2][o].nr_free) << o;

I meant the sum of the free lists. You'd better use the defines instead of course :)

> So not to interfere with the "min" decay (and remove the allocation type loop). 

WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: Mel Gorman <mel@csn.ul.ie>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Avoiding fragmentation through different allocator V2
Date: Fri, 14 Jan 2005 20:16:44 -0200	[thread overview]
Message-ID: <20050114221644.GE3336@logos.cnet> (raw)
In-Reply-To: <20050114213619.GA3336@logos.cnet>

> You want to do 
> 		free_pages -= (z->free_area_lists[0][o].nr_free + z->free_area_lists[2][o].nr_free +
										   ^^^^ = 1
>                 		z->free_area_lists[2][o].nr_free) << o;

I meant the sum of the free lists. You'd better use the defines instead of course :)

> So not to interfere with the "min" decay (and remove the allocation type loop). 
--
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:"aart@kvack.org"> aart@kvack.org </a>

  reply	other threads:[~2005-01-15  1:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-13 15:56 [PATCH] Avoiding fragmentation through different allocator V2 Mel Gorman
2005-01-13 15:56 ` Mel Gorman
2005-01-14 21:36 ` Marcelo Tosatti
2005-01-14 21:36   ` Marcelo Tosatti
2005-01-14 22:16   ` Marcelo Tosatti [this message]
2005-01-14 22:16     ` Marcelo Tosatti
2005-01-15 19:18   ` Mel Gorman
2005-01-15 19:18     ` Mel Gorman
2005-01-15 17:10     ` Marcelo Tosatti
2005-01-15 17:10       ` Marcelo Tosatti
2005-01-16 16:13       ` Mel Gorman
2005-01-16 16:13         ` Mel Gorman
2005-01-16 14:45     ` Marcelo Tosatti
2005-01-16 20:28       ` Mel Gorman
2005-01-16 20:28         ` Mel Gorman

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=20050114221644.GE3336@logos.cnet \
    --to=marcelo.tosatti@cyclades.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mel@csn.ul.ie \
    /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.