Searched refs:msleep0 (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | nwk_wq.c | 78 (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 D | flowadv.c | 194 (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 D | kern_synch.c | 335 msleep0( in msleep0() function
|
| 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() 2650 if ((error = msleep0(q, &proc_list_mlock, in waitid_nocancel()
|
| H A D | kern_credential.c | 714 …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 D | tty.c | 3138 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | proc.h | 246 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 D | nfs_syscalls.c | 307 …error = msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_… in nfsiod_thread() 435 …msleep0(niod, &nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE * hz, nfsiod_continue… in nfsiod_continue()
|
| /xnu-8020.140.41/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 2326 (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 D | vfs_bio.c | 4616 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()
|