OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ltsp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
ltsleep.c
157
struct ltsleeper *
ltsp
;
local
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
1961
ltsp
= <s;
1963
ltsp
= NULL;
1966
SCARG(uap, events), SCARG(uap, maxevents),
ltsp
,
1985
struct linux_timespec lts, *
ltsp
;
local
1993
ltsp
= <s;
1995
ltsp
= NULL;
1998
SCARG(uap, events), SCARG(uap, maxevents),
ltsp
,
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026