Date:        Mon, 18 Dec 2000 13:54:56 -0500 (EST)
   From: "Richard B. Johnson" <[EMAIL PROTECTED]>

   6/   Deallocates all the buffers by running down the linked-list.

 ...

   If the program deallocates all the buffers, as in (6) above, it will
   take even up to 1 whole minute!! At this time, there is an enormous
   amount of swap-file activity going on.

How exactly are these buffers allocated/deallocated?  Are you
absolutely certain that the deallocation process does not make loads
from or stores into the buffers as a free(3) implementation would?

That would cause the pages to be sucked back from swap space.

Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to