Searched refs:process_cache (Results 1 – 3 of 3) sorted by relevance
95 kmem_cache_t *process_cache; /* kmem cache for proc structures */ variable483 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()
93 extern struct kmem_cache *process_cache;982 cp = kmem_cache_alloc(process_cache, KM_SLEEP); in getproc()1239 kmem_cache_free(process_cache, cp); in getproc()