Searched refs:wakeup (Results 151 - 175 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/random/
H A Drandom_harvestq.c185 wakeup(&harvest_context.hc_kthread_proc);
/freebsd-11-stable/sys/dev/tpm/
H A Dtpm_tis.c244 wakeup(sc);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c405 wakeup(sc->sc_dev);
534 /* Release the controller and wakeup the next thread waiting for it. */
/freebsd-11-stable/sys/vm/
H A Dvm_glue.c594 wakeup(&proc0);
/freebsd-11-stable/sys/sys/
H A Dsystm.h423 void wakeup(void * chan);
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c787 wakeup(sc->aifthread);
943 wakeup(cm);
999 wakeup(cm);
1071 wakeup(sc->aac_dev);
1080 * because there is a risk that a signal could wakeup the sleep before
1120 wakeup(sc->aifthread);
2748 wakeup(arg);
3272 wakeup(sc->aac_aifq);
3802 wakeup(cm);
3817 wakeup(c
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_synch.c113 * General sleep call. Suspends the current thread until a wakeup is
194 * and a wakeup or a SIGCONT (or both) could occur while we were
196 * when cursig() is called. If the wakeup happens while we're
341 wakeup(void *ident) function
350 ("wakeup and wakeup_swapper and proc0"));
H A Dsubr_turnstile.c173 SDT_PROBE_DEFINE2(sched, , , wakeup, "struct thread *",
926 SDT_PROBE2(sched, , , wakeup, td, td->td_proc);
H A Dvfs_mountroot.c191 wakeup(&root_holds);
1080 wakeup(&root_mount_complete);
H A Dsubr_gtaskqueue.c164 wakeup(tq);
319 wakeup(gtask);
489 * meantime, which means we missed a wakeup.
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c312 wakeup(&mdev->dump_copyout);
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c473 wakeup(dev);
910 wakeup(lptdev);
/freebsd-11-stable/sys/dev/rp/
H A Drp.c894 wakeup(&tp->t_actout);
895 wakeup(TSA_CARR_ON(tp));
/freebsd-11-stable/contrib/amd/amd/
H A Dops_nfs.c238 dlog("Calling wakeup on %#lx", (unsigned long) fp->fh_wchan);
239 wakeup(fp->fh_wchan);
302 dlog("Calling wakeup on %#lx", (unsigned long) fp->fh_wchan);
303 wakeup(fp->fh_wchan);
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum.c105 wakeup(sc);
122 wakeup(sc);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_i2c.c470 wakeup(&(sc->done));
601 wakeup(sc);
/freebsd-11-stable/sys/dev/aac/
H A Daac.c679 wakeup(sc->aifthread);
886 wakeup(cm);
934 * This might miss doing the actual wakeup. However, the
940 wakeup(sc->aifthread);
1111 wakeup(sc->aac_dev);
1160 wakeup(cm);
1351 * because there is a risk that a signal could wakeup the sleep before
1392 wakeup(sc->aifthread);
2955 wakeup(arg);
3388 wakeup(s
[all...]
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h180 #define DRM_WAKEUP(w) wakeup((void *)w)
181 #define DRM_WAKEUP_INT(w) wakeup(w)
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Disc_soc.c616 wakeup(&sp->flags);
647 wakeup(&sp->soc);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_target.c780 wakeup(&softc->pending_ccb_queue);
1058 /* If we aborted anything from the work queue, wakeup user. */
1077 wakeup(&softc->user_ccb_queue);
H A Dscsi_enc.c189 wakeup(enc->enc_daemon);
745 wakeup(enc->enc_daemon);
H A Dscsi_enc_safte.c171 wakeup(req);
977 wakeup(req);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_ctl.c864 wakeup(sc);
1023 wakeup(sc);
/freebsd-11-stable/sys/geom/
H A Dgeom_dev.c400 wakeup(&sc->sc_active);
657 wakeup(&sc->sc_active);
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c149 wakeup(sc);
330 wakeup(sc);

Completed in 479 milliseconds

1234567891011>>