Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c27 #define MIN_DBS_INTERVAL (MICROSECS(100))
62 if ( (sampling_rate > MAX_SAMPLING_RATE / MICROSECS(1)) || in write_ondemand_sampling_rate()
63 (sampling_rate < MIN_SAMPLING_RATE / MICROSECS(1)) ) in write_ondemand_sampling_rate()
66 dbs_tuners_ins.sampling_rate = sampling_rate * MICROSECS(1); in write_ondemand_sampling_rate()
89 *sampling_rate_max = MAX_SAMPLING_RATE/MICROSECS(1); in get_cpufreq_ondemand_para()
90 *sampling_rate_min = MIN_SAMPLING_RATE/MICROSECS(1); in get_cpufreq_ondemand_para()
91 *sampling_rate = dbs_tuners_ins.sampling_rate / MICROSECS(1); in get_cpufreq_ondemand_para()
307 usr_sampling_rate = simple_strtoull(val, NULL, 0) * MICROSECS(1); in cpufreq_dbs_handle_option()
/xen-4.10.0-shim-comet/xen/common/
A Dsched_rt.c93 #define RTDS_DEFAULT_PERIOD (MICROSECS(10000))
94 #define RTDS_DEFAULT_BUDGET (MICROSECS(4000))
103 #define RTDS_MIN_PERIOD (MICROSECS(10))
110 #define RTDS_MIN_BUDGET (MICROSECS(10))
1410 op->u.rtds.period = RTDS_DEFAULT_PERIOD / MICROSECS(1); in rt_dom_cntl()
1411 op->u.rtds.budget = RTDS_DEFAULT_BUDGET / MICROSECS(1); in rt_dom_cntl()
1424 svc->budget = MICROSECS(op->u.rtds.budget); in rt_dom_cntl()
1449 local_sched.u.rtds.budget = svc->budget / MICROSECS(1); in rt_dom_cntl()
1450 local_sched.u.rtds.period = svc->period / MICROSECS(1); in rt_dom_cntl()
1466 period = MICROSECS(local_sched.u.rtds.period); in rt_dom_cntl()
[all …]
A Dsched_credit.c582 set_timer(&spc->ticker, NOW() + MICROSECS(prv->tick_period_us) ); in init_pdata()
1255 || MICROSECS(params->ratelimit_us) > MILLISECS(params->tslice_ms) ) in csched_sys_cntl()
1607 set_timer(&spc->ticker, NOW() + MICROSECS(prv->tick_period_us) ); in csched_tick()
1907 && runtime < MICROSECS(prv->ratelimit_us) ) in csched_schedule()
1918 tslice = MICROSECS(prv->ratelimit_us) - runtime; in csched_schedule()
2205 if ( MICROSECS(sched_ratelimit_us) > MILLISECS(sched_credit_tslice_ms) ) in csched_init()
2252 set_timer(&spc->ticker, now + MICROSECS(prv->tick_period_us) in csched_tick_resume()
2253 - now % MICROSECS(prv->tick_period_us) ); in csched_tick_resume()
A Drcupdate.c121 #define IDLE_TIMER_PERIOD_MIN MICROSECS(100)
134 #define IDLE_TIMER_PERIOD_DECR MICROSECS(100)
A Dsched_credit2.c229 #define CSCHED2_MIN_TIMER MICROSECS(500)
251 #define CSCHED2_MIGRATE_RESIST ((opt_migrate_resist)*MICROSECS(1))
253 #define CSCHED2_MIGRATE_COMPENSATION MICROSECS(50)
255 #define CSCHED2_RATELIMIT_TICKLE_TOLERANCE MICROSECS(50)
1372 !is_preemptable(cur, now, MICROSECS(prv->ratelimit_us))) ) in tickle_score()
3180 s_time_t ratelimit_min = MICROSECS(prv->ratelimit_us); in csched2_runtime()
3183 MICROSECS(prv->ratelimit_us) - now; in csched2_runtime()
3280 MICROSECS(prv->ratelimit_us) ) in runq_candidate()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtime.h58 #define MICROSECS(_us) ((s_time_t)((_us) * 1000ULL)) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c433 if ( hpet_tick_to_ns(h, new_val) < MICROSECS(100) ) in hpet_write()
434 new_val = (MICROSECS(100) << 10) / h->hpet_to_ns_scale; in hpet_write()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h379 #define MICROSECS(_us) ((s_time_t)((_us) * 1000ULL)) macro
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dehci-dbgp.c1186 goal = NOW() + MICROSECS(DBGP_CHECK_INTERVAL); in ehci_dbgp_flush()
1245 unsigned int timeout = MICROSECS(DBGP_CHECK_INTERVAL); in _ehci_dbgp_poll()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c22 #define MIN_DELTA_NS MICROSECS(20)

Completed in 39 milliseconds