Home
last modified time | relevance | path

Searched refs:kern_nanosleep (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/compat/linux/
HDlinux_time.c698 error = kern_nanosleep(td, &rqts, rmtp); in linux_nanosleep()
/freebsd-head/sys/sys/
HDsyscallsubr.h258 int kern_nanosleep(struct thread *td, struct timespec *rqt,
/freebsd-head/sys/kern/
HDkern_time.c490 kern_nanosleep(struct thread *td, struct timespec *rqt, struct timespec *rmt) in kern_nanosleep() function