Searched refs:rtsc_init (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
H A Dsch_hfsc.c497 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) rtsc_init() function
937 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul); hfsc_change_rsc()
950 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total); hfsc_change_fsc()
959 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total); hfsc_change_usc()
1511 rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0); hfsc_reset_class()
1513 rtsc_init(&cl->cl_virtual, &cl->cl_fsc, 0, 0); hfsc_reset_class()
1515 rtsc_init(&cl->cl_ulimit, &cl->cl_usc, 0, 0); hfsc_reset_class()

Completed in 53 milliseconds