Home
last modified time | relevance | path

Searched refs:POISON_END (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/linux/
H A Dpoison.h56 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/linux/mm/
H A Dmempool.c64 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
110 obj[size - 1] = POISON_END; in __poison_element()
H A Dslub.c1295 memset_no_sanitize_memory(p + poison_size - 1, POISON_END, 1); in init_object()
1498 p + s->object_size - 1, POISON_END, 1, ret)) in check_object()