Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dsch_hfsc.c144 u64 cl_cfmin; /* earliest children's fit-time (used member
305 if (cl->cl_cfmin > cur_time) in vttree_get_minvt()
659 cl->cl_cfmin = 0; in update_cfmin()
663 cl->cl_cfmin = p->cl_f; in update_cfmin()
736 f = max(cl->cl_myf, cl->cl_cfmin); in init_vf()
824 f = max(cl->cl_myf, cl->cl_cfmin); in update_vf()
1394 if (q->root.cl_cfmin != 0) { in hfsc_schedule_watchdog()
1395 if (next_time == 0 || next_time > q->root.cl_cfmin) in hfsc_schedule_watchdog()
1396 next_time = q->root.cl_cfmin; in hfsc_schedule_watchdog()
1476 cl->cl_cfmin = 0; in hfsc_reset_class()