On Tue, 24 Jul 2007 12:07:51 -0700 Christoph Lameter <[email protected]> wrote: > Then there are some other flags. I am wondering why they are in > GFP_LEVEL_MASK? > > __GFP_COLD Does not make sense for slab allocators since we have > to touch the page immediately. > > __GFP_COMP No effect. Added by the page allocator on their own > if a higher order allocs are used for a slab. > > __GFP_MOVABLE The movability of a slab is determined by the > options specified at kmem_cache_create time. If this is > specified at kmalloc time then we will have some random > slabs movable and others not. Yes, they seem inappropriate. Especially the first two. - 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/
- Follow-Ups:
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: [email protected] (Mel Gorman)
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- References:
- [PATCH] add __GFP_ZERP to GFP_LEVEL_MASK
- From: Peter Zijlstra <[email protected]>
- Re: [PATCH] add __GFP_ZERP to GFP_LEVEL_MASK
- From: [email protected] (Mel Gorman)
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Peter Zijlstra <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Peter Zijlstra <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Peter Zijlstra <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Christoph Lameter <[email protected]>
- Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- From: Christoph Lameter <[email protected]>
- [PATCH] add __GFP_ZERP to GFP_LEVEL_MASK
- Prev by Date: Re: miserable performance of 2.6.21 under network load
- Next by Date: Re: 2.6.20->2.6.21 - networking dies after random time
- Previous by thread: Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- Next by thread: Re: [PATCH] add __GFP_ZERO to GFP_LEVEL_MASK
- Index(es):