Home
last modified time | relevance | path

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

/original-bsd/sys/hp/dev/
H A Dgrf.c360 gp->g_lockp ? gp->g_lockp->p_pid : -1);
371 gp->g_lockp = NULL;
375 if (gp->g_lockp) {
376 if (gp->g_lockp == p)
385 } while (gp->g_lockp);
387 gp->g_lockp = p;
408 gp->g_lockp ? gp->g_lockp->p_pid : -1);
410 if (gp->g_lockp != curproc)
426 gp->g_lockp = NULL;
H A Dgrfvar.h43 struct proc *g_lockp; /* process holding lock */ member