Searched refs:hif_pollcache (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h306 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member in struct:hfsc_if
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h301 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member in struct:hfsc_if
H A Daltq_hfsc.c767 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) {
769 cl = hif->hif_pollcache;
770 hif->hif_pollcache = NULL;
815 hif->hif_pollcache = cl;

Completed in 105 milliseconds