Searched refs:PF_MEMALLOC_NOIO (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dkmem.c79 * context via PF_MEMALLOC_NOIO to prevent memory reclaim re-entering kmem_zalloc_large()
H A Dxfs_buf.c402 * that we are in such a context via PF_MEMALLOC_NOIO to prevent _xfs_buf_map_pages()
/linux-4.1.27/include/linux/
H A Dsched.h1983 #define PF_MEMALLOC_NOIO 0x00080000 /* Allocating memory without IO involved */ macro
2019 /* __GFP_IO isn't allowed if PF_MEMALLOC_NOIO is set in current->flags
2024 if (unlikely(current->flags & PF_MEMALLOC_NOIO)) memalloc_noio_flags()
2031 unsigned int flags = current->flags & PF_MEMALLOC_NOIO; memalloc_noio_save()
2032 current->flags |= PF_MEMALLOC_NOIO; memalloc_noio_save()
2038 current->flags = (current->flags & ~PF_MEMALLOC_NOIO) | flags; memalloc_noio_restore()
/linux-4.1.27/fs/ocfs2/cluster/
H A Dtcp.c1609 * per-process flag PF_MEMALLOC_NOIO so that all allocations done o2net_start_connect()
1853 * per-process flag PF_MEMALLOC_NOIO so that all allocations done o2net_accept_one()
/linux-4.1.27/drivers/md/
H A Ddm-bufio.c394 * Consequently, we must set per-process flag PF_MEMALLOC_NOIO so that alloc_buffer_data()

Completed in 147 milliseconds