Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid.c117 kmem_cache_free(ns->pid_cachep, pid); in put_pid()
183 pid = kmem_cache_alloc(ns->pid_cachep, GFP_KERNEL); in alloc_pid()
301 kmem_cache_free(ns->pid_cachep, pid); in alloc_pid()
662 init_pid_ns.pid_cachep = kmem_cache_create("pid", in pid_idr_init()
H A Dpid_namespace.c98 ns->pid_cachep = create_pid_cachep(level); in create_pid_namespace()
99 if (ns->pid_cachep == NULL) in create_pid_namespace()
/openbmc/linux/include/linux/
H A Dpid_namespace.h31 struct kmem_cache *pid_cachep; member