Searched refs:POISON_END (Results 1 – 6 of 6) sorted by relevance
54 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
63 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
798 *((char *)p + best->size - 1) = POISON_END; in debug_kmalloc()821 *((char *)p + h->size - 1) = POISON_END; in debug_kfree()843 *((char *)h + dah_overhead - 1) = POISON_END; in debug_kfree()858 *((char *)next + dah_overhead - 1) = POISON_END; in debug_kfree()
48 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()78 obj[size - 1] = POISON_END; in __poison_element()
1452 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()1526 exp = POISON_END; in check_poison_obj()
757 p[s->object_size - 1] = POISON_END; in init_object()918 p + s->object_size - 1, POISON_END, 1))) in check_object()