Searched refs:SLAB_STORE_USER (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dslab.h28 #define SLAB_STORE_USER 0x00010000UL /* DEBUG: Store the last owner for bug hunting */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dslub.c189 SLAB_POISON | SLAB_STORE_USER)
194 #define SLUB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
400 if (s->flags & SLAB_STORE_USER) {
433 if (s->flags & SLAB_STORE_USER) {
522 * B. Tracking data for SLAB_STORE_USER
553 if (s->flags & SLAB_STORE_USER)
775 if (!(s->flags & SLAB_STORE_USER))
788 if (!(s->flags & (SLAB_STORE_USER|SLAB_RED_ZONE|__OBJECT_POISON)))
815 if (s->flags & SLAB_STORE_USER)
877 if (s->flags & SLAB_STORE_USER)
[all...]
H A Dslab.c179 SLAB_STORE_USER | \
548 if (cachep->flags & SLAB_STORE_USER)
558 BUG_ON(!(cachep->flags & SLAB_STORE_USER));
1775 if (cachep->flags & SLAB_STORE_USER) {
2177 flags |= SLAB_RED_ZONE | SLAB_STORE_USER;
2221 if (flags & SLAB_STORE_USER)
2242 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER);
2265 if (flags & SLAB_STORE_USER) {
2614 if (cachep->flags & SLAB_STORE_USER)
2862 if (cachep->flags & SLAB_STORE_USER)
[all...]

Completed in 83 milliseconds