Searched refs:pd_proc (Results 1 – 2 of 2) sorted by relevance
140 if (pd->pd_proc != NULL) { in procdesc_find()141 *p = pd->pd_proc; in procdesc_find()217 pd->pd_proc = p; in procdesc_new()270 KASSERT(pd->pd_proc == NULL, in procdesc_free()312 pd->pd_proc = NULL; in procdesc_exit()339 pd->pd_proc = NULL; in procdesc_reap()366 p = pd->pd_proc; in procdesc_close()392 pd->pd_proc = NULL; in procdesc_close()525 if (pd->pd_proc != NULL) { in procdesc_stat()526 PROC_LOCK(pd->pd_proc); in procdesc_stat()[all …]
65 struct proc *pd_proc; /* (t) Process. */ member