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

/linux-4.1.27/kernel/
H A Dnsproxy.c29 static struct kmem_cache *nsproxy_cachep; variable in typeref:struct:kmem_cache
48 nsproxy = kmem_cache_alloc(nsproxy_cachep, GFP_KERNEL); create_nsproxy()
116 kmem_cache_free(nsproxy_cachep, new_nsp); create_new_namespaces()
169 kmem_cache_free(nsproxy_cachep, ns); free_nsproxy()
257 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC); nsproxy_cache_init()

Completed in 52 milliseconds