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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Ddrv.c706 static int stat_end = 0; variable
711 stat_count = stat_end - stat_st;
714 stat_count = STATBUF_LEN - stat_st + stat_end;
719 if (stat_st < stat_end)
750 if (stat_st == stat_end)
751 stat_st = stat_end = 0;
761 for (i=stat_end; i<strlen(str); i++)
764 stat_end = (stat_end + 1) % STATBUF_LEN;
765 if (stat_end
[all...]

Completed in 171 milliseconds