Home
last modified time | relevance | path

Searched refs:msleep0 (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dnwk_wq.c78 (void) msleep0(&nwk_wq_waitch, &nwk_wq_lock, in nwk_wq_thread_cont()
103 (void) msleep0(&nwk_wq_waitch, &nwk_wq_lock, in nwk_wq_thread_func()
H A Dflowadv.c194 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_cont()
247 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_func()
/xnu-8020.140.41/bsd/kern/
H A Dkern_synch.c335 msleep0( in msleep0() function
H A Dkern_exit.c2362 …if ((error = msleep0((caddr_t)q, &proc_list_mlock, PWAIT | PCATCH | PDROP, "wait", 0, wait1continu… in wait4_nocancel()
2650 if ((error = msleep0(q, &proc_list_mlock, in waitid_nocancel()
H A Dkern_credential.c714 …error = msleep0(&kauth_resolver_unsubmitted, &kauth_resolver_mtx, PCATCH, "GRGetWork", 0, kauth_re… in kauth_resolver_getwork_continue()
857 …error = msleep0(&kauth_resolver_unsubmitted, &kauth_resolver_mtx, PCATCH, "GRGetWork", 0, kauth_re… in kauth_resolver_getwork()
H A Dtty.c3138 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
/xnu-8020.140.41/bsd/sys/
H A Dproc.h246 extern int msleep0(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, int timo, int (*con…
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c307 …error = msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_… in nfsiod_thread()
435msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_continue… in nfsiod_continue()
/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus_kern.c2326 (void) msleep0(&nxprov_detach_wchan, &sk_lock, (PZERO - 1), in nxprov_detacher()
2347 (void) msleep0(&nxprov_detach_wchan, &sk_lock, in nxprov_detacher_cont()
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c4616 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()