OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_eprio
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_turnstile.c
287
ts->
ts_eprio
= prio;
290
} else if (prio > ts->
ts_eprio
) {
291
ts->
ts_eprio
= prio;
341
KASSERT(lwp_eprio(l) >= ts->
ts_eprio
);
350
} else if (prio < iter->
ts_eprio
) {
351
prio = iter->
ts_eprio
;
/src/sys/sys/
sleeptab.h
101
pri_t
ts_eprio
;
member in struct:turnstile
Completed in 28 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025