Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h290 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member
H A Daltq_hfsc.c726 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) { in hfsc_dequeue()
727 cl = hif->hif_pollcache; in hfsc_dequeue()
728 hif->hif_pollcache = NULL; in hfsc_dequeue()
772 hif->hif_pollcache = cl; in hfsc_dequeue()