Home
last modified time | relevance | path

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

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