Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 12 #define POISON 0xa5 macro 27 memset(src, POISON, BUFLEN); in do_one() 28 memset(dst, POISON, BUFLEN); in do_one() 78 memset(redzone, POISON, BUFLEN); in test_copy_loop()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_support.h | 490 #define POISON(ptr, c, s) do {} while (0) macro 493 #define POISON(ptr, c, s) memset(ptr, c, s) macro
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 717 POISON(pl, 0x5a, sizeof(*pl)); in ldlm_pool_fini()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 1578 POISON(anchor, 0x5a, sizeof(*anchor)); in cl_sync_io_wait()
|