Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_prof.c78 upp->pr_off = uap->offset; in sys_profil()
95 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
119 if (pc < prof->pr_off || PC_TO_INDEX(pc, prof) >= prof->pr_size) { in addupc_intr()
156 if (pc < prof->pr_off || in addupc_task()
/freebsd/sys/sys/
H A Dresourcevar.h63 u_long pr_off; /* (c + w2) PC offset. */ member