Lines Matching refs:test_cnt
46 int test_cnt = 0;
52 event_set[test_cnt] = IN_ATTRIB;
53 test_cnt++;
56 event_set[test_cnt] = IN_OPEN;
57 test_cnt++;
63 event_set[test_cnt] = IN_ACCESS;
64 test_cnt++;
67 event_set[test_cnt] = IN_CLOSE_NOWRITE;
68 test_cnt++;
71 event_set[test_cnt] = IN_OPEN;
72 test_cnt++;
78 event_set[test_cnt] = IN_MODIFY;
79 test_cnt++;
82 event_set[test_cnt] = IN_CLOSE_WRITE;
83 test_cnt++;
102 if (test_num >= test_cnt) {
132 for (; test_num < test_cnt; test_num++) {