Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDsystm.h433 void intr_prof_stack_use(struct thread *td, struct trapframe *frame);
/NextBSD/sys/vm/
HDvm_glue.c499 intr_prof_stack_use(struct thread *td, struct trapframe *frame) in intr_prof_stack_use() function
/NextBSD/sys/kern/
HDkern_intr.c1406 intr_prof_stack_use(td, frame); in intr_event_handle()