Home
last modified time | relevance | path

Searched refs:poison (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/tools/vm/
Dslabinfo.c34 int order, poison, reclaim_account, red_zone; member
86 int poison = 0; variable
527 page_size << s->order, s->partial, onoff(s->poison), in report()
577 if (s->poison) in slabcache()
626 poison = 1; in debug_opt_scan()
640 if (poison) in debug_opt_scan()
642 poison = 1; in debug_opt_scan()
709 if (poison && !s->poison) { in slab_debug()
715 if (!poison && s->poison) { in slab_debug()
1188 slab->poison = get_obj("poison"); in read_slab_dir()
/linux-4.1.27/mm/
DKconfig.debug23 fill the pages with poison patterns after free_pages() and verify
Dpage_alloc.c5544 unsigned long free_reserved_area(void *start, void *end, int poison, char *s) in free_reserved_area() argument
5552 if ((unsigned int)poison <= 0xFF) in free_reserved_area()
5553 memset(pos, poison, PAGE_SIZE); in free_reserved_area()
Dslub.c4682 SLAB_ATTR(poison);
/linux-4.1.27/arch/metag/
DKconfig.debug29 If you say Y here the kernel will write poison data to the
/linux-4.1.27/Documentation/vm/
Dhwpoison.txt37 a new page poison bit and various checks in the VM to handle poisoned
146 page-types -p `pidof usemem` --hwpoison # poison its pages
151 When specified, only poison pages if ((page_flags & mask) == value).
Dslub.txt216 typically contain poison values. Any non-poison value shows a
/linux-4.1.27/tools/perf/
DMANIFEST44 include/linux/poison.h
/linux-4.1.27/include/linux/
Dmm.h1649 int poison, char *s);
1688 static inline unsigned long free_initmem_default(int poison) in free_initmem_default() argument
1693 poison, "unused kernel"); in free_initmem_default()
/linux-4.1.27/Documentation/
Dflexible-arrays.txt87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
Dkernel-parameters.txt3393 may poison objects when not in use. Also tracks the
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-kernel-slab375 What: /sys/kernel/slab/cache/poison
381 The poison file specifies whether objects should be poisoned