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

123456

/freebsd-12-stable/sys/dev/drm/
H A DdrmP.h303 PCATCH, "drmwtq", (timeout)); \
H A Ddrm_drv.c665 &dev->dev_lock, PCATCH, "drmlk2", 0);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_irq.c1269 PCATCH, "drmvbl", 3 * hz);
/freebsd-12-stable/sys/dev/evdev/
H A Dcdev.c219 PCATCH, "evread", 0);
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c741 err = mtx_sleep(priv, &priv->mtx, PCATCH, "gpintr", 0);
/freebsd-12-stable/sys/dev/intpm/
H A Dintpm.c602 error = msleep(sc, &sc->lock, PWAIT | PCATCH, "SMBWAI", hz / 8);
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c2789 slpflag = PCATCH;
2995 if (slpflag == PCATCH) {
3041 if (slpflag == PCATCH) {
3164 error = nfs_catnap(PZERO | PCATCH, ret,
/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.c848 PPAUSE | PDROP | PCATCH, "ggwait", 0) != 0) {
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h498 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan_sw.c657 mtx_sleep(vap, IEEE80211_LOCK_OBJ(ic), PCATCH,
/freebsd-12-stable/sys/rpc/
H A Dclnt_dg.c928 cu->cu_waitflag = PCATCH;
/freebsd-12-stable/sys/kern/
H A Dkern_exit.c1334 error = msleep(q, &q->p_mtx, PWAIT | PCATCH | PDROP, "wait", 0);
H A Duipc_mqueue.c1774 PCATCH, "mqsend", timo);
1930 PCATCH, "mqrecv", timo);
H A Dkern_lock.c274 catch = pri & PCATCH;
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_mmc.c948 error = msleep(sc, &sc->sc_mtx, PCATCH, "mmchw", 0);
/freebsd-12-stable/sys/arm/ti/
H A Dti_pruss.c259 error = msleep(irq, &irq->sc_mtx, PCATCH | PDROP,
/freebsd-12-stable/sys/dev/dpt/
H A Ddpt_scsi.c2305 PCATCH | PRIBIO, "dptqt", 100 * hz);
2346 (void) mtx_sleep((void *) ccb, &dpt->lock, PCATCH | PRIBIO, "dptucw",
/freebsd-12-stable/sys/dev/firewire/
H A Dfirewire.c289 err = msleep(xfer, lock, PWAIT|PCATCH, "fw_xferwait", 0);
1756 msleep((void *)fc, &fc->wait_lock, PWAIT|PCATCH, "-", 0);
/freebsd-12-stable/sys/dev/iir/
H A Diir.c1440 mtx_sleep(gccb, &gdt->sc_lock, PCATCH | PRIBIO, "iirshw", 100 * hz);
1452 mtx_sleep(ucmd, &gdt->sc_lock, PCATCH | PRIBIO, "iirshw",
/freebsd-12-stable/sys/dev/amr/
H A Damr.c467 tsleep((void *)&sc->ld_del_supported, PCATCH | PRIBIO,"delete_logical_drv",hz * 60 * 1);
1481 msleep(sc, &sc->amr_hw_lock, PRIBIO | PCATCH, "amrpoll", hz);
/freebsd-12-stable/sys/net/
H A Dbpf.c969 PRINET|PCATCH, "bd_hbuf", 0);
1012 error = msleep(d, &d->bd_lock, PRINET|PCATCH,
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c907 retval = msleep(be_lun, &softc->lock, PCATCH, "ctlramrm", 0);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_futex.c519 error = msleep_sbt(wp, &f->f_lck, PCATCH, "futex", sbt, prec, C_ABSOLUTE);
/freebsd-12-stable/sys/dev/kbd/
H A Dkbd.c652 error = tsleep(sc, PZERO | PCATCH, "kbdrea", 0);
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c1323 if ((priority & PCATCH) == 0)

Completed in 405 milliseconds

123456