Home
last modified time | relevance | path

Searched refs:PDROP (Results 1 – 11 of 11) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dkern_synch.c75 dropmutex = ut->uu_pri & PDROP; in _sleep_continue()
168 int dropmutex = pri & PDROP; in _sleep()
H A Dkern_exit.c3062 …if ((error = msleep0((caddr_t)q, &proc_list_mlock, PWAIT | PCATCH | PDROP, "wait", 0, wait1continu… in wait4_nocancel()
3354 PWAIT | PCATCH | PDROP, "waitid", 0, waitidcontinue)) != 0) { in waitid_nocancel()
H A Dkern_aio.c1126 PCATCH | PWAIT | PDROP, "aio_suspend", abstime); in aio_suspend_nocancel()
H A Duipc_usrreq.c1646 PSOCK | PDROP, "unpdisconnect", NULL); in unp_disconnect()
H A Dkern_sig.c3571 msleep((caddr_t)&p->sigwait_thread, &p->p_mlock, PCATCH | PDROP, 0, 0); in sig_try_locked()
/xnu-10002.41.9/bsd/sys/
H A Dparam.h145 #define PDROP 0x400 /* OR'd with pri to stop re-aquistion of mutex upon wakeup */ macro
/xnu-10002.41.9/security/
H A Dmac_vfs_subr.c121 error = msleep(&vp->v_label, &vp->v_lock, PVFS | PDROP, in vnode_label()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c3120 err = msleep(bp, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "buf_getblk", &ts); in buf_getblk()
3783 msleep(&needbuffer, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "getnewbuf", &ts); in getnewbuf()
4002 error = msleep((caddr_t)bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_invalblkno", NULL); in buf_invalblkno()
4136 (void) msleep(bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_biowait", NULL); in buf_biowait()
4640 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()
H A Dvfs_subr.c477 slpflag |= PDROP; in vnode_waitforwrites()
1066 msleep((caddr_t)mp, &mp->mnt_mlock, (PVFS | PDROP), "vfsbusy", NULL); in vfs_busy()
4026 …msleep((caddr_t)&vp->v_specflags, SPECHASH_LOCK_ADDR(), PVFS | PDROP, "vnode_waitformounting", NUL… in vfs_mountedon()
4040 …msleep((caddr_t)&vq->v_specflags, SPECHASH_LOCK_ADDR(), PVFS | PDROP, "vnode_waitformounting", NUL… in vfs_mountedon()
4108 …msleep((caddr_t)&vq->v_specflags, SPECHASH_LOCK_ADDR(), PVFS | PDROP, "vnode_waitformounting", NUL… in vfs_setmounting()
H A Dvfs_xattr.c941 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()
H A Dvfs_syscalls.c3263 (PVFS | PDROP | PCATCH), "sync_thread", &ts); in sync_internal()