Home
last modified time | relevance | path

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

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