Home
last modified time | relevance | path

Searched refs:td_profil_ticks (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_trap.c238 addupc_task(td, td->td_profil_addr, td->td_profil_ticks); in ast()
239 td->td_profil_ticks = 0; in ast()
H A Dsubr_prof.c476 td->td_profil_ticks = ticks; in addupc_intr()
/f-stack/freebsd/sys/
H A Dproc.h298 u_int td_profil_ticks; /* (k) Temporary ticks until AST. */ member