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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.h45 #define SFB_LEVELS 2 /* L */ macro
84 struct sfbbinstats stats[SFB_LEVELS][SFB_BINS];
91 struct sfbbinstats stats[SFB_LEVELS][SFB_BINS];
92 struct timespec freezetime[SFB_LEVELS][SFB_BINS];
H A Dclassq_sfb.c690 for (j = 0; j < SFB_LEVELS; j++) {
716 #if SFB_LEVELS != 2
718 #endif /* SFB_LEVELS != 2 */
726 * 0 otherwise; optimize for SFB_LEVELS=2.
728 #if SFB_LEVELS == 2
738 #else /* SFB_LEVELS != 2 */
739 for (i = 0; i < SFB_LEVELS; i++) {
748 #endif /* SFB_LEVELS != 2 */
763 #if SFB_LEVELS != 2
765 #endif /* SFB_LEVELS !
[all...]

Completed in 27 milliseconds