Lines Matching defs:period
49 static void sample(int count, int period);
60 int period = 0;
96 period = atoi(*argv);
97 if (period == 0) {
164 if (period) {
171 (void) sleep(period);
172 sample(count, period);
189 sample(int count, int period)
214 iutil = 8 * st.ichar / period;
216 outil = 8 * st.ochar / period;
230 (void) fprintf(stderr, "Usage: syncstat [-c] device [period]\n");