Searched refs:PF_MEMALLOC (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/card/
H A Dqueue.c49 current->flags |= PF_MEMALLOC|PF_NOFREEZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dvmscan.c1316 tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD;
1638 p->flags |= PF_MEMALLOC | PF_SWAPWRITE;
1683 current->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE);
1715 (current->flags & PF_MEMALLOC))
H A Dpage_alloc.c1075 * such as GFP_HIGH, GFP_ATOMIC, PF_MEMALLOC, ... If a zone is
1296 if (((p->flags & PF_MEMALLOC) || unlikely(test_thread_flag(TIF_MEMDIE)))
1321 p->flags |= PF_MEMALLOC;
1328 p->flags &= ~PF_MEMALLOC;
3155 * __GFP_HIGH and PF_MEMALLOC allocations usually don't
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_super.c57 if (current->flags & PF_MEMALLOC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtd_blkdevs.c82 /* we might get involved when memory gets low, so use PF_MEMALLOC */
83 current->flags |= PF_MEMALLOC | PF_NOFREEZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dsuper.c104 if (current->flags & PF_MEMALLOC)
108 hfsplus_jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n");
H A Dtransaction.c1389 if (handle->h_sync && !(current->flags & PF_MEMALLOC))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dmpage.c111 if (bio == NULL && (current->flags & PF_MEMALLOC)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c1445 current->flags |= PF_MEMALLOC;
1452 current->flags &= ~PF_MEMALLOC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c1627 if (do_sync && !(current->flags & PF_MEMALLOC)) {
2330 /* no logging allowed when nonblocking or from PF_MEMALLOC */
2331 if (checked && (current->flags & PF_MEMALLOC)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c1407 if (handle->h_sync && !(current->flags & PF_MEMALLOC))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c1407 if (handle->h_sync && !(current->flags & PF_MEMALLOC))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1336 #define PF_MEMALLOC 0x00000800 /* Allocating memory */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_buf.c1729 current->flags |= PF_MEMALLOC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c1128 * be PF_MEMALLOC.
2806 * - Within prune_icache() (PF_MEMALLOC == true)
2831 if (current->flags & PF_MEMALLOC)
2835 jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c1127 * be PF_MEMALLOC.
2805 * - Within prune_icache() (PF_MEMALLOC == true)
2830 if (current->flags & PF_MEMALLOC)
2834 jbd_debug(0, "called recursively, non-PF_MEMALLOC!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dconnect.c352 current->flags |= PF_MEMALLOC;

Completed in 275 milliseconds