Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/linux/
Dpoison.h59 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/linux-6.1.9/include/linux/
Dpoison.h50 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/linux-6.1.9/mm/
Dmempool.c47 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element()
77 obj[size - 1] = POISON_END; in __poison_element()
Dslab.c1442 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1516 exp = POISON_END; in check_poison_obj()
Dslub.c975 p[s->object_size - 1] = POISON_END; in init_object()
1145 p + s->object_size - 1, POISON_END, 1))) in check_object()