Home
last modified time | relevance | path

Searched refs:__GFP_WAIT (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmm.h614 #define __GFP_WAIT 0x10 /* Can wait and reschedule? */ macro
620 #define GFP_NOHIGHIO (__GFP_HIGH | __GFP_WAIT | __GFP_IO)
621 #define GFP_NOIO (__GFP_HIGH | __GFP_WAIT)
622 #define GFP_NOFS (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO)
624 #define GFP_USER ( __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS)
625 #define GFP_HIGHUSER ( __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS | __GFP_HIGHMEM)
626 #define GFP_KERNEL (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS)
627 #define GFP_NFS (__GFP_HIGH | __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS)
628 #define GFP_KSWAPD ( __GFP_WAIT | __GFP_IO | __GFP_HIGHIO | __GFP_FS)
Dslab.h27 #define SLAB_LEVEL_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_HIGHIO|__GFP_FS)
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dkmem.h149 return (gfp_mask & __GFP_WAIT); in kmem_shake_allow()
/linux-2.4.37.9/Documentation/vm/
Dbalance3 Memory balancing is needed for non __GFP_WAIT as well as for non
6 There are two reasons to be requesting non __GFP_WAIT allocations:
/linux-2.4.37.9/mm/
Dpage_alloc.c409 if (!(gfp_mask & __GFP_WAIT)) in __alloc_pages()
436 if (!(gfp_mask & __GFP_WAIT)) in __alloc_pages()
Dslab.c1748 if (gfp_mask & __GFP_WAIT) in kmem_cache_reap()
/linux-2.4.37.9/net/core/
Dskbuff.c169 if (in_interrupt() && (gfp_mask & __GFP_WAIT)) { in alloc_skb()
176 gfp_mask &= ~__GFP_WAIT; in alloc_skb()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1784 if (!(gfp_mask & (__GFP_IO|__GFP_WAIT))) in journal_try_to_free_buffers()