Home
last modified time | relevance | path

Searched refs:addupc_intr (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresourcevar.h119 void addupc_intr(struct thread *td, uintfptr_t pc, u_int ticks);
/f-stack/freebsd/sys/
H A Dresourcevar.h116 void addupc_intr(struct thread *td, uintfptr_t pc, u_int ticks);
/f-stack/freebsd/kern/
H A Dsubr_prof.c461 addupc_intr(struct thread *td, uintfptr_t pc, u_int ticks) in addupc_intr() function
H A Dkern_clock.c741 addupc_intr(td, pc, cnt); in profclock()