Lines Matching refs:to

6 	  could be used for debugging features that need to insert extra
7 field for every page. This extension enables us to save memory
8 by not allocating this extra memory according to boottime
19 slowdown, but helps to find certain types of memory corruption.
33 pages are not saved to the suspend image.
36 allowing the kernel mapping to be backed by large pages on some
67 equivalent to specifying the "slab_debug" parameter on boot.
85 This is intended for use in combination with KASAN, to enable KASAN to
87 (KFENCE is able to do that independent of this flag.)
93 KASAN builds, in case you want to test for such a bug.
96 catching all the bugs WAY more than performance, you might want to
114 help to find bare alloc_page(s) leaks. Even if you include this
116 "page_owner=on" to boot parameter in order to enable it. Eats
131 entries are added and removed to user page tables, leaking, corruption
166 bool "Enable tracepoint to track down page reference manipulation"
170 This is a feature to add tracepoint for tracking down page reference
171 manipulation. This tracking is useful to diagnose functional failure
172 due to migration failures caused by page reference mismatches. Be
173 careful when enabling this feature because it adds about 30 KB to the
223 bool "Export kernel pagetable layout to userspace via debugfs"
229 Say Y here if you want to show the kernel pagetable layout in a
232 It is probably not a good idea to enable this feature in a production
250 Say Y here if you want to enable the memory leak
252 similar to the Boehm's conservative garbage collector, the
255 feature will introduce an overhead to memory
260 due to the slab objects poisoning.
262 In order to access the kmemleak file, debugfs needs to be
271 Kmemleak must track all the memory allocations to avoid
274 of metadata objects to track such callbacks. After kmemleak is
279 bool "Default kmemleak to off"
282 Say Y here to disable kmemleak by default. It can then be enabled
294 Say N here to disable kmemleak auto scan thread to stop automatic
304 Say Y here to enable success, retry and failure counters of page
307 kernel developers to evaluate effectiveness of per-vma locks and to