Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c723 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-12377.61.12/bsd/sys/
H A Dproc.h429 extern int tsleep(void *chan, int pri, const char *wmesg, int timo);
/xnu-12377.61.12/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_bio.c2132 (void)tsleep((caddr_t)&vp->v_numoutput, in buf_flushdirtyblks_skipinfo()
4863 (void)tsleep((void *)&bufqueues[BQ_LAUNDRY], PRIBIO, "blaundry", 1); in bcleanbuf_thread()
H A Dvfs_subr.c618 tsleep(&vp->v_iocount, PVFS, "vnode_drain_network", 3 * hz); in vnode_umount_preflight()
4342 tsleep(&nummounts, PVFS, "busy mount", sec * hz); in vfs_unmountall()
4350 tsleep(&nummounts, PVFS, "missed mount", 2 * hz); in vfs_unmountall()
H A Dvfs_syscalls.c10810 tsleep(vp, PVFS, "rm AD", 1); in rmdirat_internal()
/xnu-12377.61.12/bsd/netinet/
H A Dip_compat.h331 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0)
/xnu-12377.61.12/bsd/net/
H A Dbpf.c670 (void) tsleep((caddr_t)&bpf_growing, PZERO, "bpf_growing", 0); in bpf_make_dev_t()