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

  /src/sys/kern/
sched_m2.c 70 static u_int max_ts; /* Maximal time-slice */ variable in typeref:typename:u_int
90 max_ts = mstohz(150); /* ~150 ms */
120 ts_map[p] = max_ts -
121 (p * 100 / (PRI_TS_COUNT - 1) * (max_ts - min_ts) / 100);
284 KASSERT(l->l_sched.timeslice <= max_ts);
381 if (newsize < 1 || newsize > hz || newsize >= max_ts)
408 newsize = hztoms(max_ts);
421 max_ts = newsize;
459 sysctl_sched_maxts, 0, &max_ts, 0,
sched_m2.c 70 static u_int max_ts; /* Maximal time-slice */ variable in typeref:typename:u_int
90 max_ts = mstohz(150); /* ~150 ms */
120 ts_map[p] = max_ts -
121 (p * 100 / (PRI_TS_COUNT - 1) * (max_ts - min_ts) / 100);
284 KASSERT(l->l_sched.timeslice <= max_ts);
381 if (newsize < 1 || newsize > hz || newsize >= max_ts)
408 newsize = hztoms(max_ts);
421 max_ts = newsize;
459 sysctl_sched_maxts, 0, &max_ts, 0,

Completed in 22 milliseconds