Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_prof.c126 td->td_profil_ticks = ticks; in addupc_intr()
H A Dkern_clock.c384 addupc_task(td, td->td_profil_addr, td->td_profil_ticks); in ast_oweupc()
385 td->td_profil_ticks = 0; in ast_oweupc()
/freebsd/sys/sys/
H A Dproc.h307 u_int td_profil_ticks; /* (k) Temporary ticks until AST. */ member