Lines Matching defs:cur_time
837 u_int64_t cur_time;
839 cur_time = hfsc_uptime();
846 cl = hfsc_ellist_get_mindl(hif, cur_time);
856 tcl = hfsc_actlist_firstfit(tcl, cur_time);
881 hif->hif_microtime = cur_time;
902 u_int64_t cur_time = hif->hif_microtime;
906 realtime = (cl->cl_e <= cur_time);
908 hfsc_update_vf(cl, len, cur_time);
999 u_int64_t cur_time;
1001 cur_time = hfsc_uptime();
1004 hfsc_rtsc_min(&cl->cl_deadline, cl->cl_rsc, cur_time, cl->cl_cumul);
1043 u_int64_t vt, f, cur_time;
1046 cur_time = 0;
1107 if (cur_time == 0)
1108 cur_time = hfsc_uptime();
1111 hfsc_rtsc_min(&cl->cl_ulimit, cl->cl_usc, cur_time,
1132 hfsc_update_vf(struct hfsc_class *cl, int len, u_int64_t cur_time)
1196 myf_bound = cur_time - HFSC_CLK_PER_TICK;
1198 delta = cur_time - cl->cl_myf;
1304 hfsc_ellist_get_mindl(struct hfsc_if *hif, u_int64_t cur_time)
1309 if (p->cl_e > cur_time)
1384 hfsc_actlist_firstfit(struct hfsc_class *cl, u_int64_t cur_time)
1389 if (p->cl_f <= cur_time)
1695 sp->cur_time = hfsc_uptime();