Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_prof.c69 upp->pr_off = uap->offset; in sys_profil()
87 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
109 if (pc < prof->pr_off || in addupc_intr()
135 if (pc < prof->pr_off || in addupc_task()
/dragonfly/sys/sys/
H A Dresourcevar.h59 u_long pr_off; /* pc offset */ member