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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dslab.h24 #define SLAB_STORE_USER 0x00010000UL /* DEBUG: Store the last owner for bug hunting */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dslab.h24 #define SLAB_STORE_USER 0x00010000UL /* DEBUG: Store the last owner for bug hunting */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dslub.c113 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
150 SLAB_POISON | SLAB_STORE_USER)
157 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
162 #define SLUB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
387 if (!(s->flags & SLAB_STORE_USER))
405 if (!(s->flags & SLAB_STORE_USER))
471 if (s->flags & SLAB_STORE_USER)
581 * B. Tracking data for SLAB_STORE_USER
604 if (s->flags & SLAB_STORE_USER)
812 if (!(s->flags & SLAB_STORE_USER))
[all...]
H A Dslab.c156 SLAB_STORE_USER | \
445 if (cachep->flags & SLAB_STORE_USER)
455 BUG_ON(!(cachep->flags & SLAB_STORE_USER));
1841 if (cachep->flags & SLAB_STORE_USER) {
2221 flags |= SLAB_RED_ZONE | SLAB_STORE_USER;
2265 if (flags & SLAB_STORE_USER)
2286 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER);
2314 if (flags & SLAB_STORE_USER) {
2381 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER);
2691 if (cachep->flags & SLAB_STORE_USER)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslub.c113 #define SLAB_DEBUG_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
150 SLAB_POISON | SLAB_STORE_USER)
157 #define DEBUG_METADATA_FLAGS (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER)
162 #define SLUB_NEVER_MERGE (SLAB_RED_ZONE | SLAB_POISON | SLAB_STORE_USER | \
387 if (!(s->flags & SLAB_STORE_USER))
405 if (!(s->flags & SLAB_STORE_USER))
471 if (s->flags & SLAB_STORE_USER)
581 * B. Tracking data for SLAB_STORE_USER
604 if (s->flags & SLAB_STORE_USER)
812 if (!(s->flags & SLAB_STORE_USER))
[all...]
H A Dslab.c156 SLAB_STORE_USER | \
445 if (cachep->flags & SLAB_STORE_USER)
455 BUG_ON(!(cachep->flags & SLAB_STORE_USER));
1841 if (cachep->flags & SLAB_STORE_USER) {
2221 flags |= SLAB_RED_ZONE | SLAB_STORE_USER;
2265 if (flags & SLAB_STORE_USER)
2286 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER);
2314 if (flags & SLAB_STORE_USER) {
2381 flags &= ~(SLAB_RED_ZONE | SLAB_STORE_USER);
2691 if (cachep->flags & SLAB_STORE_USER)
[all...]

Completed in 206 milliseconds