Lines Matching refs:MICROSECS
93 #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()
1423 svc->period = MICROSECS(op->u.rtds.period); /* transfer to nanosec */ 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()
1467 budget = MICROSECS(local_sched.u.rtds.budget); in rt_dom_cntl()