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

/linux-master/kernel/
H A Dpid_namespace.c30 static struct kmem_cache *pid_ns_cachep; variable in typeref:struct:kmem_cache
93 ns = kmem_cache_zalloc(pid_ns_cachep, GFP_KERNEL);
121 kmem_cache_free(pid_ns_cachep, ns);
135 kmem_cache_free(pid_ns_cachep, ns);
467 pid_ns_cachep = KMEM_CACHE(pid_namespace, SLAB_PANIC | SLAB_ACCOUNT);

Completed in 97 milliseconds