Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dpoison.h59 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/openbmc/linux/include/linux/
H A Dpoison.h50 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/openbmc/linux/mm/
H A Dmempool.c47 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
79 obj[size - 1] = POISON_END; in __poison_element()
H A Dslab.c1435 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1509 exp = POISON_END; in check_poison_obj()
H A Dslub.c1047 p[poison_size - 1] = POISON_END; in init_object()
1229 p + s->object_size - 1, POISON_END, 1))) in check_object()