Searched refs:process_cache (Results 1 – 3 of 3) sorted by relevance
91 kmem_cache_t *process_cache; /* kmem cache for proc structures */ variable479 process_cache = kmem_cache_create("process_cache", sizeof (proc_t), in main()
74 extern struct kmem_cache *process_cache;308 kmem_cache_free(process_cache, prp); in pid_exit()
92 extern struct kmem_cache *process_cache;974 cp = kmem_cache_alloc(process_cache, KM_SLEEP); in getproc()1231 kmem_cache_free(process_cache, cp); in getproc()