Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched_fq_codel.h198 uint8_t fqs_throttle; /* throttle on or off */ member
H A Dpktsched_fq_codel.c549 if (__improbable(svc == MBUF_SC_BK_SYS && fqs->fqs_throttle == 1)) { in fq_if_enqueue_classq()
1469 fqs->fqs_throttle = 1; in fq_if_classq_suspend()
1479 fqs->fqs_throttle = 0; in fq_if_classq_resume()
1499 tr->level = fqs->fqs_throttle; in fq_if_throttle()
1503 if (tr->level == fqs->fqs_throttle) { in fq_if_throttle()