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()314 pd->pd_proc = NULL; in procdesc_exit()344 pd->pd_proc = NULL; in procdesc_reap()371 p = pd->pd_proc; in procdesc_close()397 pd->pd_proc = NULL; in procdesc_close()531 if (pd->pd_proc != NULL) { in procdesc_stat()532 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