Searched refs:pid_cachep (Results 1 – 3 of 3) sorted by relevance
114 kmem_cache_free(ns->pid_cachep, pid); in put_pid()180 pid = kmem_cache_alloc(ns->pid_cachep, GFP_KERNEL); in alloc_pid()298 kmem_cache_free(ns->pid_cachep, pid); in alloc_pid()663 init_pid_ns.pid_cachep = KMEM_CACHE(pid, in pid_idr_init()
97 ns->pid_cachep = create_pid_cachep(level); in create_pid_namespace()98 if (ns->pid_cachep == NULL) in create_pid_namespace()
24 struct kmem_cache *pid_cachep; member
Completed in 5 milliseconds