Home
last modified time | relevance | path

Searched refs:sched_tick (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h375 extern unsigned sched_tick;
H A Dpriority.c627 if (sched_tick == thread->sched_stamp) { in can_update_priority()
647 ticks = sched_tick - thread->sched_stamp; in update_priority()
H A Dsched_dualq.c514 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) { in sched_dualq_thread_update_scan()
H A Dsched_amp.c564 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) { in sched_amp_thread_update_scan()
H A Dsched_traditional.c778 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) { in sched_traditional_thread_update_scan()
H A Dsched_multiq.c1456 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) { in sched_multiq_thread_update_scan()
H A Dsched_prim.c287 unsigned sched_tick; variable
491 sched_tick = 0; in sched_timeshare_init()
6515 sched_tick += sched_tick_delta; in sched_timeshare_maintenance_continue()
6702 if (!(thread->state & (TH_WAIT)) && thread->sched_stamp != sched_tick) { in thread_update_process_threads()
6721 if (thread->sched_stamp != sched_tick && in runq_scan_thread()
H A Dsched_clutch.c1766 uint32_t current_sched_ts = sched_tick; in sched_clutch_bucket_group_timeshare_update()
3114 if (thread != THREAD_NULL && thread->sched_stamp != sched_tick) { in sched_clutch_thread_update_scan()
H A Dthread.c1447 new_thread->sched_stamp = sched_tick; in thread_create_internal()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py1641 now = unsigned(kern.globals.sched_tick) // 20