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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsyscall_subr.c441 total_computation += self->computation_metered;
452 self->computation_metered = 0;
H A Dpriority.c125 new_computation += thread->computation_metered;
H A Dthread.h256 uint64_t computation_metered; member in struct:thread
H A Dthread.c212 thread_template.computation_metered = 0;
H A Dsched_prim.c937 thread->computation_metered = 0;
2395 thread->computation_metered += (processor->last_dispatch - thread->computation_epoch);

Completed in 89 milliseconds