Searched refs:current_sched_ts (Results 1 – 1 of 1) sorted by relevance
2071 uint32_t current_sched_ts = os_atomic_load(&sched_tick, relaxed); in sched_clutch_bucket_group_pri_shift_update() local2072 if (sched_ts < current_sched_ts) { in sched_clutch_bucket_group_pri_shift_update()2073 os_atomic_store(&clutch_bucket_group->scbg_timeshare_tick, current_sched_ts, relaxed); in sched_clutch_bucket_group_pri_shift_update()