Home
last modified time | relevance | path

Searched refs:redzone (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c17 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/
Dslabinfo.c89 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/
Dkasan.txt129 Those 8 bytes can be accessible, partially accessible, freed or be a redzone.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES70 Fix "redzone overwritten" bug in cifs_put_tcon (CIFSTcon may allocate too