Lines Matching full:scope
310 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope.
312 * This functions marks the beginning of the GFP_NOIO allocation scope.
315 * point of view. Use memalloc_noio_restore to end the scope with flags
328 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope.
331 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
341 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope.
343 * This functions marks the beginning of the GFP_NOFS allocation scope.
346 * point of view. Use memalloc_nofs_restore to end the scope with flags
359 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope.
362 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
399 * set_active_memcg - Starts the remote memcg charging scope.
402 * This function marks the beginning of the remote memcg charging scope. All the
403 * __GFP_ACCOUNT allocations till the end of the scope will be charged to the
407 * so its lifetime is guaranteed to exceed the scope between two
411 * reset the previous value after their own charging scope is over.