Searched refs:computation (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c150 if ( info->constraint < info->computation ||
151 info->computation > max_rt_quantum ||
152 info->computation < min_rt_quantum ) {
161 thread->realtime.computation = info->computation;
417 info->computation = thread->realtime.computation;
430 info->computation = default_timeshare_computation;
H A Dthread.h245 uint32_t computation; member in struct:thread::__anon1060
262 /* Fail-safe computation since last unblock or qualifying yield */
H A Dsched_prim.c742 /* maximum rt computation (50 ms) */
921 * Clear old quantum, fail-safe computation, etc.
2847 thread->current_quantum = thread->realtime.computation;
/xnu-2422.115.4/osfmk/mach/
H A Dthread_policy.h99 * hint indicating whether this is a long running computation.
130 * the computation.
132 * computation: This is the nominal amount of computation
138 * to the end of computation for logically correct functioning,
139 * specified in absolute time units. Must be (>= computation).
140 * Note that latency = (constraint - computation).
142 * preemptible: This indicates that the computation may be
150 uint32_t computation; member in struct:thread_time_constraint_policy
167 * computation compare
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsched_tests.c46 pol.computation = nanos_to_abs(10000000, mti.numer, mti.denom);
/xnu-2422.115.4/tools/tests/jitter/
H A Dtimer_jitter.c115 pol.computation = COMPUTATION_NANOS * g_mti.denom / g_mti.numer;
/xnu-2422.115.4/tools/tests/zero-to-n/
H A Dzero-to-n.c164 pol.computation = nanos_to_abs(COMPUTATION_NANOS);
222 /* This thread took up fully half of his computation */

Completed in 89 milliseconds