Hi, On Thu, May 10, 2001 at 03:22:57PM -0300, Marcelo Tosatti wrote: > Initially I thought about __GFP_FAIL to be used by writeout routines which > want to cluster pages until they can allocate memory without causing any > pressure to the system. Something like this: > > while ((page = alloc_page(GFP_FAIL)) > add_page_to_cluster(page); > write_cluster(); Isn't that an orthogonal decision? You can use __GFP_FAIL with or without __GFP_WAIT or __GFP_IO, whichever is appropriate. Cheers, Stephen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] allocation looping + kswapd CPU cycl... Alex Bligh - linux-kernel
- Re: [PATCH] allocation looping + kswapd CPU cycl... Marcelo Tosatti
- Re: [PATCH] allocation looping + kswapd CPU... Jens Axboe
- Re: [PATCH] allocation looping + kswapd CPU... David S. Miller
- Re: [PATCH] allocation looping + kswapd... Mark Hemment
- Re: [PATCH] allocation looping + ks... Marcelo Tosatti
- Re: [PATCH] allocation looping ... Mark Hemment
- Re: [PATCH] allocation loo... Marcelo Tosatti
- Re: [PATCH] allocation... Stephen C. Tweedie
- Re: [PATCH] allocation... Marcelo Tosatti
- Re: [PATCH] allocation... Stephen C. Tweedie
- Re: [PATCH] allocation... Marcelo Tosatti
- Re: [PATCH] allocation... Stephen C. Tweedie
- Re: [PATCH] allocation looping + kswapd... Rik van Riel