Searched refs:wakeup (Results 126 - 150 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c789 wakeup(&efd->efd_count);
837 wakeup(&efd->efd_count);
1322 wakeup(&tfd->tfd_count);
/freebsd-11-stable/sys/dev/adb/
H A Dadb_bus.c228 wakeup(sc);
/freebsd-11-stable/sys/dev/adlink/
H A Dadlink.c159 wakeup(sc);
/freebsd-11-stable/sys/dev/cmx/
H A Dcmx.c286 wakeup(sc);
/freebsd-11-stable/sys/dev/cy/
H A Dcy.c540 wakeup(&tp->t_actout);
541 wakeup(TSA_CARR_ON(tp)); /* restart any wopeners */
1210 wakeup(&com->etc);
1834 wakeup(&com->etc);
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic_osm_lib.h124 wakeup(aic);
/freebsd-11-stable/sys/dev/ppbus/
H A Dppi.c243 /* accept IEEE1284 negotiation then wakeup a waiting process to
273 wakeup(ppi);
H A Dppbconf.c571 /* wakeup waiting processes */
572 wakeup(ppb);
/freebsd-11-stable/sys/dev/ow/
H A Dow.c606 wakeup(sc);
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c458 wakeup(sc);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dkiic.c346 wakeup(sc->sc_dev);
/freebsd-11-stable/sys/dev/sec/
H A Dsec.c565 int i, wakeup = 0; local
623 wakeup = sc->sc_blocked;
632 if (wakeup)
633 crypto_unblock(sc->sc_cid, wakeup);
/freebsd-11-stable/sys/i386/isa/
H A Dspic.c443 wakeup( sc);
/freebsd-11-stable/sys/kern/
H A Dkern_acct.c265 wakeup(&acct_state);
/freebsd-11-stable/sys/netinet/
H A Dsctp_os_bsd.h387 /* wakeup a socket */
388 #define SCTP_SOWAKEUP(so) wakeup(&(so)->so_timeo)
/freebsd-11-stable/sys/dev/uart/
H A Duart_tty.c191 wakeup(sc);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_qi.c362 wakeup(&unit->inv_seq_waiters);
/freebsd-11-stable/sys/rpc/
H A Dclnt_rc.c206 wakeup(rc);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_twi.c250 wakeup(sc);
H A Dat91_spi.c426 wakeup(&sc->xfer_done);
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rsb.c370 wakeup(sc);
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c721 wakeup(&port->tp->t_dtr_wait);
747 /* Schedule a wakeup of any callin devices */
754 wakeup(&tp->t_actout);
755 wakeup(TSA_CARR_ON(tp));
1271 wakeup(TSA_CARR_ON(tp));
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c430 wakeup(sc);
/freebsd-11-stable/sys/dev/intel/
H A Dspi.c283 wakeup(sc->sc_dev);
405 /* Release the controller and wakeup the next thread waiting for it. */
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c424 wakeup(&sc->sc_wantresp);

Completed in 164 milliseconds

1234567891011>>