Searched refs:process_cache (Results 1 – 3 of 3) sorted by relevance
97 kmem_cache_t *process_cache; /* kmem cache for proc structures */ variable505 process_cache = kmem_cache_create("process_cache", sizeof (proc_t), in main()
76 extern struct kmem_cache *process_cache;311 kmem_cache_free(process_cache, prp); in pid_exit()
96 extern struct kmem_cache *process_cache;1139 cp = kmem_cache_alloc(process_cache, KM_SLEEP); in getproc()1427 kmem_cache_free(process_cache, cp); in getproc()