Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_procdesc.c137 if (pd->pd_proc != NULL) { in procdesc_find()
138 *p = pd->pd_proc; in procdesc_find()
214 pd->pd_proc = p; in procdesc_new()
267 KASSERT(pd->pd_proc == NULL, in procdesc_free()
309 pd->pd_proc = NULL; in procdesc_exit()
336 pd->pd_proc = NULL; in procdesc_reap()
363 p = pd->pd_proc; in procdesc_close()
389 pd->pd_proc = NULL; in procdesc_close()
521 if (pd->pd_proc != NULL) { in procdesc_stat()
522 PROC_LOCK(pd->pd_proc); in procdesc_stat()
[all …]
/freebsd/sys/sys/
H A Dprocdesc.h63 struct proc *pd_proc; /* (t) Process. */ member