All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nick Piggin <piggin@cyberone.com.au>
To: Ray Bryant <raybry@sgi.com>
Cc: linux-mm <linux-mm@kvack.org>
Subject: Re: lru_add_drain query
Date: Fri, 04 Feb 2005 10:50:33 +1100	[thread overview]
Message-ID: <4202B8C9.2040605@cyberone.com.au> (raw)
In-Reply-To: <42025DCF.2080004@sgi.com>


Ray Bryant wrote:

> The deferred lru_add operations (e. g. lru_cache_add_active()) defer the
> actual addition of a page to the lru list until a batch of such additions
> are available.  lru_cache_add_active() uses a per cpu variable 
> (lru_add_active_pvecs) to hold the deferred pages.
>
> So, to get the deferred adds to complete (so that the lru list is in a
> consistent state and we can scan lru list to do some processing) one 
> calls
> lru_add_drain().  But AFAI can tell, this just drains the local cpu's
> deferred add queue.  Right?
>
> So, here's my question:  Why is it that I don't need to call 
> lru_add_drain()
> on each CPU in the system before I go scan/manipulate the lru list?  
> (i. e.
> what about deferred adds in other CPU's lru_add_active_pvecs?)
>
> What peice of magic am I missing here?
>

I don't think you're missing anything. See lru_drain_cache for when you
really need to drain another CPU's cache (ie cpu hotplug).

I think the idea is that it doesn't _really_ matter to have a few pages
not visible to the LRU lists at any point in time.

--
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-02-03 23:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03 17:22 lru_add_drain query Ray Bryant
2005-02-03 23:50 ` 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=4202B8C9.2040605@cyberone.com.au \
    --to=piggin@cyberone.com.au \
    --cc=linux-mm@kvack.org \
    --cc=raybry@sgi.com \
    /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.