• Yosry Ahmed's avatar
    mm: vmscan: refactor updating current->reclaim_state · c7b23b68
    Yosry Ahmed authored
    During reclaim, we keep track of pages reclaimed from other means than
    LRU-based reclaim through scan_control->reclaim_state->reclaimed_slab,
    which we stash a pointer to in current task_struct.
    
    However, we keep track of more than just reclaimed slab pages through
    this.  We also use it for clean file pages dropped through pruned inodes,
    and xfs buffer pages freed.  Rename reclaimed_slab to reclaimed, and add a
    helper function that wraps updating it through current, so that future
    changes to this logic are contained within include/linux/swap.h.
    
    Link: https://lkml.kernel.org/r/20230413104034.1086717-4-yosryahmed@google.comSigned-off-by: default avatarYosry Ahmed <yosryahmed@google.com>
    Acked-by: default avatarMichal Hocko <mhocko@suse.com>
    Cc: Alexander Viro <viro@zeniv.linux.org.uk>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: Darrick J. Wong <djwong@kernel.org>
    Cc: Dave Chinner <david@fromorbit.com>
    Cc: David Hildenbrand <david@redhat.com>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Hyeonggon Yoo <42.hyeyoo@gmail.com>
    Cc: Johannes Weiner <hannes@cmpxchg.org>
    Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
    Cc: Matthew Wilcox <willy@infradead.org>
    Cc: Miaohe Lin <linmiaohe@huawei.com>
    Cc: NeilBrown <neilb@suse.de>
    Cc: Peter Xu <peterx@redhat.com>
    Cc: Roman Gushchin <roman.gushchin@linux.dev>
    Cc: Shakeel Butt <shakeelb@google.com>
    Cc: Tim Chen <tim.c.chen@linux.intel.com>
    Cc: Vlastimil Babka <vbabka@suse.cz>
    Cc: Yu Zhao <yuzhao@google.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    c7b23b68
slob.c 18.7 KB