Searched refs:computation_epoch (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsyscall_subr.c440 total_computation = abstime - self->computation_epoch;
451 self->computation_epoch = abstime;
H A Dpriority.c124 new_computation = processor->quantum_end - thread->computation_epoch;
H A Dthread.h257 uint64_t computation_epoch; member in struct:thread
H A Dthread.c213 thread_template.computation_epoch = 0;
H A Dsched_prim.c1941 thread->computation_epoch = processor->last_dispatch;
2395 thread->computation_metered += (processor->last_dispatch - thread->computation_epoch);
2490 self->computation_epoch = processor->last_dispatch;

Completed in 37 milliseconds