Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/altq/
Daltq_hfsc.h359 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member
Daltq_hfsc.c772 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) { in hfsc_dequeue()
774 cl = hif->hif_pollcache; in hfsc_dequeue()
775 hif->hif_pollcache = NULL; in hfsc_dequeue()
820 hif->hif_pollcache = cl; in hfsc_dequeue()