Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_hfsc.c145 u64 cl_cfmin; /* earliest children's fit-time (used member
303 if (cl->cl_cfmin > cur_time) in vttree_get_minvt()
657 cl->cl_cfmin = 0; in update_cfmin()
661 cl->cl_cfmin = p->cl_f; in update_cfmin()
734 f = max(cl->cl_myf, cl->cl_cfmin); in init_vf()
822 f = max(cl->cl_myf, cl->cl_cfmin); in update_vf()
1376 if (q->root.cl_cfmin != 0) { in hfsc_schedule_watchdog()
1377 if (next_time == 0 || next_time > q->root.cl_cfmin) in hfsc_schedule_watchdog()
1378 next_time = q->root.cl_cfmin; in hfsc_schedule_watchdog()
1459 cl->cl_cfmin = 0; in hfsc_reset_class()