Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.h205 uint8_t fqs_throttle; /* throttle on or off */ member
H A Dpktsched_fq_codel.c787 if (__improbable(svc == MBUF_SC_BK_SYS && fqs->fqs_throttle == 1)) { in fq_if_enqueue()
1696 fqs->fqs_throttle = 1; in fq_if_classq_suspend()
1706 fqs->fqs_throttle = 0; in fq_if_classq_resume()
1726 tr->level = fqs->fqs_throttle; in fq_if_throttle()
1730 if (tr->level == fqs->fqs_throttle) { in fq_if_throttle()