Home
last modified time | relevance | path

Searched refs:tsleep (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_synch.c382 tsleep( in tsleep() function
H A Dsubr_log.c276 if ((error = tsleep((caddr_t)mbp, LOG_RDPRI | PCATCH, in logread()
H A Dsysv_shm.c726 error = tsleep((caddr_t)shmseg, PLOCK | PCATCH, "shmget", 0); in shmget_existing()
H A Dkern_credential.c380 error = tsleep(&ts, PZERO | PCATCH, "kr_submit", hz / 2); in kauth_resolver_submit()
/xnu-8792.41.9/bsd/sys/
H A Dproc.h385 extern int tsleep(void *chan, int pri, const char *wmesg, int timo);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_fsevents.c1375 tsleep(watcher, PRIBIO, "fsevents-close", 1); in remove_watcher()
1867 error = tsleep((caddr_t)watcher, PUSER | PCATCH, "fsevents_empty", 0); in fmod_watch()
2256 tsleep((caddr_t)fseh->watcher, PRIBIO, "fsevents-close", 1); in fseventsf_close()
2436 tsleep((caddr_t)fseh->watcher, PRIBIO, "watcher-close", 1); in fseventsf_drain()
H A Dvfs_vnops.c750 tsleep(&nretries, PVFS, "vn_open_auth_retry", in vn_open_auth()
H A Dvfs_bio.c1949 (void)tsleep((caddr_t)&vp->v_numoutput, in buf_flushdirtyblks_skipinfo()
4676 (void)tsleep((void *)&bufqueues[BQ_LAUNDRY], PRIBIO, "blaundry", 1); in bcleanbuf_thread()
H A Dvfs_subr.c597 tsleep(&vp->v_iocount, PVFS, "vnode_drain_network", 3 * hz); in vnode_umount_preflight()
4069 tsleep(&nummounts, PVFS, "busy mount", sec * hz); in vfs_unmountall()
4077 tsleep(&nummounts, PVFS, "missed mount", 2 * hz); in vfs_unmountall()
H A Dvfs_syscalls.c10109 tsleep(vp, PVFS, "rm AD", 1); in rmdirat_internal()
/xnu-8792.41.9/bsd/netinet/
H A Dip_compat.h331 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
/xnu-8792.41.9/bsd/net/
H A Dbpf.c471 (void) tsleep((caddr_t)&bpf_growing, PZERO, "bpf_growing", 0); in bpf_make_dev_t()