Searched refs:PCATCH (Results 126 - 146 of 146) sorted by relevance

123456

/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c5305 return async ? 0 : msleep(desc, &sc->sc_mtx, PCATCH, "iwncmd", hz);
7779 error = msleep(sc, &sc->sc_mtx, PCATCH, "iwncal", 2 * hz);
8158 if ((error = msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", hz)) != 0) {
8226 return msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", 5 * hz);
8827 if ((error = msleep(sc, &sc->sc_mtx, PCATCH, "iwninit", hz)) != 0) {
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c8305 PVFS | PCATCH, "nfsmrl", hz);
8348 ret = vn_start_write(vp, &mp, V_WAIT | PCATCH);
8351 ret = vn_start_write(NULL, &tvmp, V_WAIT | PCATCH);
/freebsd-12-stable/sys/cam/ata/
H A Data_da.c942 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) {
/freebsd-12-stable/sys/dev/ipw/
H A Dif_ipw.c1862 error = msleep(sc, &sc->sc_mtx, PCATCH, __func__, ms);
/freebsd-12-stable/sys/dev/mlx/
H A Dmlx.c1799 mtx_sleep(mc->mc_private, &sc->mlx_io_lock, PRIBIO | PCATCH, "mlxwcmd", hz);
/freebsd-12-stable/sys/dev/mly/
H A Dmly.c2978 error = mtx_sleep(&sc->mly_event_change, &sc->mly_lock, PRIBIO | PCATCH,
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_user.c1554 error = msleep(ctx, &sc->mpr_mtx, PCATCH, "mprwait", 0);
/freebsd-12-stable/sys/dev/mps/
H A Dmps_user.c1458 error = msleep(ctx, &sc->mps_mtx, PCATCH, "mpswait", 0);
/freebsd-12-stable/sys/dev/sound/pcm/
H A Ddsp.c2996 PRIBIO | PCATCH, "pcmsg", timo);
/freebsd-12-stable/sys/kern/
H A Duipc_usrreq.c650 error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH);
H A Dkern_event.c1840 error = msleep_sbt(kq, &kq->kq_lock, PSOCK | PCATCH,
H A Dkern_umtx.c833 error = msleep(uq, &uc->uc_lock, PCATCH | PDROP, wmesg, timo);
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_snapshot.c295 V_XSLEEP | PCATCH)) != 0)
/freebsd-12-stable/sys/dev/aac/
H A Daac.c3552 PCATCH, "aacaif", 0);
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend_block.c2450 retval = msleep(be_lun, &softc->lock, PCATCH, "ctlblockrm", 0);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem.c1093 flags = interruptible ? PCATCH : 0;
/freebsd-12-stable/sys/dev/otus/
H A Dif_otus.c1282 error = msleep(cmd, &sc->sc_mtx, PCATCH, "otuscmd", hz);
/freebsd-12-stable/sys/vm/
H A Dvm_page.c3050 return (vm_wait_flags(obj, PCATCH));
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_da.c1717 if ((error = da_periph_hold(periph, PRIBIO|PCATCH, DA_REF_OPEN_HOLD)) != 0) {
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c2455 error = tsleep(sc, PZERO | PCATCH, "psmrea", 0);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c5155 pri = PCATCH;

Completed in 510 milliseconds

123456