procent
union procent *pep;
union procent *pe_next;
procdir = kmem_alloc(sizeof (union procent) * v.v_proc, KM_SLEEP);
union procent *pep;
static union procent *procdir;
static union procent *procentfree;