Home
last modified time | relevance | path

Searched refs:PINTERLOCKED (Results 1 – 25 of 61) sorted by relevance

123

/dragonfly/sys/kern/
H A Dkern_condvar.c39 error = lksleep(c, lk, flags | PINTERLOCKED, c->cv_desc, timo); in _cv_timedwait()
41 error = tsleep(c, flags | PINTERLOCKED, c->cv_desc, timo); in _cv_timedwait()
68 error = mtxsleep(c, mtx, flags | PINTERLOCKED, c->cv_desc, timo); in _cv_mtx_timedwait()
70 error = tsleep(c, flags | PINTERLOCKED, c->cv_desc, timo); in _cv_mtx_timedwait()
H A Dsubr_sleepqueue.c398 (void)_sleepq_wait_begin(td, sc, wc, 0, PINTERLOCKED); in sleepq_wait()
415 ret = _sleepq_wait_begin(td, sc, wc, 0, PINTERLOCKED | PCATCH); in sleepq_wait_sig()
434 ret = _sleepq_wait_begin(td, sc, wc, td->td_sqtimo, PINTERLOCKED); in sleepq_timedwait()
454 PINTERLOCKED | PCATCH); in sleepq_timedwait_sig()
H A Dkern_lock.c178 error = tsleep(lkp, pflags | PINTERLOCKED, in lockmgr_shared()
250 error = tsleep(lkp, pflags | PINTERLOCKED, in lockmgr_shared()
381 error = tsleep(lkp, pflags | PINTERLOCKED, in lockmgr_exclusive()
440 error = tsleep(lkp, pflags | PINTERLOCKED, lkp->lk_wmesg, timo); in lockmgr_exclusive()
699 error = tsleep(lkp, pflags | PINTERLOCKED, lkp->lk_wmesg, timo); in lockmgr_upgrade()
H A Dkern_refcount.c75 tsleep(countp, PINTERLOCKED, wstr, hz*10); in _refcount_wait()
H A Dlwkt_serialize.c234 tsleep(s, PINTERLOCKED, "slize", 0); in lwkt_serialize_sleep()
281 tsleep(s, PINTERLOCKED, "aslize", 0); in lwkt_serialize_adaptive_enter()
H A Dkern_synch.c582 if ((flags & PINTERLOCKED) == 0) { in tsleep()
823 error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo); in ssleep()
839 error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo); in lksleep()
859 error = tsleep(ident, flags | PINTERLOCKED, wmesg, timo); in mtxsleep()
882 ret = tsleep(ident, flags | PINTERLOCKED, wmesg, timo); in zsleep()
H A Dkern_umtx.c227 error = tsleep(waddr, PCATCH | PINTERLOCKED | PDOMAIN_UMTX, in sys_umtx_sleep()
H A Dvfs_sync.c348 tsleep(&ctx->sc_flags, PINTERLOCKED, "syncexit", hz); in vn_syncer_thr_stop()
491 tsleep(ctx, PINTERLOCKED, "syncer", hz); in syncer_thread()
H A Dvfs_bio.c332 tsleep(&runningbufreq, PINTERLOCKED, "wdrn1", hz); in waitrunningbufspace()
484 tsleep(&bd_wake_ary[mi], PINTERLOCKED, "flstik", hz); in bd_wait()
590 error = tsleep(track, slp_flags | PINTERLOCKED, in bio_track_wait()
2184 if (tsleep(&needsbuffer, PINTERLOCKED|slpflags, in getnewbuf()
2284 tsleep(bd_req, PINTERLOCKED, "psleep", hz); in buf_daemon1()
3268 error = tsleep(bio, PINTERLOCKED, wmesg, to); in _biowait()
3270 error = tsleep(bio, PINTERLOCKED, "biord", to); in _biowait()
3272 error = tsleep(bio, PINTERLOCKED, "biowr", to); in _biowait()
H A Duipc_socket2.c136 error = tsleep(&ssb->ssb_cc, pflags | PINTERLOCKED, in ssb_wait()
165 pflags | PINTERLOCKED, in _ssb_lock()
/dragonfly/sys/vm/
H A Dvm_pager.c421 tsleep(pfreecnt, PINTERLOCKED, "wswbuf0", 0); in getpbuf()
426 tsleep(&pbuf_raw_count, PINTERLOCKED, in getpbuf()
466 tsleep(pfreecnt, PINTERLOCKED, "wswbuf2", 0); in getpbuf_kva()
471 tsleep(&pbuf_kva_count, PINTERLOCKED, in getpbuf_kva()
515 tsleep(pfreecnt, PINTERLOCKED, "wswbuf4", 0); in getpbuf_mem()
520 tsleep(&pbuf_mem_count, PINTERLOCKED, in getpbuf_mem()
/dragonfly/sys/vfs/hammer/
H A Dhammer_subs.c70 tsleep(&lock->lockval, PINTERLOCKED, ident, 0); in hammer_lock_ex_ident()
153 tsleep(&lock->lockval, PINTERLOCKED, ident, 0); in hammer_lock_sh()
468 tsleep(&lock->refs, PINTERLOCKED, "h1lk", 0); in hammer_ref_interlock()
593 tsleep(&lock->refs, PINTERLOCKED, in hammer_rel_interlock()
660 tsleep(&lock->refs, PINTERLOCKED, "hilk", 0); in hammer_get_interlock()
/dragonfly/sys/dev/drm/include/linux/
H A Dwait.h133 ret = tsleep(current, PINTERLOCKED|flags, "lwe", timeout_jiffies); \
135 ret = tsleep(current, PINTERLOCKED|flags, "lwe", hz);\
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_admin.c147 tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60); in hammer2_thr_wait()
174 error = tsleep(&thr->flags, PINTERLOCKED, in hammer2_thr_wait_any()
205 tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60); in hammer2_thr_wait_neg()
825 tsleep(xop, PINTERLOCKED, "h2feed", hz*60); in hammer2_xop_feed()
995 tsleep(xop, PINTERLOCKED, "h2coll", hz*60); in hammer2_xop_collect()
1243 tsleep(&thr->flags, PINTERLOCKED, "h2idle", hz*30); in hammer2_primary_xops_thread()
H A Dhammer2_io.c239 tsleep(dio, PINTERLOCKED, "h2dio", hz); in _hammer2_io_getblk()
435 tsleep(dio, PINTERLOCKED, "h2dio", hz); in _hammer2_io_putblk()
H A Dhammer2_flush.c166 tsleep(&pmp->trans.sync_wait, PINTERLOCKED, in hammer2_trans_init()
196 tsleep(&pmp->trans.sync_wait, PINTERLOCKED, in hammer2_trans_init()
/dragonfly/sys/vfs/fuse/
H A Dfuse_ipc.c175 error = tsleep(fip, PINTERLOCKED, "ftxp", 5 * hz); in fuse_ipc_wait()
226 error = tsleep(fip, PINTERLOCKED, "ftxp", 5 * hz); in fuse_ipc_wait_sent()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_admin.c152 tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60); in hammer2_thr_wait()
179 error = tsleep(&thr->flags, PINTERLOCKED, in hammer2_thr_wait_any()
210 tsleep(&thr->flags, PINTERLOCKED, "h2twait", hz*60); in hammer2_thr_wait_neg()
1051 tsleep(xop, PINTERLOCKED, "h2coll", hz*60); in hammer2_xop_collect()
1302 tsleep(&thr->flags, PINTERLOCKED, "h2idle", hz*30); in hammer2_primary_xops_thread()
H A Dhammer2_io.c242 tsleep(dio, PINTERLOCKED, "h2dio", hz); in _hammer2_io_getblk()
446 tsleep(dio, PINTERLOCKED, "h2dio", hz); in _hammer2_io_putblk()
/dragonfly/sys/dev/drm/
H A Dlinux_wwmutex.c153 error = tsleep(ww, PINTERLOCKED | (intr ? PCATCH : 0), in __wwlock()
/dragonfly/sys/bus/u4b/
H A Dusb_util.c166 tsleep(&usb_pause_ls, PINTERLOCKED, "USBSL2", _ticks); in usb_pause_ls()
/dragonfly/sys/sys/
H A Dparam.h312 #define PINTERLOCKED 0x00000400 /* Interlocked tsleep */ macro
/dragonfly/sys/bus/cam/
H A Dcam_sim.c130 retval = tsleep(ident, flags | PINTERLOCKED, wmesg, timo); in sim_lock_sleep()
/dragonfly/sys/net/
H A Dnetisr.c733 tsleep(&msg->br_done, PINTERLOCKED, "nbrdsp", 0); in netisr_barrier_dispatch()
793 tsleep(&other_cpumask, PINTERLOCKED, "nbrset", 0); in netisr_barrier_set()
/dragonfly/sys/netproto/smb/
H A Dsmb_subr.c436 error = tsleep(chan, slpflags | PINTERLOCKED, wmesg, timo); in smb_sleep()

123