Symbol: PINTERLOCKED
sys/bus/cam/cam_sim.c
130
retval = tsleep(ident, flags | PINTERLOCKED, wmesg, timo);
sys/bus/cam/cam_xpt.c
1420
tsleep(&xsoftc.ccb_scanq, PINTERLOCKED, "ccb_scanq", 0);
sys/bus/cam/scsi/scsi_sg.c
799
if (tsleep(rdwr, PCATCH | PINTERLOCKED, "sgread", 0) ==
sys/bus/u4b/usb_util.c
166
tsleep(&usb_pause_ls, PINTERLOCKED, "USBSL2", _ticks);
sys/bus/u4b/wlan/if_mtw.c
1085
error = lksleep(&sc->fwloading, &sc->sc_lock, PINTERLOCKED,
sys/bus/u4b/wlan/if_mtw.c
1473
error = lksleep(&sc->fwloading, &sc->sc_lock, PINTERLOCKED,
sys/dev/acpica/acpi_thermal.c
1064
tsleep(&acpi_tz_td, PINTERLOCKED, "tzpoll",
sys/dev/drm/include/linux/wait.h
133
ret = tsleep(current, PINTERLOCKED|flags, "lwe", timeout_jiffies); \
sys/dev/drm/include/linux/wait.h
135
ret = tsleep(current, PINTERLOCKED|flags, "lwe", hz);\
sys/dev/drm/linux_wwmutex.c
153
error = tsleep(ww, PINTERLOCKED | (intr ? PCATCH : 0),
sys/dev/misc/syscons/syscons.c
2433
tsleep(&scp->asynctd, PINTERLOCKED, "wait", 0);
sys/dev/misc/syscons/syscons.c
2736
error = tsleep(&scrn_blanked, PCATCH | PINTERLOCKED, "scrsav", 0);
sys/dev/netif/bnx/if_bnx.c
2528
tsleep(std, PINTERLOCKED, "bnx_detach", 0);
sys/kern/kern_condvar.c
39
error = lksleep(c, lk, flags | PINTERLOCKED, c->cv_desc, timo);
sys/kern/kern_condvar.c
41
error = tsleep(c, flags | PINTERLOCKED, c->cv_desc, timo);
sys/kern/kern_condvar.c
68
error = mtxsleep(c, mtx, flags | PINTERLOCKED, c->cv_desc, timo);
sys/kern/kern_condvar.c
70
error = tsleep(c, flags | PINTERLOCKED, c->cv_desc, timo);
sys/kern/kern_event.c
2126
r = tsleep(ident, flags | PINTERLOCKED, wmesg, 0);
sys/kern/kern_exit.c
1441
error = tsleep(q, PCATCH | PINTERLOCKED, "wait", 0);
sys/kern/kern_exit.c
845
tsleep(td, PINTERLOCKED, "lwpxt", 0);
sys/kern/kern_fork.c
979
tsleep(lp1->lwp_proc, PINTERLOCKED, "ppwait", 0);
sys/kern/kern_lock.c
178
error = tsleep(lkp, pflags | PINTERLOCKED,
sys/kern/kern_lock.c
250
error = tsleep(lkp, pflags | PINTERLOCKED,
sys/kern/kern_lock.c
381
error = tsleep(lkp, pflags | PINTERLOCKED,
sys/kern/kern_lock.c
440
error = tsleep(lkp, pflags | PINTERLOCKED, lkp->lk_wmesg, timo);
sys/kern/kern_lock.c
699
error = tsleep(lkp, pflags | PINTERLOCKED, lkp->lk_wmesg, timo);
sys/kern/kern_mutex.c
967
error = tsleep(link, flags | PINTERLOCKED,
sys/kern/kern_proc.c
333
tsleep(&p->p_lock, PINTERLOCKED, wmesg, 0);
sys/kern/kern_proc.c
421
tsleep(&p->p_lock, PINTERLOCKED, "phldz", 0);
sys/kern/kern_refcount.c
75
tsleep(countp, PINTERLOCKED, wstr, hz*10);
sys/kern/kern_sig.c
1726
tsleep(&p->p_nstopped, PINTERLOCKED, "stopwt", hz);
sys/kern/kern_synch.c
582
if ((flags & PINTERLOCKED) == 0) {
sys/kern/kern_synch.c
823
error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo);
sys/kern/kern_synch.c
839
error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo);
sys/kern/kern_synch.c
859
error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo);
sys/kern/kern_synch.c
882
ret = tsleep(ident, flags | PINTERLOCKED, wmesg, timo);
sys/kern/kern_sysctl.c
395
tsleep(&oidp->oid_running, PINTERLOCKED,
sys/kern/kern_umtx.c
227
error = tsleep(waddr, PCATCH | PINTERLOCKED | PDOMAIN_UMTX,
sys/kern/lwkt_ipiq.c
818
tsleep(&other_cpumask, PINTERLOCKED, wmesg, 0);
sys/kern/lwkt_serialize.c
234
tsleep(s, PINTERLOCKED, "slize", 0);
sys/kern/lwkt_serialize.c
281
tsleep(s, PINTERLOCKED, "aslize", 0);
sys/kern/subr_bus.c
386
rv = tsleep(&devsoftc, PCATCH | PINTERLOCKED, "devctl", 0);
sys/kern/subr_sleepqueue.c
398
(void)_sleepq_wait_begin(td, sc, wc, 0, PINTERLOCKED);
sys/kern/subr_sleepqueue.c
415
ret = _sleepq_wait_begin(td, sc, wc, 0, PINTERLOCKED | PCATCH);
sys/kern/subr_sleepqueue.c
434
ret = _sleepq_wait_begin(td, sc, wc, td->td_sqtimo, PINTERLOCKED);
sys/kern/subr_sleepqueue.c
454
PINTERLOCKED | PCATCH);
sys/kern/sys_pipe.c
658
error = tsleep(rpb, PCATCH | PINTERLOCKED, "piperd", 0);
sys/kern/sys_pipe.c
938
error = tsleep(wpb, PCATCH | PINTERLOCKED, "pipewr", 0);
sys/kern/sys_process.c
610
tsleep(&p->p_step, PINTERLOCKED, "stopevent", 0);
sys/kern/sysv_sem.c
922
eval = tsleep(semptr, PCATCH | PINTERLOCKED, "semwait", hz);
sys/kern/uipc_socket2.c
136
error = tsleep(&ssb->ssb_cc, pflags | PINTERLOCKED,
sys/kern/uipc_socket2.c
165
pflags | PINTERLOCKED,
sys/kern/usched_bsd4.c
1863
tsleep(dd->helper_thread, PINTERLOCKED, "schslp", 0);
sys/kern/usched_dfly.c
2483
tsleep(dd->helper_thread, PINTERLOCKED, "schslp",
sys/kern/vfs_bio.c
2184
if (tsleep(&needsbuffer, PINTERLOCKED|slpflags,
sys/kern/vfs_bio.c
2284
tsleep(bd_req, PINTERLOCKED, "psleep", hz);
sys/kern/vfs_bio.c
3268
error = tsleep(bio, PINTERLOCKED, wmesg, to);
sys/kern/vfs_bio.c
3270
error = tsleep(bio, PINTERLOCKED, "biord", to);
sys/kern/vfs_bio.c
3272
error = tsleep(bio, PINTERLOCKED, "biowr", to);
sys/kern/vfs_bio.c
332
tsleep(&runningbufreq, PINTERLOCKED, "wdrn1", hz);
sys/kern/vfs_bio.c
484
tsleep(&bd_wake_ary[mi], PINTERLOCKED, "flstik", hz);
sys/kern/vfs_bio.c
590
error = tsleep(track, slp_flags | PINTERLOCKED,
sys/kern/vfs_sync.c
349
tsleep(&ctx->sc_flags, PINTERLOCKED, "syncexit", hz);
sys/kern/vfs_sync.c
492
tsleep(ctx, PINTERLOCKED, "syncer", hz);
sys/kern/vfs_vnops.c
575
tsleep(&fp->f_flag, PINTERLOCKED, "fpoff", 0);
sys/net/netisr.c
733
tsleep(&msg->br_done, PINTERLOCKED, "nbrdsp", 0);
sys/net/netisr.c
793
tsleep(&other_cpumask, PINTERLOCKED, "nbrset", 0);
sys/net/tap/if_tap.c
880
error = tsleep(sc, PCATCH | PINTERLOCKED, "taprd", 0);
sys/netproto/smb/smb_subr.c
436
error = tsleep(chan, slpflags | PINTERLOCKED, wmesg, timo);
sys/platform/pc64/x86_64/pmap.c
3655
tsleep(pmark, PINTERLOCKED, "pvplc", 0);
sys/platform/pc64/x86_64/pmap.c
3778
tsleep(pmark, PINTERLOCKED, "pvpld", 0);
sys/platform/pc64/x86_64/pmap.c
3912
tsleep(pv, PINTERLOCKED, "pvwait", hz);
sys/platform/pc64/x86_64/pmap.c
4872
tsleep(&m->md.interlock_count, PINTERLOCKED,
sys/platform/pc64/x86_64/pmap.c
5949
tsleep(&m->md.interlock_count, PINTERLOCKED,
sys/platform/pc64/x86_64/pmap.c
6671
tsleep(pmark, PINTERLOCKED, "pvplw", 0);
sys/sys/signal2.h
225
tsleep(&p->p_sigirefs, PINTERLOCKED,
sys/vfs/fuse/fuse_ipc.c
175
error = tsleep(fip, PINTERLOCKED, "ftxp", 5 * hz);
sys/vfs/fuse/fuse_ipc.c
226
error = tsleep(fip, PINTERLOCKED, "ftxp", 5 * hz);
sys/vfs/hammer/hammer_io.c
253
tsleep(io, PINTERLOCKED, "hmrflw", hz);
sys/vfs/hammer/hammer_subs.c
153
tsleep(&lock->lockval, PINTERLOCKED, ident, 0);
sys/vfs/hammer/hammer_subs.c
468
tsleep(&lock->refs, PINTERLOCKED, "h1lk", 0);
sys/vfs/hammer/hammer_subs.c
593
tsleep(&lock->refs, PINTERLOCKED,
sys/vfs/hammer/hammer_subs.c
660
tsleep(&lock->refs, PINTERLOCKED, "hilk", 0);
sys/vfs/hammer/hammer_subs.c
70
tsleep(&lock->lockval, PINTERLOCKED, ident, 0);
sys/vfs/hammer2/hammer2_admin.c
1244
tsleep(&thr->flags, PINTERLOCKED, "h2idle", hz*30);
sys/vfs/hammer2/hammer2_admin.c
148
tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60);
sys/vfs/hammer2/hammer2_admin.c
175
error = tsleep(&thr->flags, PINTERLOCKED,
sys/vfs/hammer2/hammer2_admin.c
206
tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60);
sys/vfs/hammer2/hammer2_admin.c
826
tsleep(xop, PINTERLOCKED, "h2feed", hz*60);
sys/vfs/hammer2/hammer2_admin.c
996
tsleep(xop, PINTERLOCKED, "h2coll", hz*60);
sys/vfs/hammer2/hammer2_chain.c
957
tsleep(&chain->flags, PINTERLOCKED,
sys/vfs/hammer2/hammer2_flush.c
166
tsleep(&pmp->trans.sync_wait, PINTERLOCKED,
sys/vfs/hammer2/hammer2_flush.c
196
tsleep(&pmp->trans.sync_wait, PINTERLOCKED,
sys/vfs/hammer2/hammer2_inode.c
265
tsleep(&ip->flags, PINTERLOCKED, "h2sync", 0);
sys/vfs/hammer2/hammer2_io.c
239
tsleep(dio, PINTERLOCKED, "h2dio", hz);
sys/vfs/hammer2/hammer2_io.c
435
tsleep(dio, PINTERLOCKED, "h2dio", hz);
sys/vfs/hammer2/hammer2_synchro.c
157
tsleep(&thr->flags, PINTERLOCKED, "frozen", 0);
sys/vfs/hammer2/hammer2_vfsops.c
2911
tsleep(&pmp->count_lwinprog, PINTERLOCKED, "h2wpipe", hz);
sys/vfs/hammer2/hammer2_vfsops.c
2995
PINTERLOCKED | pcatch,
sys/vfs/procfs/procfs_vnops.c
379
error = tsleep(&procp->p_stype, PCATCH | PINTERLOCKED,
sys/vm/swap_pager.c
1527
if (tsleep(mreq, PINTERLOCKED, "swread", hz*20)) {
sys/vm/vm_map.c
1922
tsleep(map, PINTERLOCKED, "vment", 0);
sys/vm/vm_page.c
1156
tsleep(m, PINTERLOCKED, msg, 0);
sys/vm/vm_page.c
1285
tsleep(m, PINTERLOCKED, msg, 0);
sys/vm/vm_page.c
1292
tsleep(m, PINTERLOCKED, msg, 0);
sys/vm/vm_page.c
1768
tsleep(m, PINTERLOCKED, msg, 0);
sys/vm/vm_page.c
1777
tsleep(m, PINTERLOCKED, msg, 0);
sys/vm/vm_pager.c
421
tsleep(pfreecnt, PINTERLOCKED, "wswbuf0", 0);
sys/vm/vm_pager.c
426
tsleep(&pbuf_raw_count, PINTERLOCKED,
sys/vm/vm_pager.c
466
tsleep(pfreecnt, PINTERLOCKED, "wswbuf2", 0);
sys/vm/vm_pager.c
471
tsleep(&pbuf_kva_count, PINTERLOCKED,
sys/vm/vm_pager.c
515
tsleep(pfreecnt, PINTERLOCKED, "wswbuf4", 0);
sys/vm/vm_pager.c
520
tsleep(&pbuf_mem_count, PINTERLOCKED,
usr.sbin/makefs/hammer2/hammer2_admin.c
1052
tsleep(xop, PINTERLOCKED, "h2coll", hz*60);
usr.sbin/makefs/hammer2/hammer2_admin.c
1303
tsleep(&thr->flags, PINTERLOCKED, "h2idle", hz*30);
usr.sbin/makefs/hammer2/hammer2_admin.c
153
tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60);
usr.sbin/makefs/hammer2/hammer2_admin.c
180
error = tsleep(&thr->flags, PINTERLOCKED,
usr.sbin/makefs/hammer2/hammer2_admin.c
211
tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60);
usr.sbin/makefs/hammer2/hammer2_chain.c
963
tsleep(&chain->flags, PINTERLOCKED,
usr.sbin/makefs/hammer2/hammer2_flush.c
170
tsleep(&pmp->trans.sync_wait, PINTERLOCKED,
usr.sbin/makefs/hammer2/hammer2_flush.c
200
tsleep(&pmp->trans.sync_wait, PINTERLOCKED,
usr.sbin/makefs/hammer2/hammer2_inode.c
269
tsleep(&ip->flags, PINTERLOCKED, "h2sync", 0);
usr.sbin/makefs/hammer2/hammer2_io.c
242
tsleep(dio, PINTERLOCKED, "h2dio", hz);
usr.sbin/makefs/hammer2/hammer2_io.c
446
tsleep(dio, PINTERLOCKED, "h2dio", hz);
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2882
tsleep(&pmp->count_lwinprog, PINTERLOCKED, "h2wpipe", hz);
usr.sbin/makefs/hammer2/hammer2_vfsops.c
2969
PINTERLOCKED | pcatch,