Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dnsproxy.c30 static struct kmem_cache *nsproxy_cachep; variable
56 nsproxy = kmem_cache_alloc(nsproxy_cachep, GFP_KERNEL); in create_nsproxy()
143 kmem_cache_free(nsproxy_cachep, new_nsp); in create_new_namespaces()
206 kmem_cache_free(nsproxy_cachep, ns); in free_nsproxy()
589 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT); in nsproxy_cache_init()