Home
last modified time | relevance | path

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

/linux/kernel/
H A Dnsproxy.c32 static struct kmem_cache *nsproxy_cachep;
58 nsproxy = kmem_cache_alloc(nsproxy_cachep, GFP_KERNEL); in create_nsproxy()
74 kmem_cache_free(nsproxy_cachep, ns); in nsproxy_free()
161 kmem_cache_free(nsproxy_cachep, new_nsp); in create_new_namespaces()
611 nsproxy_cachep = KMEM_CACHE(nsproxy, SLAB_PANIC|SLAB_ACCOUNT);
31 static struct kmem_cache *nsproxy_cachep; global() variable