Symbol: PF_MEMALLOC
fs/btrfs/disk-io.c
4576
if (current->flags & PF_MEMALLOC)
fs/ceph/addr.c
759
WARN_ON(!(current->flags & PF_MEMALLOC));
fs/ext4/inode.c
5816
if (WARN_ON_ONCE(current->flags & PF_MEMALLOC))
fs/gfs2/super.c
1025
unlikely(current->flags & PF_MEMALLOC) &&
fs/gfs2/super.c
1171
if (current->flags & PF_MEMALLOC)
fs/gfs2/super.c
1254
if (WARN_ON_ONCE(current->flags & PF_MEMALLOC))
fs/iomap/buffered-io.c
2076
if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) ==
fs/iomap/buffered-io.c
2077
PF_MEMALLOC))
fs/jbd2/transaction.c
2004
if (handle->h_sync && !(current->flags & PF_MEMALLOC))
fs/xfs/libxfs/xfs_btree.c
3021
new_pflags |= PF_MEMALLOC | PF_KSWAPD;
include/linux/sched/mm.h
320
if (current->flags & PF_MEMALLOC)
include/linux/sched/mm.h
430
return memalloc_flags_save(PF_MEMALLOC);
kernel/softirq.c
594
current->flags &= ~PF_MEMALLOC;
kernel/softirq.c
651
current_restore_flags(old_flags, PF_MEMALLOC);
kernel/workqueue.c
3844
WARN_ONCE(current->flags & PF_MEMALLOC,
mm/memcontrol.c
2642
if (unlikely(current->flags & PF_MEMALLOC))
mm/memcontrol.c
2785
!(current->flags & PF_MEMALLOC) &&
mm/memcontrol.c
5888
VM_WARN_ON_ONCE(!(current->flags & PF_MEMALLOC));
mm/migrate.c
1239
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
3993
(current->flags & (PF_MEMALLOC | PF_EXITING)))
mm/page_alloc.c
4318
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
4553
if (in_serving_softirq() && (current->flags & PF_MEMALLOC))
mm/page_alloc.c
4556
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
4757
WARN_ON_ONCE(current->flags & PF_MEMALLOC);
mm/page_alloc.c
4868
if (current->flags & PF_MEMALLOC)
mm/swap.c
555
lru_gen_in_fault() && !(current->flags & PF_MEMALLOC)) {
mm/vmscan.c
7415
tsk->flags |= PF_MEMALLOC | PF_KSWAPD;
mm/vmscan.c
7465
tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD);
mm/vmscan.c
7815
if (!gfpflags_allow_blocking(gfp_mask) || (current->flags & PF_MEMALLOC))
net/sunrpc/sched.c
1003
current_restore_flags(pflags, PF_MEMALLOC);
net/sunrpc/sched.c
944
current->flags |= PF_MEMALLOC;
net/sunrpc/xprt.c
1519
current->flags |= PF_MEMALLOC;
net/sunrpc/xprtrdma/transport.c
232
current->flags |= PF_MEMALLOC;
net/sunrpc/xprtrdma/transport.c
246
current_restore_flags(pflags, PF_MEMALLOC);
net/sunrpc/xprtsock.c
2223
current->flags |= PF_MEMALLOC;
net/sunrpc/xprtsock.c
2243
current_restore_flags(pflags, PF_MEMALLOC);
net/sunrpc/xprtsock.c
2428
current->flags |= PF_MEMALLOC;
net/sunrpc/xprtsock.c
2505
current_restore_flags(pflags, PF_MEMALLOC);
net/sunrpc/xprtsock.c
2715
current->flags |= PF_MEMALLOC;
net/sunrpc/xprtsock.c
2762
current_restore_flags(pflags, PF_MEMALLOC);