HomeSort by: relevance | last modified time | path
    Searched refs:softint_schedule (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/external/bsd/dwc2/
dwc2var.h 123 softint_schedule(sc->sc_rhc_si);
  /src/sys/sys/
intr.h 47 void softint_schedule(void *);
  /src/sys/arch/hpcarm/dev/
sacc_hpcarm.c 159 softint_schedule(ih->ih_soft);
166 softint_schedule(ih->ih_soft);
  /src/sys/dev/dmover/
dmover_process.c 156 softint_schedule(dmover_completed_si);
  /src/sys/rump/librump/rumpkern/
intr.c 227 softint_schedule(si);
376 softint_schedule(void *arg) function in typeref:typename:void
396 * Like softint_schedule(), except schedule softint to be handled on
399 * Unlike softint_schedule(), the performance is not important
415 softint_schedule(si);
  /src/sys/dev/ic/
ath_netbsd.h 49 softint_schedule((__task)->t_soft_ih);
  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 138 softint_schedule(irq_work_sih);
  /src/sys/netbt/
hci_unit.c 461 softint_schedule(unit->hci_rxint);
483 softint_schedule(unit->hci_rxint);
505 softint_schedule(unit->hci_rxint);
575 softint_schedule(unit->hci_rxint);
  /src/sys/arch/evbarm/lubbock/
sacc_obio.c 212 softint_schedule(ih->ih_soft);
222 softint_schedule(ih->ih_soft);
  /src/sys/dev/pci/
viogpu.c 866 softint_schedule(sc->update_soft_ih);
878 softint_schedule(sc->update_soft_ih);
890 softint_schedule(sc->update_soft_ih);
902 softint_schedule(sc->update_soft_ih);
914 softint_schedule(sc->update_soft_ih);
926 softint_schedule(sc->update_soft_ih);
938 softint_schedule(sc->update_soft_ih);
  /src/sys/arch/usermode/dev/
ttycons.c 366 softint_schedule(sc->sc_rd_sih);
399 softint_schedule(sc->sc_ctrlc_sih);
426 softint_schedule(sc->sc_ctrlz_sih);
ld_thunkbus.c 149 softint_schedule(sc->sc_ih);
252 softint_schedule(sc->sc_ih);
vncfb.c 531 softint_schedule(sc->sc_sih);
539 softint_schedule(sc->sc_sih);
547 softint_schedule(sc->sc_sih);
555 softint_schedule(sc->sc_sih);
597 softint_schedule(sc->sc_refresh_sih);
685 softint_schedule(sc->sc_sih);
  /src/sys/arch/amiga/dev/
drsc.c 225 softint_schedule(sc->sc_siop_si);
mgnsc.c 202 softint_schedule(sc->sc_siop_si);
zssc.c 190 softint_schedule(sc->sc_siop_si);
  /src/sys/arch/ews4800mips/dev/
zs.c 90 softint_schedule(zsc->zsc_si);
  /src/sys/arch/newsmips/dev/
zs.c 97 softint_schedule(zsc->zsc_si);
  /src/sys/arch/x68k/dev/
kbd.c 354 softint_schedule(sc->sc_softintr_cookie);
373 softint_schedule(sc->sc_softintr_cookie);
  /src/sys/arch/mvme68k/dev/
zs.c 248 softint_schedule(zsc->zsc_softintr_cookie);
273 softint_schedule(zsc->zsc_softintr_cookie);
  /src/sys/kern/
kern_softint.c 384 if ((ipi_id = ipi_register(softint_schedule, sih)) == 0) {
475 * softint_schedule:
482 softint_schedule(void *arg) function in typeref:typename:void
531 * softint_schedule() for the local CPU or send an IPI to invoke
552 softint_schedule(arg);
  /src/sys/arch/evbarm/smdk2xx0/
smdk2410_kbd.c 364 softint_schedule(sc->soft_ih);
409 softint_schedule(sc->soft_ih);
  /src/sys/arch/atari/atari/
machdep.c 654 softint_schedule(si_callback_cookie);
703 softint_schedule(si_callback_cookie);
  /src/sys/arch/sparc/dev/
pckbc_js.c 277 softint_schedule(jsc->jsc_int_cookie);
  /src/sys/arch/arm/s3c2xx0/
s3c2410_extint.c 268 softint_schedule(

Completed in 48 milliseconds

1 2 3 4 5 6 7