HomeSort by: relevance | last modified time | path
    Searched defs:ltsp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
ltsleep.c 157 struct ltsleeper *ltsp; local in function:wakeup
160 LIST_FOREACH(ltsp, &sleepers, entries) {
161 if (ltsp->id == ident) {
162 if (ltsp->iskwait) {
163 cv_broadcast(&ltsp->kcv);
165 rumpuser_cv_broadcast(ltsp->ucv);
  /src/sys/compat/linux/common/
linux_misc.c 1953 struct linux_timespec lts, *ltsp; local in function:linux_sys_epoll_pwait
1961 ltsp = &lts;
1963 ltsp = NULL;
1966 SCARG(uap, events), SCARG(uap, maxevents), ltsp,
1985 struct linux_timespec lts, *ltsp; local in function:linux_sys_epoll_pwait2
1993 ltsp = &lts;
1995 ltsp = NULL;
1998 SCARG(uap, events), SCARG(uap, maxevents), ltsp,

Completed in 12 milliseconds