Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c2362 …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 Dkern_aio.c1127 PCATCH | PWAIT | PDROP, "aio_suspend", abstime); in aio_suspend_nocancel()
H A Duipc_usrreq.c1599 PSOCK | PDROP, "unpdisconnect", NULL); in unp_disconnect()
H A Dkern_sig.c3641 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 Dparam.h145 #define PDROP 0x400 /* OR'd with pri to stop re-aquistion of mutex upon wakeup */ macro
/xnu-8020.101.4/security/
H A Dmac_vfs_subr.c121 error = msleep(&vp->v_label, &vp->v_lock, PVFS | PDROP, in vnode_label()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_syscalls.c307 …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 Dnfs_node.c246 msleep(np, &nfs_node_hash_mutex, PDROP | PINOD, "nfs_nget", NULL); in nfs_nget()
H A Dnfs_gss.c889 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 Dnfs_bio.c819 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 Dvfs_bio.c3099 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 Dvfs_xattr.c948 msleep((caddr_t)&svp->v_parent, &svp->v_lock, PINOD | PDROP, in default_getnamedstream()
H A Dvfs_subr.c411 slpflag |= PDROP; in vnode_waitforwrites()
997 msleep((caddr_t)mp, &mp->mnt_mlock, (PVFS | PDROP), "vfsbusy", NULL); in vfs_busy()
H A Dvfs_syscalls.c2914 (PVFS | PDROP | PCATCH), "sync_thread", &ts); in sync_internal()