Searched refs:pd_proc (Results 1 – 3 of 3) sorted by relevance
138 if (pd->pd_proc != NULL) { in procdesc_find()139 *p = pd->pd_proc; in procdesc_find()216 pd->pd_proc = p; in procdesc_new()269 KASSERT(pd->pd_proc == NULL, in procdesc_free()315 pd->pd_proc = NULL; in procdesc_exit()342 pd->pd_proc = NULL; in procdesc_reap()369 p = pd->pd_proc; in procdesc_close()395 pd->pd_proc = NULL; in procdesc_close()527 if (pd->pd_proc != NULL) { in procdesc_stat()528 PROC_LOCK(pd->pd_proc); in procdesc_stat()[all …]
1538 p = pd->pd_proc; in kern_pdwait()
63 struct proc *pd_proc; /* (t) Process. */ member