Home | History | Annotate | Download | only in blktrace

Lines Matching refs:stop_watch

281 static int stop_watch;
2074 stop_watch = atoi(optarg);
2075 if (stop_watch <= 0) {
2078 stop_watch);
2600 if (stop_watch)
2601 alarm(stop_watch);