Symbol: PF_MEMALLOC
fs/btrfs/disk-io.c
4524
if (current->flags & PF_MEMALLOC)
fs/ceph/addr.c
754
WARN_ON(!(current->flags & PF_MEMALLOC));
fs/ext4/inode.c
5676
if (WARN_ON_ONCE(current->flags & PF_MEMALLOC))
fs/gfs2/super.c
1023
unlikely(current->flags & PF_MEMALLOC) &&
fs/gfs2/super.c
1169
if (current->flags & PF_MEMALLOC)
fs/gfs2/super.c
1249
if (WARN_ON_ONCE(current->flags & PF_MEMALLOC))
fs/iomap/buffered-io.c
1958
if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) ==
fs/iomap/buffered-io.c
1959
PF_MEMALLOC))
fs/jbd2/transaction.c
1952
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
3798
WARN_ONCE(current->flags & PF_MEMALLOC,
mm/memcontrol.c
2401
if (unlikely(current->flags & PF_MEMALLOC))
mm/memcontrol.c
2544
!(current->flags & PF_MEMALLOC) &&
mm/memcontrol.c
5506
VM_WARN_ON_ONCE(!(current->flags & PF_MEMALLOC));
mm/migrate.c
1239
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
4016
(current->flags & (PF_MEMALLOC | PF_EXITING)))
mm/page_alloc.c
4337
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
4572
if (in_serving_softirq() && (current->flags & PF_MEMALLOC))
mm/page_alloc.c
4575
if (current->flags & PF_MEMALLOC)
mm/page_alloc.c
4741
WARN_ON_ONCE(current->flags & PF_MEMALLOC);
mm/page_alloc.c
4841
if (current->flags & PF_MEMALLOC)
mm/swap.c
508
lru_gen_in_fault() && !(current->flags & PF_MEMALLOC))
mm/vmscan.c
7299
tsk->flags |= PF_MEMALLOC | PF_KSWAPD;
mm/vmscan.c
7349
tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD);
mm/vmscan.c
7699
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
2759
current_restore_flags(pflags, PF_MEMALLOC);