Searched refs:IH_MPSAFE (Results 1 – 2 of 2) sorted by relevance
67 #define IH_MPSAFE 0x80000000 /* Handler does not need Giant. */ macro
594 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()