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

/freebsd-10-stable/sys/kern/
H A Dsubr_trap.c152 addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio);
245 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-stable/sys/sys/
H A Dresourcevar.h115 void addupc_task(struct thread *td, uintfptr_t pc, u_int ticks);

Completed in 108 milliseconds