PF_MEMALLOC      4174 fs/btrfs/disk-io.c 	if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      8867 fs/btrfs/inode.c 	if (current->flags & PF_MEMALLOC) {
PF_MEMALLOC       606 fs/ceph/addr.c 		WARN_ON(!(current->flags & PF_MEMALLOC));
PF_MEMALLOC      1166 fs/cifs/connect.c 	current->flags |= PF_MEMALLOC;
PF_MEMALLOC      2168 fs/ext4/inode.c 		if ((current->flags & PF_MEMALLOC) ||
PF_MEMALLOC      2175 fs/ext4/inode.c 			WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD))
PF_MEMALLOC      2176 fs/ext4/inode.c 							== PF_MEMALLOC);
PF_MEMALLOC      5425 fs/ext4/inode.c 	if (WARN_ON_ONCE(current->flags & PF_MEMALLOC) ||
PF_MEMALLOC      1010 fs/gfs2/super.c 	    unlikely(current->flags & PF_MEMALLOC) &&
PF_MEMALLOC      1213 fs/gfs2/super.c 	if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      1264 fs/gfs2/super.c 	if (WARN_ON_ONCE(current->flags & PF_MEMALLOC))
PF_MEMALLOC      1838 fs/jbd2/transaction.c 		if (handle->h_sync && !(current->flags & PF_MEMALLOC))
PF_MEMALLOC        81 fs/mpage.c     	if (bio == NULL && (current->flags & PF_MEMALLOC)) {
PF_MEMALLOC       126 fs/nfs/blocklayout/blocklayout.c 	if (!bio && (current->flags & PF_MEMALLOC)) {
PF_MEMALLOC      1789 fs/reiserfs/inode.c 	if (wbc->sync_mode == WB_SYNC_ALL && !(current->flags & PF_MEMALLOC)) {
PF_MEMALLOC      2545 fs/reiserfs/inode.c 	if (checked && (current->flags & PF_MEMALLOC)) {
PF_MEMALLOC      2865 fs/xfs/libxfs/xfs_btree.c 		new_pflags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD;
PF_MEMALLOC      1002 fs/xfs/xfs_aops.c 	if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC|PF_KSWAPD)) ==
PF_MEMALLOC      1003 fs/xfs/xfs_aops.c 			PF_MEMALLOC))
PF_MEMALLOC       276 include/linux/sched/mm.h 	unsigned int flags = current->flags & PF_MEMALLOC;
PF_MEMALLOC       277 include/linux/sched/mm.h 	current->flags |= PF_MEMALLOC;
PF_MEMALLOC       283 include/linux/sched/mm.h 	current->flags = (current->flags & ~PF_MEMALLOC) | flags;
PF_MEMALLOC       264 kernel/softirq.c 	current->flags &= ~PF_MEMALLOC;
PF_MEMALLOC       321 kernel/softirq.c 	current_restore_flags(old_flags, PF_MEMALLOC);
PF_MEMALLOC      2607 kernel/workqueue.c 	WARN_ONCE(current->flags & PF_MEMALLOC,
PF_MEMALLOC      2600 mm/memcontrol.c 	if (unlikely(current->flags & PF_MEMALLOC))
PF_MEMALLOC      1029 mm/migrate.c   		if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      3737 mm/page_alloc.c 		    (current->flags & (PF_MEMALLOC | PF_EXITING)))
PF_MEMALLOC      4067 mm/page_alloc.c 	if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      4247 mm/page_alloc.c 	if (in_serving_softirq() && (current->flags & PF_MEMALLOC))
PF_MEMALLOC      4250 mm/page_alloc.c 		if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      4556 mm/page_alloc.c 	if (current->flags & PF_MEMALLOC)
PF_MEMALLOC      4642 mm/page_alloc.c 		WARN_ON_ONCE(current->flags & PF_MEMALLOC);
PF_MEMALLOC      3917 mm/vmscan.c    	tsk->flags |= PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD;
PF_MEMALLOC      3964 mm/vmscan.c    	tsk->flags &= ~(PF_MEMALLOC | PF_SWAPWRITE | PF_KSWAPD);
PF_MEMALLOC      4281 mm/vmscan.c    	if (!gfpflags_allow_blocking(gfp_mask) || (current->flags & PF_MEMALLOC))