OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts_map
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sched_m2.c
71
static u_int
ts_map
[PRI_COUNT]; /* Map of time-slices */
variable in typeref:typename:u_int[]
108
lwp0.l_sched.timeslice =
ts_map
[lwp0.l_auxprio];
120
ts_map
[p] = max_ts -
128
ts_map
[p] = sched_rrticks;
212
l->l_sched.timeslice =
ts_map
[lwp_eprio(l)];
/src/sys/net/npf/
npf_tableset.c
117
npf_table_t *
ts_map
[];
member in struct:npf_tableset
121
(offsetof(npf_tableset_t,
ts_map
[n]) * sizeof(npf_table_t *))
159
npf_table_t *t = ts->
ts_map
[tid];
185
if (ts->
ts_map
[tid] == NULL) {
187
ts->
ts_map
[tid] = t;
199
npf_table_t *oldt = ts->
ts_map
[tid];
208
return atomic_swap_ptr(&ts->
ts_map
[tid], newt);
220
if ((t = ts->
ts_map
[tid]) == NULL)
232
return atomic_load_relaxed(&ts->
ts_map
[tid]);
249
if ((t = nts->
ts_map
[tid]) == NULL)
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025