Home
last modified time | relevance | path

Searched refs:PF_MEMALLOC (Results 1 – 22 of 22) sorted by relevance

/linux/kernel/
A Dsoftirq.c526 current->flags &= ~PF_MEMALLOC; in handle_softirqs()
583 current_restore_flags(old_flags, PF_MEMALLOC); in handle_softirqs()
A Dworkqueue.c3701 WARN_ONCE(current->flags & PF_MEMALLOC, in check_flush_dependency()
/linux/include/linux/sched/
A Dmm.h427 return memalloc_flags_save(PF_MEMALLOC); in memalloc_noreclaim_save()
/linux/net/sunrpc/xprtrdma/
A Dtransport.c232 current->flags |= PF_MEMALLOC; in xprt_rdma_connect_worker()
246 current_restore_flags(pflags, PF_MEMALLOC); in xprt_rdma_connect_worker()
/linux/fs/gfs2/
A Dsuper.c1043 unlikely(current->flags & PF_MEMALLOC) && in gfs2_drop_inode()
1254 if (current->flags & PF_MEMALLOC) in gfs2_glock_put_eventually()
1331 if (WARN_ON_ONCE(current->flags & PF_MEMALLOC)) in evict_should_delete()
/linux/net/sunrpc/
A Dxprtsock.c2198 current->flags |= PF_MEMALLOC; in xs_udp_setup_socket()
2218 current_restore_flags(pflags, PF_MEMALLOC); in xs_udp_setup_socket()
2402 current->flags |= PF_MEMALLOC; in xs_tcp_setup_socket()
2479 current_restore_flags(pflags, PF_MEMALLOC); in xs_tcp_setup_socket()
2682 current->flags |= PF_MEMALLOC; in xs_tcp_tls_setup_socket()
2732 current_restore_flags(pflags, PF_MEMALLOC); in xs_tcp_tls_setup_socket()
A Dsched.c946 current->flags |= PF_MEMALLOC; in __rpc_execute()
1005 current_restore_flags(pflags, PF_MEMALLOC); in __rpc_execute()
A Dxprt.c1519 current->flags |= PF_MEMALLOC; in xprt_prepare_transmit()
/linux/mm/
A Dswap.c510 lru_gen_in_fault() && !(current->flags & PF_MEMALLOC)) in folio_add_lru()
A Dpage_alloc.c3519 (current->flags & (PF_MEMALLOC | PF_EXITING))) in warn_alloc_show_mem()
3840 if (current->flags & PF_MEMALLOC) in __need_reclaim()
4066 if (in_serving_softirq() && (current->flags & PF_MEMALLOC)) in __gfp_pfmemalloc_flags()
4069 if (current->flags & PF_MEMALLOC) in __gfp_pfmemalloc_flags()
4238 WARN_ON_ONCE(current->flags & PF_MEMALLOC); in __alloc_pages_slowpath()
4376 if (current->flags & PF_MEMALLOC) in __alloc_pages_slowpath()
A Dmemcontrol.c2198 if (unlikely(current->flags & PF_MEMALLOC)) in try_charge_memcg()
2347 !(current->flags & PF_MEMALLOC) && in try_charge_memcg()
5310 VM_WARN_ON_ONCE(!(current->flags & PF_MEMALLOC)); in obj_cgroup_charge_zswap()
A Dvmscan.c7188 tsk->flags |= PF_MEMALLOC | PF_KSWAPD; in kswapd()
7238 tsk->flags &= ~(PF_MEMALLOC | PF_KSWAPD); in kswapd()
7533 if (!gfpflags_allow_blocking(gfp_mask) || (current->flags & PF_MEMALLOC)) in node_reclaim()
A Dmigrate.c1238 if (current->flags & PF_MEMALLOC) in migrate_folio_unmap()
/linux/fs/iomap/
A Dbuffered-io.c1997 if (WARN_ON_ONCE((current->flags & (PF_MEMALLOC | PF_KSWAPD)) == in iomap_writepages()
1998 PF_MEMALLOC)) in iomap_writepages()
/linux/include/linux/
A Dsched.h1671 #define PF_MEMALLOC 0x00000800 /* Allocating memory to free memory. See memalloc_noreclaim_save() … macro
/linux/fs/reiserfs/
A Dinode.c1769 if (wbc->sync_mode == WB_SYNC_ALL && !(current->flags & PF_MEMALLOC)) { in reiserfs_write_inode()
2523 if (checked && (current->flags & PF_MEMALLOC)) { in reiserfs_write_folio()
/linux/fs/jbd2/
A Dtransaction.c1940 if (handle->h_sync && !(current->flags & PF_MEMALLOC)) in jbd2_journal_stop()
/linux/fs/ceph/
A Daddr.c700 WARN_ON(!(current->flags & PF_MEMALLOC)); in writepage_nounlock()
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst529 Some minimal amount of memory is needed to satisfy PF_MEMALLOC
/linux/fs/xfs/libxfs/
A Dxfs_btree.c3022 new_pflags |= PF_MEMALLOC | PF_KSWAPD; in xfs_btree_split_worker()
/linux/fs/btrfs/
A Ddisk-io.c4422 if (current->flags & PF_MEMALLOC) in __btrfs_btree_balance_dirty()
/linux/fs/ext4/
A Dinode.c5195 if (WARN_ON_ONCE(current->flags & PF_MEMALLOC)) in ext4_write_inode()

Completed in 142 milliseconds