Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkern_synch.c382 tsleep( in tsleep() function
H A Dsubr_log.c259 error = tsleep((caddr_t)mbp, (PZERO + 1) | PCATCH, "klog", 5 * hz); in logread()
H A Dsysv_shm.c722 error = tsleep((caddr_t)shmseg, PLOCK | PCATCH, "shmget", 0); in shmget_existing()
H A Dkern_credential.c363 error = tsleep(&ts, PZERO | PCATCH, "kr_submit", hz / 2); in kauth_resolver_submit()
/xnu-10063.141.1/bsd/sys/
H A Dproc.h390 extern int tsleep(void *chan, int pri, const char *wmesg, int timo);
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_fsevents.c1450 tsleep(watcher, PRIBIO, "fsevents-close", 1); in remove_watcher()
1992 error = tsleep((caddr_t)watcher, PUSER | PCATCH, "fsevents_empty", 0); in fmod_watch()
2381 tsleep((caddr_t)fseh->watcher, PRIBIO, "fsevents-close", 1); in fseventsf_close()
2561 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.c1963 (void)tsleep((caddr_t)&vp->v_numoutput, in buf_flushdirtyblks_skipinfo()
4690 (void)tsleep((void *)&bufqueues[BQ_LAUNDRY], PRIBIO, "blaundry", 1); in bcleanbuf_thread()
H A Dvfs_subr.c625 tsleep(&vp->v_iocount, PVFS, "vnode_drain_network", 3 * hz); in vnode_umount_preflight()
4309 tsleep(&nummounts, PVFS, "busy mount", sec * hz); in vfs_unmountall()
4317 tsleep(&nummounts, PVFS, "missed mount", 2 * hz); in vfs_unmountall()
H A Dvfs_syscalls.c10227 tsleep(vp, PVFS, "rm AD", 1); in rmdirat_internal()
/xnu-10063.141.1/bsd/netinet/
H A Dip_compat.h331 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
/xnu-10063.141.1/bsd/net/
H A Dbpf.c671 (void) tsleep((caddr_t)&bpf_growing, PZERO, "bpf_growing", 0); in bpf_make_dev_t()