Home
last modified time | relevance | path

Searched refs:ltsp (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/rump/librump/rumpkern/
H A Dltsleep.c157 struct ltsleeper *ltsp; in wakeup() local
160 LIST_FOREACH(ltsp, &sleepers, entries) { in wakeup()
161 if (ltsp->id == ident) { in wakeup()
162 if (ltsp->iskwait) { in wakeup()
163 cv_broadcast(&ltsp->kcv); in wakeup()
165 rumpuser_cv_broadcast(ltsp->ucv); in wakeup()
/netbsd/sys/compat/linux/common/
H A Dlinux_misc.c1869 struct linux_timespec lts, *ltsp; in linux_sys_epoll_pwait() local
1877 ltsp = &lts; in linux_sys_epoll_pwait()
1879 ltsp = NULL; in linux_sys_epoll_pwait()
1882 SCARG(uap, events), SCARG(uap, maxevents), ltsp, in linux_sys_epoll_pwait()
1901 struct linux_timespec lts, *ltsp; in linux_sys_epoll_pwait2() local
1909 ltsp = &lts; in linux_sys_epoll_pwait2()
1911 ltsp = NULL; in linux_sys_epoll_pwait2()
1914 SCARG(uap, events), SCARG(uap, maxevents), ltsp, in linux_sys_epoll_pwait2()