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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h317 struct hfsc_class *hif_pollcache; /* cache for poll operation */ member in struct:hfsc_if
H A Dpktsched_hfsc.c840 if (op == CLASSQDQ_REMOVE && hif->hif_pollcache != NULL) {
842 cl = hif->hif_pollcache;
843 hif->hif_pollcache = NULL;
885 hif->hif_pollcache = cl;

Completed in 28 milliseconds