Home
last modified time | relevance | path

Searched refs:PCATCH (Results 1 – 25 of 146) sorted by relevance

123456

/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_lock.c101 flags = PCATCH; in ttm_read_lock()
147 flags = PCATCH; in ttm_read_trylock()
201 flags = PCATCH; in ttm_write_lock()
280 flags = PCATCH; in ttm_vt_lock()
/freebsd-12.1/sys/fs/procfs/
H A Dprocfs_ioctl.c131 PWAIT|PCATCH, "pioctl", 0); in procfs_ioctl()
151 PWAIT|PCATCH, "pioctl", 0); in procfs_ioctl()
/freebsd-12.1/sys/dev/ppc/
H A Dppc_isa.c216 error = mtx_sleep(ppc, &ppc->ppc_lock, PPBPRI | PCATCH, in ppc_isa_write()
244 error = mtx_sleep(ppc, &ppc->ppc_lock, PPBPRI | PCATCH, in ppc_isa_write()
/freebsd-12.1/sys/dev/tpm/
H A Dtpm.c59 #undef PCATCH
60 #define PCATCH 0 macro
564 rv = tsleep(sc->sc_init, PRIBIO | PCATCH, "tpm_locality", 1); in tpm_request_locality()
607 rv = tsleep(sc, PRIBIO | PCATCH, "tpm_getburst", 1); in tpm_getburst()
717 rv = tsleep(c, PRIBIO | PCATCH, "tpm_poll", 1); in tpm_waitfor_poll()
773 rv = tsleep(c, PRIBIO | PCATCH, "tpm_intr", to); in tpm_waitfor_int()
1231 rv = tsleep(sc, PRIBIO | PCATCH, "legacy_tpm_start", in tpm_legacy_start()
1305 rv = tsleep(sc, PRIBIO | PCATCH, "legacy_tpm_end", in tpm_legacy_end()
/freebsd-12.1/sys/dev/acpica/Osd/
H A DOsdSynch.c127 PCATCH, "acsrst", hz) == EINTR) { in AcpiOsDeleteSemaphore()
335 PCATCH, "acmrst", hz) == EINTR) { in AcpiOsDeleteMutex()
392 error = mtx_sleep(am, &am->am_lock, PCATCH, "acmtx", 0); in AcpiOsAcquireMutex()
422 error = mtx_sleep(am, &am->am_lock, PCATCH, in AcpiOsAcquireMutex()
/freebsd-12.1/sys/fs/fuse/
H A Dfuse_io.c155 bp = getblk(vp, left_lbn, iosize, PCATCH, 0, 0); in fuse_inval_buf_range()
174 bp = getblk(vp, right_lbn, right_blksize, PCATCH, 0, 0); in fuse_inval_buf_range()
740 bp = getblk(vp, lbn, on, PCATCH, 0, 0); in fuse_write_biobackend()
747 bp = getblk(vp, lbn, bcount, PCATCH, 0, 0); in fuse_write_biobackend()
1149 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
1159 error = vinvalbuf(vp, V_SAVE, PCATCH, 0); in fuse_io_invalbuf()
/freebsd-12.1/sys/fs/fifofs/
H A Dfifo_vnops.c200 PDROP | PCATCH | PSOCK, "fifoor", 0);
227 PDROP | PCATCH | PSOCK, "fifoow", 0);
/freebsd-12.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c876 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control()
931 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control()
999 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control()
1060 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_control()
1305 error = msleep(&pcb->msg, &pcb->pcb_mtx, PZERO|PCATCH, "l2ctl", in ng_btsocket_l2cap_raw_send_sync_ngmsg()
/freebsd-12.1/sys/dev/speaker/
H A Dspkr.c97 tsleep(&endtone, SPKRPRI | PCATCH, "spkrtn", timo); in tone()
121 tsleep(&endrest, SPKRPRI | PCATCH, "spkrrs", timo); in rest()
/freebsd-12.1/sys/dev/random/
H A Drandomdev.c156 error = tsleep(&random_alg_context, PCATCH, "randseed", hz/10); in READ_RANDOM_UIO()
192 error = tsleep_sbt(&random_alg_context, PCATCH, in READ_RANDOM_UIO()
/freebsd-12.1/sys/kern/
H A Dsys_pipe.c576 catch ? (PRIBIO | PCATCH) : PRIBIO, in pipelock()
769 PRIBIO | PCATCH, in pipe_read()
947 PRIBIO | PCATCH, "pipdww", 0); in pipe_direct_write()
962 PRIBIO | PCATCH, "pipdwc", 0); in pipe_direct_write()
991 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, in pipe_direct_write()
1139 error = msleep(wpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, in pipe_write()
1246 PRIBIO | PCATCH, "pipewr", 0); in pipe_write()
H A Dvfs_extattr.c128 error = vn_start_write(nd.ni_vp, &mp_writable, V_WAIT | PCATCH); in sys_extattrctl()
185 error = vn_start_write(vp, &mp, V_WAIT | PCATCH); in extattr_set_vp()
500 error = vn_start_write(vp, &mp, V_WAIT | PCATCH); in extattr_delete_vp()
H A Dkern_synch.c164 catch = priority & PCATCH; in _sleep()
333 (flags & C_CATCH) ? PCATCH : 0, wmesg, sbt, pr, flags)); in pause_sbt()
H A Dvfs_syscalls.c1311 if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0) in kern_mknodat()
1573 V_XSLEEP | PCATCH); in kern_linkat_vp()
1818 V_XSLEEP | PCATCH)) != 0) in kern_unlinkat()
2578 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) in setfflags()
2709 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) in setfmode()
2836 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) in setfown()
3046 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) in setutimes()
3310 if ((error = vn_start_write(vp, &mp, V_WAIT | PCATCH)) != 0) { in kern_truncate()
3388 error = vn_start_write(vp, &mp, V_WAIT | PCATCH); in kern_fsync()
3530 error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH); in kern_renameat()
[all …]
H A Dsubr_sfbuf.c147 (flags & SFB_CATCH) ? PCATCH | PVM : PVM, "sfbufa", 0); in sf_buf_alloc()
/freebsd-12.1/sys/arm/xilinx/
H A Dzy7_devcfg.c452 err = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "zy7i1", hz); in zy7_devcfg_reset_pl()
482 err = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "zy7i2", hz); in zy7_devcfg_reset_pl()
609 err = mtx_sleep(sc->dma_map, &sc->sc_mtx, PCATCH, in zy7_devcfg_write()
/freebsd-12.1/sys/security/audit/
H A Daudit_trigger.c107 PSOCK | PCATCH, "auditd", 0); in audit_read()
/freebsd-12.1/sys/dev/smbus/
H A Dsmbconf.c95 error = msleep(sc, &sc->lock, SMBPRI|PCATCH, "smbreq", 0); in smbus_poll()
/freebsd-12.1/sys/dev/adlink/
H A Dadlink.c324 tsleep(sc, PUSER | PCATCH, "adstop", 1); in adlink_ioctl()
336 tsleep(sc, PUSER | PCATCH, "adreset", 1); in adlink_ioctl()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_lock.c85 PCATCH, "drmlk2", 0); in drm_lock()
/freebsd-12.1/sys/dev/ppbus/
H A Dlpt.c560 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lptinit", in lptopen()
632 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lpclose", in lptclose()
837 LPPRI|PCATCH, LPT_NAME "write", 0))) { in lptwrite()
H A Dppb_base.c84 (how == PPB_NOINTR ? 0 : PCATCH), "ppbpoll", hz/100); in ppb_poll_bus()
/freebsd-12.1/sys/rpc/
H A Dclnt_rc.c136 rc->rc_intr ? PCATCH : 0, "rpcrecon", 0); in clnt_reconnect_connect()
268 rc->rc_intr ? PCATCH : 0, "rpccon", hz); in clnt_reconnect_call()
/freebsd-12.1/sys/dev/mse/
H A Dmse.c266 error = mtx_sleep(sc, &sc->sc_lock, MSEPRI | PCATCH, "mseread", in mseread()
281 error = mtx_sleep(sc, &sc->sc_lock, MSEPRI | PCATCH, in mseread()
/freebsd-12.1/sys/sys/
H A Dparam.h222 #define PCATCH 0x100 /* OR'd with pri for tsleep to check signals */ macro

123456