Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dinterrupt.h65 #define IH_MPSAFE 0x80000000 /* Handler does not need Giant. */ macro
/freebsd/sys/kern/
H A Dkern_intr.c624 ih->ih_flags |= IH_MPSAFE; in intr_event_add_handler()
1181 if (!(ih->ih_flags & IH_MPSAFE)) in intr_event_execute_handlers()
1184 if (!(ih->ih_flags & IH_MPSAFE)) in intr_event_execute_handlers()
1492 IH_MPSAFE)) != 0) { in db_dump_intrhand()
1513 if (ih->ih_flags & IH_MPSAFE) { in db_dump_intrhand()