diff options
author | 2024-08-08 09:58:58 +1200 | |
---|---|---|
committer | 2024-09-03 21:15:33 -0700 | |
commit | b85508d7de901c23a2bd5194d43c57741d2b149f (patch) | |
tree | 38b1282bb0de3153247a0c1fb2690ce756fb485b /mm/vmscan.c | |
parent | docs: move numa=fake description to kernel-parameters.txt (diff) | |
download | wireguard-linux-b85508d7de901c23a2bd5194d43c57741d2b149f.tar.xz wireguard-linux-b85508d7de901c23a2bd5194d43c57741d2b149f.zip |
mm: rename instances of swap_info_struct to meaningful 'si'
Patch series "mm: batch free swaps for zap_pte_range()", v3.
Batch free swap slots for zap_pte_range(), making munmap three times
faster when the page table entries are filled with swap entries to
be freed. This is likely another advantage of using mTHP.
This patch (of 3):
"p" means "pointer to something", rename it to a more meaningful
identifier - "si". We also have a case with the name "sis", rename it to
"si" as well.
Link: https://lkml.kernel.org/r/20240807215859.57491-1-21cnbao@gmail.com
Link: https://lkml.kernel.org/r/20240807215859.57491-2-21cnbao@gmail.com
Signed-off-by: Barry Song <v-songbaohua@oppo.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Chris Li <chrisl@kernel.org>
Cc: "Huang, Ying" <ying.huang@intel.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Kairui Song <kasong@tencent.com>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Zhiguo Jiang <justinjiang@vivo.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions