Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
H A Daltq_hfsc.c118 static struct hfsc_class *actlist_firstfit(struct hfsc_class *, uint64_t);
784 cl = actlist_firstfit(cl, cur_time); in hfsc_dequeue()
1379 actlist_firstfit(struct hfsc_class *cl, uint64_t cur_time) in actlist_firstfit() function