Searched refs:mpsafe (Results 1 – 5 of 5) sorted by relevance
82 int mpsafe:1; member180 irq_evtchn[irq].mpsafe = (irqflags & INTR_MPSAFE) != 0; in bind_listening_port_to_irqhandler()222 irq_evtchn[irq].mpsafe = (irqflags & INTR_MPSAFE) != 0; in bind_interdomain_evtchn_to_irqhandler()253 irq_evtchn[irq].mpsafe = (irqflags & INTR_MPSAFE) != 0; in bind_caller_port_to_irqhandler()374 handler_mpsafe = irq_evtchn[irq].mpsafe; in evtchn_interrupt()
1040 callout_init(c, mpsafe) in callout_init() argument1042 int mpsafe;1045 if (mpsafe) {
134 int vfslocked, mpsafe; in vn_open_cred() local136 mpsafe = ndp->ni_cnd.cn_flags & MPSAFE; in vn_open_cred()152 if (!mpsafe) in vn_open_cred()209 if (!mpsafe) in vn_open_cred()266 if (!mpsafe) in vn_open_cred()
461 u_int mpsafe; member
1416 kenv_getuint(sc, "mpsafe", &sc->mpsafe, 0, 0); in hatm_configure()1417 if (sc->mpsafe != 0) in hatm_configure()1418 sc->mpsafe = INTR_MPSAFE; in hatm_configure()1955 error = bus_setup_intr(dev, sc->irqres, sc->mpsafe | INTR_TYPE_NET, in hatm_attach()