Searched refs:addupc_task (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dsubr_trap.c134 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio);
223 addupc_task(td, td->td_profil_addr, td->td_profil_ticks);
H A Dsubr_prof.c451 * and copyout will work. Trap will then call addupc_task().
493 addupc_task(struct thread *td, uintfptr_t pc, u_int ticks) function
/freebsd-10.0-release/sys/sys/
H A Dresourcevar.h115 void addupc_task(struct thread *td, uintfptr_t pc, u_int ticks);

Completed in 107 milliseconds