Home
last modified time | relevance | path

Searched refs:TH_BUCKET_SHARE_DF (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/tests/sched/
H A Dedge_runqueue.c20 …thread_t thread = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKET_SHARE…
26 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, i, 0, TH_BUCKET_SHARE_DF, bound_arg);
76 …threads[1] = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKET_SHARE_DF]);
94 …tie_break_threads[k * 2] = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUC…
100 …_break_threads[k * 2 + 1] = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BU…
116 …_t low_iscore_bound = create_thread(TH_BUCKET_SHARE_DF, low_iscore_tg, root_bucket_to_highest_pri[
118 …t high_iscore_bound = create_thread(TH_BUCKET_SHARE_DF, high_iscore_tg, root_bucket_to_highest_pri…
H A Dedge_migration.c24 …threads[i] = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKET_SHARE_DF]);
26 set_pset_load_avg(i, TH_BUCKET_SHARE_DF, low_load);
32 set_pset_load_avg(j, TH_BUCKET_SHARE_DF, high_load);
35 set_pset_load_avg(j, TH_BUCKET_SHARE_DF, low_load);
47 set_pset_load_avg(replacement_pset, TH_BUCKET_SHARE_DF, idle_load);
55 set_pset_load_avg(replacement_pset, TH_BUCKET_SHARE_DF, low_load);
68 …test_thread_t yielder = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKET…
98 …test_thread_t starts_p = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKE…
99 …test_thread_t starts_e = create_thread(TH_BUCKET_SHARE_DF, tg, root_bucket_to_highest_pri[TH_BUCKE…
107 set_pset_load_avg(p_pset, TH_BUCKET_SHARE_DF, 10000000);
[all …]
H A Dclutch_runqueue.c41 …test_thread_t bound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest_pri[TH_BUCK…
43 …ead_t higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest_pri[TH_…
44 …tive_higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_bucket_to_highest_pri[TH_…
45 …ctive_lowerpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_bucket_to_highest_pri[TH_…
411 …_thread_t bound_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri[TH_…
417 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 10, 0, TH_BUCKET_SHARE_DF, root_bucket_arg);
432 …st_thread_t def_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri[TH_…
437 increment_mock_time_us(clutch_root_bucket_wcel_us[TH_BUCKET_SHARE_DF] + 1);
451 ret = tracepoint_expect(CLUTCH_THREAD_SELECT, 0, 0, TH_BUCKET_SHARE_DF, root_bucket_arg);
456 increment_mock_time_us(clutch_root_bucket_wcel_us[TH_BUCKET_SHARE_DF] + 1);
[all …]
/xnu-12377.41.6/osfmk/kern/
H A Dsched_average.c193 load_now[TH_BUCKET_SHARE_DF] = os_atomic_load(&sched_run_buckets[TH_BUCKET_SHARE_DF], relaxed); in compute_sched_load()
205 load_now[TH_BUCKET_FIXPRI], (load_now[TH_BUCKET_SHARE_FG] + load_now[TH_BUCKET_SHARE_DF]), in compute_sched_load()
225 if (load_now[TH_BUCKET_SHARE_DF] <= (ncpus * 2)) { in compute_sched_load()
226 load_now[TH_BUCKET_SHARE_FG] += load_now[TH_BUCKET_SHARE_DF]; in compute_sched_load()
236 load_now[TH_BUCKET_SHARE_DF] += load_now[TH_BUCKET_SHARE_UT]; in compute_sched_load()
239 load_now[TH_BUCKET_SHARE_DF] += ncpus; in compute_sched_load()
247 load_now[TH_BUCKET_SHARE_DF] += 1; in compute_sched_load()
281 …A_UNSCALE(sched_load[TH_BUCKET_SHARE_FG]), SCHED_LOAD_EWMA_UNSCALE(sched_load[TH_BUCKET_SHARE_DF]), in compute_sched_load()
H A Dsched.h228TH_BUCKET_SHARE_DF, /* Timeshare thread between BASEPRI_DEFAULT and BASEPRI_UT… enumerator
H A Dpriority.c859 new_bucket = TH_BUCKET_SHARE_DF; in sched_update_thread_bucket()
899 new_bucket = TH_BUCKET_SHARE_DF; in sched_smt_update_thread_bucket()
H A Dsched_clutch.c363 bucket = TH_BUCKET_SHARE_DF; in sched_convert_pri_to_bucket()
1555 …case TH_BUCKET_SHARE_DF: os_atomic_inc(&root_clutch->scr_cumulative_run_count[TH_BUCKET_SHARE_DF]… in sched_edge_cluster_cumulative_count_incr()
1570 …case TH_BUCKET_SHARE_DF: os_atomic_dec(&root_clutch->scr_cumulative_run_count[TH_BUCKET_SHARE_DF]… in sched_edge_cluster_cumulative_count_decr()
H A Dthread_group.c1304 case TH_BUCKET_SHARE_DF: in sched_bucket_to_perfcontrol_class()
H A Dsched_prim.c6695 sched_pri_shifts[TH_BUCKET_SHARE_UT], sched_pri_shifts[TH_BUCKET_SHARE_DF], 0); in sched_timeshare_maintenance_continue()