Searched refs:poison (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 34 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/ |
D | MANIFEST | 50 tools/include/linux/poison.h 70 include/linux/poison.h
|
/linux-4.4.14/mm/ |
D | Kconfig.debug | 23 fill the pages with poison patterns after free_pages() and verify
|
D | page_alloc.c | 5812 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()
|
D | slub.c | 4897 SLAB_ATTR(poison);
|
/linux-4.4.14/arch/metag/ |
D | Kconfig.debug | 29 If you say Y here the kernel will write poison data to the
|
/linux-4.4.14/Documentation/DocBook/ |
D | usb.xml.db | 42 API-usb-poison-urb 45 API-usb-poison-anchored-urbs
|
/linux-4.4.14/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.4.14/include/linux/ |
D | mm.h | 1686 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/ |
D | flexible-arrays.txt | 87 value FLEX_ARRAY_FREE (defined as 0x6c in <linux/poison.h>), so errors
|
D | kernel-parameters.txt | 3513 may poison objects when not in use. Also tracks the
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 375 What: /sys/kernel/slab/cache/poison 381 The poison file specifies whether objects should be poisoned
|