Searched refs:LOGSIZE (Results 1 – 2 of 2) sorted by relevance
697 #define LOGSIZE 256 /* should be power of 2 to avoid div below */ macro704 } logtab[LOGSIZE];743 logi = (i + 1) % LOGSIZE; in bcmlog()750 readi = (readi + 1) % LOGSIZE; in bcmlog()755 readi = readi % LOGSIZE; in bcmlog()788 logi = (i + 1) % LOGSIZE; in bcmstats()798 readi = (readi + 1) % LOGSIZE; in bcmstats()802 readi = readi % LOGSIZE; in bcmstats()824 num += LOGSIZE; in bcmdumplog()828 for (j = 0; j < num && (buf < limit); readi = (readi + 1) % LOGSIZE, j++) { in bcmdumplog()[all …]