Home
last modified time | relevance | path

Searched refs:IH_MPSAFE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dinterrupt.h67 #define IH_MPSAFE 0x80000000 /* Handler does not need Giant. */ macro
/f-stack/freebsd/kern/
H A Dkern_intr.c594 ih->ih_flags |= IH_MPSAFE; in intr_event_add_handler()
1166 if (!(ih->ih_flags & IH_MPSAFE)) in intr_event_execute_handlers()
1169 if (!(ih->ih_flags & IH_MPSAFE)) in intr_event_execute_handlers()
1482 IH_MPSAFE)) != 0) { in db_dump_intrhand()
1503 if (ih->ih_flags & IH_MPSAFE) { in db_dump_intrhand()