Home
last modified time | relevance | path

Searched refs:SLAB_DESTROY_BY_RCU (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt2 objects using SLAB_DESTROY_BY_RCU allocations.
10 allocated with SLAB_DESTROY_BY_RCU kmem_cache can
99 But thanks to SLAB_DESTROY_BY_RCU, beware a deleted object can be reused
D00-INDEX20 - RCU list primitives for use with SLAB_DESTROY_BY_RCU
DwhatisRCU.txt917 If so, consider SLAB_DESTROY_BY_RCU. But please be careful!
/linux-4.4.14/mm/
Dkmemcheck.c96 if (!s->ctor && !(s->flags & SLAB_DESTROY_BY_RCU)) in kmemcheck_slab_free()
Dslob.c527 if (flags & SLAB_DESTROY_BY_RCU) { in __kmem_cache_create()
601 if (unlikely(c->flags & SLAB_DESTROY_BY_RCU)) { in kmem_cache_free()
Dslab.h118 SLAB_DESTROY_BY_RCU | SLAB_DEBUG_OBJECTS )
Dslab_common.c37 SLAB_TRACE | SLAB_DESTROY_BY_RCU | SLAB_NOLEAKTRACE | \
456 if (s->flags & SLAB_DESTROY_BY_RCU) in shutdown_cache()
Dslub.c303 if (s->flags & (SLAB_DESTROY_BY_RCU | SLAB_STORE_USER)) in slab_ksize()
1549 if (unlikely(s->flags & SLAB_DESTROY_BY_RCU)) { in free_slab()
3242 if ((flags & SLAB_POISON) && !(flags & SLAB_DESTROY_BY_RCU) && in calculate_sizes()
3264 if (((flags & (SLAB_DESTROY_BY_RCU | SLAB_POISON)) || in calculate_sizes()
3338 if (need_reserve_slab_rcu && (s->flags & SLAB_DESTROY_BY_RCU)) in kmem_cache_open()
4792 return sprintf(buf, "%d\n", !!(s->flags & SLAB_DESTROY_BY_RCU)); in destroy_by_rcu_show()
Dslab.c1892 if (unlikely(cachep->flags & SLAB_DESTROY_BY_RCU)) in slab_destroy()
2119 if (!(flags & SLAB_DESTROY_BY_RCU)) in __kmem_cache_create()
2122 if (flags & SLAB_DESTROY_BY_RCU) in __kmem_cache_create()
Drmap.c431 0, SLAB_DESTROY_BY_RCU|SLAB_PANIC, anon_vma_ctor); in anon_vma_init()
/linux-4.4.14/net/ipv4/
Dudplite.c58 .slab_flags = SLAB_DESTROY_BY_RCU,
Dtcp_ipv4.c2338 .slab_flags = SLAB_DESTROY_BY_RCU,
Dudp.c2289 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/net/ipv6/
Dudplite.c53 .slab_flags = SLAB_DESTROY_BY_RCU,
Dudp.c1545 .slab_flags = SLAB_DESTROY_BY_RCU,
Dtcp_ipv6.c1884 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/include/linux/
Dslab.h65 #define SLAB_DESTROY_BY_RCU 0x00080000UL /* Defer freeing slabs to RCU */ macro
/linux-4.4.14/mm/kasan/
Dkasan.c347 if (unlikely(cache->flags & SLAB_DESTROY_BY_RCU)) in kasan_slab_free()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c1093 SLAB_HWCACHE_ALIGN | SLAB_DESTROY_BY_RCU, NULL); in ldlm_init()
/linux-4.4.14/net/dccp/
Dipv4.c951 .slab_flags = SLAB_DESTROY_BY_RCU,
Dipv6.c1005 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/net/llc/
Daf_llc.c143 .slab_flags = SLAB_DESTROY_BY_RCU,
/linux-4.4.14/kernel/
Dfork.c1851 SLAB_HWCACHE_ALIGN|SLAB_PANIC|SLAB_DESTROY_BY_RCU| in proc_caches_init()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_core.c1790 SLAB_DESTROY_BY_RCU, NULL); in nf_conntrack_init_net()
/linux-4.4.14/fs/jbd2/
Djournal.c2363 SLAB_TEMPORARY | SLAB_DESTROY_BY_RCU, in jbd2_journal_init_journal_head_cache()