Home
last modified time | relevance | path

Searched refs:SLAB_TYPESAFE_BY_RCU (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c84 if (unlikely(c->cache_flags & SLAB_TYPESAFE_BY_RCU)) { in linux_kmem_ctor()
120 if (flags & SLAB_TYPESAFE_BY_RCU) { in linux_kmem_cache_create()
184 if (unlikely(c->cache_flags & SLAB_TYPESAFE_BY_RCU)) in lkpi_kmem_cache_free()
198 if (unlikely(c->cache_flags & SLAB_TYPESAFE_BY_RCU)) { in linux_kmem_cache_destroy()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h79 #define SLAB_TYPESAFE_BY_RCU (1 << 1) macro
83 SLAB_TYPESAFE_BY_RCU