Lines Matching defs:used
146 * register_event() callback will be used to add new userspace
198 * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
222 * be used for reference counting.
347 * This will be used as a shrinker list's index.
555 * after page_cgroup_ino() returns, so it only should be used by callers that
698 * Necessary to update all ancestors when hierarchy is used.
1305 * When cgruop1 non-hierarchy mode is used,
2851 * GFP_KERNEL can consistently be used during reclaim. @memcg is
4387 * new->current_threshold will not be used until
4481 * new->current_threshold will not be used
4643 * A memcg's headroom is "min(max, high) - used". In the hierarchy, the
4666 unsigned long used = page_counter_read(&memcg->memory);
4668 *pheadroom = min(*pheadroom, ceiling - min(ceiling, used));
4981 * Determine the event callbacks and set them in @event. This used
6102 * where charge immigration is not used. Perform charge
6814 * WARNING: This function is not stateless! It can only be used as part