Searched refs:redzone (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 17 unsigned long dst_off, unsigned long len, void *redzone, in do_one() argument 49 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 55 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 64 char *src, *dst, *redzone, *fill; in test_copy_loop() local 70 redzone = malloc(BUFLEN); in test_copy_loop() 73 if (!src || !dst || !redzone || !fill) { in test_copy_loop() 78 memset(redzone, POISON, BUFLEN); in test_copy_loop() 88 redzone, fill); in test_copy_loop()
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 89 int redzone; variable 647 redzone = 1; in debug_opt_scan() 666 if (redzone) in debug_opt_scan() 668 redzone = 1; in debug_opt_scan() 717 if (redzone && !s->red_zone) { in slab_debug() 723 if (!redzone && s->red_zone) { in slab_debug()
|
/linux-4.4.14/Documentation/ |
D | kasan.txt | 129 Those 8 bytes can be accessible, partially accessible, freed or be a redzone.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 70 Fix "redzone overwritten" bug in cifs_put_tcon (CIFSTcon may allocate too
|