Searched refs:PWAIT (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h139 #define PWAIT 32 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c473 msleep(&p->p_sigmask, &p->p_mlock, PWAIT, "proc_sigdrain", NULL);
662 msleep(&q->p_stat, proc_list_mlock, PWAIT, "waitcoll", 0);
884 msleep(&p->p_stat, proc_list_mlock, PWAIT, "waitcoll", 0);
1162 (void)msleep(&p->p_stat, proc_list_mlock, PWAIT, "waitcoll", 0);
1294 if ((error = msleep0((caddr_t)q, proc_list_mlock, PWAIT | PCATCH | PDROP, "wait", 0, wait1continue)))
1400 PWAIT, "waitidcoll", 0);
1543 PWAIT | PCATCH | PDROP, "waitid", 0, waitidcontinue)) != 0)
1800 msleep(&q->p_stat, proc_list_mlock, PWAIT, "waitcoll", 0);
1976 msleep(&p->p_stat, proc_list_mlock, PWAIT, "waitcoll", 0);
H A Dkern_shutdown.c475 error = msleep(&proc_shutdown_exitcount, proc_list_mlock, PWAIT, "shutdownwait", &ts);
534 error = msleep(&proc_shutdown_exitcount, proc_list_mlock, PWAIT, "shutdownwait", &ts);
H A Dkpi_socketfilter.c194 msleep(&sock_filter_cleanup_entries, sock_filter_cleanup_lock, PWAIT, "sflt_cleanup", NULL);
H A Dkern_aio.c1202 error = msleep1(&p->AIO_SUSPEND_SLEEP_CHAN, aio_proc_mutex(p), PCATCH | PWAIT | PDROP, "aio_suspend", abstime); /* XXX better priority? */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c275 error = msleep0(niod, nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE*hz, nfsiod_continue);
305 msleep(thd, nfsiod_mutex, PWAIT | PDROP, "nfsiodw", NULL);
383 error = msleep0(niod, nfsiod_mutex, PWAIT | PDROP, "nfsiod", NFS_ASYNCTHREADMAXIDLE*hz, nfsiod_continue);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c1516 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge_cont",
1528 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge", 0,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c2159 msleep((caddr_t)&hfsmp->hfs_sync_incomplete, NULL, PWAIT, "hfs_unmount", &ts);

Completed in 117 milliseconds