CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_kpagecgroup.5
blob1cfbf49aae25c345a7b8a2b8530c8adedf4ec231
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_kpagecgroup 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/kpagecgroup \- memory cgroups
10 .SH DESCRIPTION
11 .TP
12 .IR /proc/kpagecgroup " (since Linux 4.3)"
13 .\" commit 80ae2fdceba8313b0433f899bdd9c6c463291a17
14 This file contains a 64-bit inode number of
15 the memory cgroup each page is charged to,
16 indexed by page frame number (see the discussion of
17 .IR /proc/ pid /pagemap ).
18 .IP
19 The
20 .I /proc/kpagecgroup
21 file is present only if the
22 .B CONFIG_MEMCG
23 kernel configuration option is enabled.
24 .SH SEE ALSO
25 .BR proc (5)