Lines Matching refs:tst_count
66 int tst_count = 0; in test_fanotify() local
90 event_set[tst_count] = FAN_OPEN; in test_fanotify()
91 tst_count++; in test_fanotify()
94 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
95 tst_count++; in test_fanotify()
98 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
99 tst_count++; in test_fanotify()
109 event_set[tst_count] = FAN_OPEN; in test_fanotify()
110 tst_count++; in test_fanotify()
113 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
114 tst_count++; in test_fanotify()
117 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
118 tst_count++; in test_fanotify()
142 event_set[tst_count] = FAN_OPEN; in test_fanotify()
143 tst_count++; in test_fanotify()
158 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
159 tst_count++; in test_fanotify()
166 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
167 tst_count++; in test_fanotify()
170 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
171 tst_count++; in test_fanotify()
196 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
197 tst_count++; in test_fanotify()
222 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
223 tst_count++; in test_fanotify()
230 if (TST_TOTAL != tst_count) { in test_fanotify()
233 "equal", TST_TOTAL, tst_count); in test_fanotify()
235 tst_count = 0; in test_fanotify()