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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.c595 sp->sfb_current = 0;
636 sps->current = sp->sfb_current;
665 s = sp->sfb_current;
672 s = (sp->sfb_current ^= 1); /* flip the bit (swap current) */
721 s = sp->sfb_current;
769 w = sp->sfb_current ^ 1;
861 s = sp->sfb_current;
941 s = sp->sfb_current;
982 s = sp->sfb_current;
1056 s = sp->sfb_current;
[all...]
H A Dclassq_sfb.h143 u_int32_t sfb_current; /* current set (0 or 1) */ member in struct:sfb

Completed in 32 milliseconds