Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_hfsc.h302 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member
H A Daltq_hfsc.c750 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) { in hfsc_dequeue()
752 cl = hif->hif_pollcache; in hfsc_dequeue()
753 hif->hif_pollcache = NULL; in hfsc_dequeue()
798 hif->hif_pollcache = cl; in hfsc_dequeue()