Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpoison.h49 #define POISON_END 0xa5 /* end-byte of poisoning */ macro
/linux-3.4.99/kernel/debug/kdb/
Dkdb_support.c797 *((char *)p + best->size - 1) = POISON_END; in debug_kmalloc()
820 *((char *)p + h->size - 1) = POISON_END; in debug_kfree()
842 *((char *)h + dah_overhead - 1) = POISON_END; in debug_kfree()
857 *((char *)next + dah_overhead - 1) = POISON_END; in debug_kfree()
/linux-3.4.99/mm/
Dslab.c1913 *(unsigned char *)(addr + size - 1) = POISON_END; in poison_obj()
1991 exp = POISON_END; in check_poison_obj()
Dslub.c659 p[s->objsize - 1] = POISON_END; in init_object()
808 p + s->objsize - 1, POISON_END, 1))) in check_object()