Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dpid.c51 union procent { union
53 union procent *pe_next;
96 static union procent *procdir;
97 static union procent *procentfree;
163 union procent *pep; in pid_allocate()
533 procdir = kmem_alloc(sizeof (union procent) * v.v_proc, KM_SLEEP); in pid_init()
555 union procent *pep; in pid_entry()