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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dslab.h31 #define SLAB_DESTROY_BY_RCU 0x00080000UL /* Defer freeing slabs to RCU */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dslob.c59 * were created with a SLAB_DESTROY_BY_RCU slab. slob_rcu is used to free
297 if (flags & SLAB_DESTROY_BY_RCU) {
364 if (unlikely(c->flags & SLAB_DESTROY_BY_RCU)) {
H A Dslub.c195 SLAB_TRACE | SLAB_DESTROY_BY_RCU)
944 SLAB_STORE_USER | SLAB_DESTROY_BY_RCU));
1095 if (unlikely(s->flags & SLAB_DESTROY_BY_RCU)) {
1895 if ((flags & SLAB_POISON) && !(flags & SLAB_DESTROY_BY_RCU) &&
1924 if (((flags & (SLAB_DESTROY_BY_RCU | SLAB_POISON)) ||
2288 if (s->flags & (SLAB_DESTROY_BY_RCU | SLAB_STORE_USER))
3332 return sprintf(buf, "%d\n", !!(s->flags & SLAB_DESTROY_BY_RCU));
H A Dslab.c181 SLAB_DESTROY_BY_RCU | SLAB_MEM_SPREAD)
186 SLAB_DESTROY_BY_RCU | SLAB_MEM_SPREAD)
233 * slab_destroy on a SLAB_DESTROY_BY_RCU cache uses this structure to
1912 if (unlikely(cachep->flags & SLAB_DESTROY_BY_RCU)) {
2178 if (!(flags & SLAB_DESTROY_BY_RCU))
2181 if (flags & SLAB_DESTROY_BY_RCU)
2556 if (unlikely(cachep->flags & SLAB_DESTROY_BY_RCU))
H A Drmap.c152 0, SLAB_DESTROY_BY_RCU|SLAB_PANIC, anon_vma_ctor, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dfork.c1441 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_DESTROY_BY_RCU,

Completed in 101 milliseconds