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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_fixedpriority.c646 thread->last_quantum_refill_time = thread->last_run_time - 2 * sched_fixedpriority_quantum - 1;
752 uint64_t elapsed = thread->last_run_time - thread->last_quantum_refill_time;
H A Dpriority.c169 thread->last_quantum_refill_time = processor->quantum_end;
H A Dthread.h247 uint64_t last_quantum_refill_time; /* time when current_quantum was refilled after expiration */ member in struct:thread
H A Dthread.c210 thread_template.last_quantum_refill_time = 0;
H A Dsched_prim.c1935 thread->last_quantum_refill_time = processor->last_dispatch;
2479 self->last_quantum_refill_time = processor->last_dispatch;

Completed in 60 milliseconds