Lines Matching full:scope
205 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope.
207 * This functions marks the beginning of the GFP_NOIO allocation scope.
210 * point of view. Use memalloc_noio_restore to end the scope with flags
223 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope.
226 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
236 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope.
238 * This functions marks the beginning of the GFP_NOFS allocation scope.
241 * point of view. Use memalloc_nofs_restore to end the scope with flags
254 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope.
257 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
280 * memalloc_use_memcg - Starts the remote memcg charging scope.
283 * This function marks the beginning of the remote memcg charging scope. All the
284 * __GFP_ACCOUNT allocations till the end of the scope will be charged to the
296 * memalloc_unuse_memcg - Ends the remote memcg charging scope.
298 * This function marks the end of the remote memcg charging scope started by