OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_sched
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
sched_m2.c
108
lwp0.
l_sched
.timeslice = ts_map[lwp0.l_auxprio];
212
l->
l_sched
.timeslice = ts_map[lwp_eprio(l)];
283
KASSERT(l->
l_sched
.timeslice >= min_ts);
284
KASSERT(l->
l_sched
.timeslice <= max_ts);
285
spc->spc_ticks = l->
l_sched
.timeslice;
314
spc->spc_ticks = l->
l_sched
.timeslice;
345
spc->spc_ticks = l->
l_sched
.timeslice;
/src/sys/rump/kern/lib/libsysproxy/
sysproxy.c
183
* 2) sleeping on l->
l_sched
.info
186
* Either way,
l_sched
.info is stable until we set
192
if (l->
l_sched
.info)
193
cv_broadcast(l->
l_sched
.info);
/src/sys/rump/librump/rumpkern/
locks.c
398
l->
l_sched
.info = cv;
428
/* ok, we can exit and remove "reference" to l->
l_sched
.info */
433
l->
l_sched
.info = NULL;
/src/sys/sys/
lwp.h
102
}
l_sched
;
member in struct:lwp
Completed in 14 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025