Searched refs:poison (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/tools/vm/ |
D | slabinfo.c | 34 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/ |
D | Kconfig.debug | 23 fill the pages with poison patterns after free_pages() and verify
|
D | page_alloc.c | 5544 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()
|
D | slub.c | 4682 SLAB_ATTR(poison);
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 29 If you say Y here the kernel will write poison data to the
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 37 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).
|
D | slub.txt | 216 typically contain poison values. Any non-poison value shows a
|
/linux-4.1.27/tools/perf/ |
D | MANIFEST | 44 include/linux/poison.h
|
/linux-4.1.27/include/linux/ |
D | mm.h | 1649 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/ |
D | flexible-arrays.txt | 87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
|
D | kernel-parameters.txt | 3393 may poison objects when not in use. Also tracks the
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 375 What: /sys/kernel/slab/cache/poison 381 The poison file specifies whether objects should be poisoned
|