Searched refs:PDROP (Results 1 – 11 of 11) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_synch.c | 75 dropmutex = ut->uu_pri & PDROP; in _sleep_continue() 168 int dropmutex = pri & PDROP; in _sleep()
|
| H A D | kern_exit.c | 3062 …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 D | kern_aio.c | 1126 PCATCH | PWAIT | PDROP, "aio_suspend", abstime); in aio_suspend_nocancel()
|
| H A D | uipc_usrreq.c | 1646 PSOCK | PDROP, "unpdisconnect", NULL); in unp_disconnect()
|
| H A D | kern_sig.c | 3571 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 D | param.h | 145 #define PDROP 0x400 /* OR'd with pri to stop re-aquistion of mutex upon wakeup */ macro
|
| /xnu-10002.41.9/security/ |
| H A D | mac_vfs_subr.c | 121 error = msleep(&vp->v_label, &vp->v_lock, PVFS | PDROP, in vnode_label()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_bio.c | 3120 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 D | vfs_subr.c | 477 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 D | vfs_xattr.c | 941 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()
|
| H A D | vfs_syscalls.c | 3263 (PVFS | PDROP | PCATCH), "sync_thread", &ts); in sync_internal()
|