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

123456

/freebsd-12-stable/sys/kern/
H A Duipc_sockbuf.c268 (sb->sb_flags & SB_NOINTR) ? PSOCK : PSOCK | PCATCH, "sbwait",
H A Dkern_lockf.c1399 priority |= PCATCH;
H A Dkern_time.c562 error = tsleep_sbt(&nanowait[curcpu], PWAIT | PCATCH, "nanslp",
H A Dsysv_sem.c1289 error = msleep(semakptr, sema_mtxp, (PZERO - 4) | PCATCH,
H A Duipc_syscalls.c528 error = msleep(&so->so_timeo, &so->so_lock, PSOCK | PCATCH,
H A Dkern_sig.c1320 error = msleep(ps, &p->p_mtx, PPAUSE|PCATCH, "sigwait", timo);
1543 while (msleep(&p->p_sigacts, &p->p_mtx, PPAUSE|PCATCH, "pause",
H A Duipc_socket.c912 error = msleep(&head->sol_comp, &head->so_lock, PSOCK | PCATCH,
1100 PSOCK | PCATCH, "soclos",
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.c678 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) {
1547 error = cam_periph_hold(periph, PRIBIO|PCATCH);
1584 error = cam_periph_hold(periph, PRIBIO|PCATCH);
H A Dscsi_ch.c483 if ((error = cam_periph_hold(periph, PRIBIO | PCATCH)) != 0) {
H A Dscsi_cd.c763 if ((error = cam_periph_hold(periph, PRIBIO | PCATCH)) != 0) {
1749 if ((error = cam_periph_hold(periph, PRIBIO | PCATCH)) != 0) {
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c3318 return async ? 0 : mtx_sleep(cmd, &sc->sc_mtx, PCATCH, "wpicmd", hz);
4984 if ((error = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "wpiinit", hz)) != 0) {
5347 if ((error = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "wpiinit", hz)) != 0) {
/freebsd-12-stable/sys/cam/mmc/
H A Dmmc_da.c427 if ((error = cam_periph_hold(periph, PRIBIO|PCATCH)) != 0) {
/freebsd-12-stable/sys/dev/cy/
H A Dcy.c2112 && tsleep(&com->etc, TTIPRI | PCATCH, "cyetc", 0) == 0)
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h1660 PCATCH, "drmwtq", (timeout)); \
/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_dma.c785 PCATCH, "915wtq", 3 * DRM_HZ);
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c143 flags = PCATCH;
/freebsd-12-stable/sys/dev/twe/
H A Dtwe.c623 error = mtx_sleep(&sc->twe_aen_queue, &sc->twe_io_lock, PRIBIO | PCATCH,
/freebsd-12-stable/sys/net/altq/
H A Daltq_subr.c982 (void)tsleep(&wait, PWAIT | PCATCH, "init_machclk", timo);
/freebsd-12-stable/sys/net/
H A Dif_tuntap.c1634 error = mtx_sleep(tp, &tp->tun_mtx, PCATCH | (PZERO + 1),
/freebsd-12-stable/sys/nlm/
H A Dnlm_prot_impl.c1354 error = msleep(nw, &nlm_global_lock, PCATCH, "nlmlock", timo);
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_mmc.c1528 error = msleep(sc, &sc->aw_mtx, PCATCH, "mmchw", 0);
/freebsd-12-stable/sys/dev/aacraid/
H A Daacraid.c788 tsleep(sc->aac_dev, PUSER | PCATCH, "aac_dch", 30 * hz);
3441 PCATCH, "aacaif", 0);
/freebsd-12-stable/sys/dev/bktr/
H A Dbktr_core.c224 #define BKTRPRI (PZERO+8)|PCATCH
225 #define VBIPRI (PZERO-4)|PCATCH
/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.c1293 error = tsleep(VTY_WCHAN(sc, i), (PZERO + 1) | PCATCH, "waitvt", 0);
2609 error = tsleep(&scrn_blanked, PZERO | PCATCH, "scrsav", 0);
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c1693 if (mtx_sleep(&sc->flags, &sc->lock, PCATCH, "cxgbinit", 0)) {
1770 if (mtx_sleep(&sc->flags, &sc->lock, PCATCH, "cxgbunin", 0)) {

Completed in 574 milliseconds

123456