Lines Matching full:flags
14 Most of the memory allocation APIs use GFP flags to express how that
18 Diversity of the allocation APIs combined with the numerous GFP flags
27 flags must be used.
29 Get Free Page flags
32 The GFP flags control the allocators behavior. They tell what memory
35 :ref:`Documentation/core-api/mm-api.rst <mm-api-gfp-flags>` provides
36 reference documentation for the GFP flags and their combinations and
57 ``GFP_HIGHUSER`` or ``GFP_HIGHUSER_MOVABLE`` flags. The longer
80 Other legacy GFP flags are ``GFP_DMA`` and ``GFP_DMA32``. They are
83 driver for a device with such restrictions, avoid using these flags.
114 restrictions on which GFP flags can be used with `kvmalloc`; please