Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpoison.h47 #define POISON_INUSE 0x5a /* for use-uninitialised poisoning */ macro
/linux-2.6.39/mm/
Dslub.c633 p + off, POISON_INUSE, s->size - off); in check_pad_bytes()
655 fault = check_bytes(end - remainder, POISON_INUSE, remainder); in slab_pad_check()
658 while (end > fault && end[-1] == POISON_INUSE) in slab_pad_check()
664 restore_bytes(s, "slab padding", POISON_INUSE, end - remainder, end); in slab_pad_check()
681 endobject, POISON_INUSE, s->inuse - s->objsize); in check_object()
1243 memset(start, POISON_INUSE, PAGE_SIZE << compound_order(page)); in new_slab()
Dslab.c3124 poison_obj(cachep, objp, POISON_INUSE); in cache_alloc_debugcheck_after()
/linux-2.6.39/kernel/debug/kdb/
Dkdb_support.c796 memset(p, POISON_INUSE, best->size - 1); in debug_kmalloc()
/linux-2.6.39/Documentation/
DBUG-HUNTING238 with this look at mm/slab.c and search for POISON_INUSE. When using this an