Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dvm_glue.c498 intr_prof_stack_use(struct thread *td, struct trapframe *frame) in intr_prof_stack_use() function
/freebsd-13.1/sys/sys/
H A Dsystm.h517 void intr_prof_stack_use(struct thread *td, struct trapframe *frame);
/freebsd-13.1/sys/kern/
H A Dkern_intr.c1331 intr_prof_stack_use(td, frame); in intr_event_handle()