Home
last modified time | relevance | path

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

/linux-4.4.14/tools/vm/
Dslabinfo.c34 int order, poison, reclaim_account, red_zone; member
90 int poison; variable
544 page_size << s->order, s->partial, onoff(s->poison), in report()
597 if (s->poison) in slabcache()
646 poison = 1; in debug_opt_scan()
660 if (poison) in debug_opt_scan()
662 poison = 1; in debug_opt_scan()
729 if (poison && !s->poison) { in slab_debug()
735 if (!poison && s->poison) { in slab_debug()
1214 slab->poison = get_obj("poison"); in read_slab_dir()
/linux-4.4.14/tools/perf/
DMANIFEST50 tools/include/linux/poison.h
70 include/linux/poison.h
/linux-4.4.14/mm/
DKconfig.debug23 fill the pages with poison patterns after free_pages() and verify
Dpage_alloc.c5812 unsigned long free_reserved_area(void *start, void *end, int poison, char *s) in free_reserved_area() argument
5820 if ((unsigned int)poison <= 0xFF) in free_reserved_area()
5821 memset(pos, poison, PAGE_SIZE); in free_reserved_area()
Dslub.c4897 SLAB_ATTR(poison);
/linux-4.4.14/arch/metag/
DKconfig.debug29 If you say Y here the kernel will write poison data to the
/linux-4.4.14/Documentation/DocBook/
Dusb.xml.db42 API-usb-poison-urb
45 API-usb-poison-anchored-urbs
/linux-4.4.14/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.4.14/include/linux/
Dmm.h1686 int poison, char *s);
1727 static inline unsigned long free_initmem_default(int poison) in free_initmem_default() argument
1732 poison, "unused kernel"); in free_initmem_default()
/linux-4.4.14/Documentation/
Dflexible-arrays.txt87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
Dkernel-parameters.txt3513 may poison objects when not in use. Also tracks the
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-slab375 What: /sys/kernel/slab/cache/poison
381 The poison file specifies whether objects should be poisoned