| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_lock.c | 101 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 D | procfs_ioctl.c | 131 PWAIT|PCATCH, "pioctl", 0); in procfs_ioctl() 151 PWAIT|PCATCH, "pioctl", 0); in procfs_ioctl()
|
| /freebsd-12.1/sys/dev/ppc/ |
| H A D | ppc_isa.c | 216 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 D | tpm.c | 59 #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 D | OsdSynch.c | 127 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 D | fuse_io.c | 155 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 D | fifo_vnops.c | 200 PDROP | PCATCH | PSOCK, "fifoor", 0); 227 PDROP | PCATCH | PSOCK, "fifoow", 0);
|
| /freebsd-12.1/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap_raw.c | 876 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 D | spkr.c | 97 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 D | randomdev.c | 156 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 D | sys_pipe.c | 576 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 D | vfs_extattr.c | 128 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 D | kern_synch.c | 164 catch = priority & PCATCH; in _sleep() 333 (flags & C_CATCH) ? PCATCH : 0, wmesg, sbt, pr, flags)); in pause_sbt()
|
| H A D | vfs_syscalls.c | 1311 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 D | subr_sfbuf.c | 147 (flags & SFB_CATCH) ? PCATCH | PVM : PVM, "sfbufa", 0); in sf_buf_alloc()
|
| /freebsd-12.1/sys/arm/xilinx/ |
| H A D | zy7_devcfg.c | 452 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 D | audit_trigger.c | 107 PSOCK | PCATCH, "auditd", 0); in audit_read()
|
| /freebsd-12.1/sys/dev/smbus/ |
| H A D | smbconf.c | 95 error = msleep(sc, &sc->lock, SMBPRI|PCATCH, "smbreq", 0); in smbus_poll()
|
| /freebsd-12.1/sys/dev/adlink/ |
| H A D | adlink.c | 324 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 D | drm_lock.c | 85 PCATCH, "drmlk2", 0); in drm_lock()
|
| /freebsd-12.1/sys/dev/ppbus/ |
| H A D | lpt.c | 560 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 D | ppb_base.c | 84 (how == PPB_NOINTR ? 0 : PCATCH), "ppbpoll", hz/100); in ppb_poll_bus()
|
| /freebsd-12.1/sys/rpc/ |
| H A D | clnt_rc.c | 136 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 D | mse.c | 266 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 D | param.h | 222 #define PCATCH 0x100 /* OR'd with pri for tsleep to check signals */ macro
|