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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.h44 #define SFB_LEVELS 2 /* L */ macro
76 struct sfbbinstats stats[SFB_LEVELS][SFB_BINS];
90 struct sfbbinstats stats[SFB_LEVELS][SFB_BINS];
91 struct timespec freezetime[SFB_LEVELS][SFB_BINS];
H A Dclassq_sfb.c537 for (j = 0; j < SFB_LEVELS; j++) {
562 #if SFB_LEVELS != 2
564 #endif /* SFB_LEVELS != 2 */
572 * 0 otherwise; optimize for SFB_LEVELS=2.
574 #if SFB_LEVELS == 2
584 #else /* SFB_LEVELS != 2 */
585 for (i = 0; i < SFB_LEVELS; i++) {
594 #endif /* SFB_LEVELS != 2 */
609 #if SFB_LEVELS != 2
611 #endif /* SFB_LEVELS !
[all...]

Completed in 16 milliseconds