| /xnu-8020.101.4/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 | 2362 …if ((error = msleep0((caddr_t)q, &proc_list_mlock, PWAIT | PCATCH | PDROP, "wait", 0, wait1continu… in wait4_nocancel() 2651 PWAIT | PCATCH | PDROP, "waitid", 0, waitidcontinue)) != 0) { in waitid_nocancel()
|
| H A D | kern_aio.c | 1127 PCATCH | PWAIT | PDROP, "aio_suspend", abstime); in aio_suspend_nocancel()
|
| H A D | uipc_usrreq.c | 1599 PSOCK | PDROP, "unpdisconnect", NULL); in unp_disconnect()
|
| H A D | kern_sig.c | 3641 msleep((caddr_t)&p->sigwait_thread, &p->p_mlock, PCATCH | PDROP, 0, 0); in sig_try_locked()
|
| /xnu-8020.101.4/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-8020.101.4/security/ |
| H A D | mac_vfs_subr.c | 121 error = msleep(&vp->v_label, &vp->v_lock, PVFS | PDROP, in vnode_label()
|
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_syscalls.c | 307 …error = msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_… in nfsiod_thread() 338 msleep(thd, &nfsiod_mutex, PWAIT | PDROP, "nfsiodw", NULL); in nfsiod_start() 435 …msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_continue… in nfsiod_continue()
|
| H A D | nfs_node.c | 246 msleep(np, &nfs_node_hash_mutex, PDROP | PINOD, "nfs_nget", NULL); in nfs_nget()
|
| H A D | nfs_gss.c | 889 msleep(cp, &cp->gss_clnt_mtx, slpflag | PDROP, "ctxwait", NULL); in nfs_gss_clnt_cred_put() 911 msleep(cp, &cp->gss_clnt_mtx, slpflag | PDROP, "seqwin", NULL); in nfs_gss_clnt_cred_put()
|
| H A D | nfs_bio.c | 819 msleep(bp, &nfs_buf_mutex, slpflag | (PRIBIO + 1) | PDROP, in nfs_buf_get() 981 msleep(&nfsneedbuffer, &nfs_buf_mutex, PCATCH | PDROP, "nfsbufget", NULL); in nfs_buf_get()
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_bio.c | 3099 err = msleep(bp, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "buf_getblk", &ts); in buf_getblk() 3760 msleep(&needbuffer, &buf_mtx, slpflag | PDROP | (PRIBIO + 1), "getnewbuf", &ts); in getnewbuf() 3979 error = msleep((caddr_t)bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_invalblkno", NULL); in buf_invalblkno() 4113 (void) msleep(bp, &buf_mtx, PDROP | (PRIBIO + 1), "buf_biowait", NULL); in buf_biowait() 4614 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()
|
| H A D | vfs_xattr.c | 948 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()
|
| H A D | vfs_subr.c | 411 slpflag |= PDROP; in vnode_waitforwrites() 997 msleep((caddr_t)mp, &mp->mnt_mlock, (PVFS | PDROP), "vfsbusy", NULL); in vfs_busy()
|
| H A D | vfs_syscalls.c | 2914 (PVFS | PDROP | PCATCH), "sync_thread", &ts); in sync_internal()
|