Searched refs:wakeup (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/sys/
H A Dproc.h418 #define TDF_SWAPINREQ 0x00400000 /* Swapin request due to wakeup. */
917 wakeup(&(p)->p_lock); \
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c232 wakeup(&state->ks_task);
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_plex.c558 wakeup(sc);
/freebsd-11-stable/sys/vm/
H A Duma_core.c915 wakeup(zone);
2904 wakeup(keg);
2911 wakeup(zone);
3232 wakeup(&uma_reclaim_needed);
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c720 wakeup(client);
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c507 wakeup(req);
H A Dmpt_cam.c891 wakeup(req);
2661 ("CCB req needed wakeup"));
2689 wakeup(req);
2860 wakeup(req);
3878 wakeup(mpt);
3905 wakeup(&mpt->recovery_thread);
H A Dmpt.c522 wakeup(req);
1236 wakeup(&mpt->request_free_list);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi.c1761 wakeup(&sc->mfi_aen_cm);
1920 wakeup(&sc->mfi_map_sync_cm);
1924 wakeup(&sc->mfi_map_sync_cm);
2548 wakeup(cm);
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c696 int wakeup; local
699 wakeup = sc->sc_needwakeup & (CRYPTO_SYMQ|CRYPTO_ASYMQ);
702 device_printf(sc->sc_dev, "wakeup crypto (%x)\n",
705 sc->sc_needwakeup &= ~wakeup;
707 crypto_unblock(sc->sc_cid, wakeup);
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c771 wakeup((caddr_t)rp);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c424 wakeup(rdwr);
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_ctrlr.c951 wakeup(pt);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h498 # define WAKEUP(id,x) wakeup(id+x)
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c1997 wakeup((caddr_t)&lp->nfslock_lock);
3247 wakeup(&nfsrv_userdupcalls);
4017 wakeup((caddr_t)flagp);
4346 wakeup(&sep->nfsess_slots);
/freebsd-11-stable/sys/dev/amr/
H A Damr.c1889 wakeup(ac);
1895 wakeup(sc);
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1237 wakeup(&tp->t_actout);
1238 wakeup(TSA_CARR_ON(tp)); /* restart any wopeners */
/freebsd-11-stable/sys/dev/iir/
H A Diir.c684 wakeup(gccb);
1559 /* wakeup */
1560 wakeup(ucmd);
/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c2228 wakeup(pAdapter);
2859 wakeup(pAdapter);
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c1199 wakeup(&sc->mly_event_change);
1663 wakeup(mc);
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c991 wakeup(sc);
1396 wakeup(sc);
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c1482 wakeup(req);
1904 wakeup(slot);
/freebsd-11-stable/sys/net/
H A Dbpf.c1047 wakeup(&d->bd_hbuf_in_use);
1065 wakeup(d);
2424 * the buffer and wakeup pending processes.
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1212 wakeup(&vcpu->state);
1282 wakeup(&vm->rendezvous_func);
1313 * software events that would cause this vcpu to wakeup.
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c723 wakeup(&mp->mnt_flag);
2094 wakeup(&origbp->b_xflags);

Completed in 583 milliseconds

<<111213141516