Lines Matching refs:tst_count
87 int tst_count = 0; in test_fanotify() local
122 event_set[tst_count] = FAN_OPEN; in test_fanotify()
123 tst_count++; in test_fanotify()
126 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
127 tst_count++; in test_fanotify()
130 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
131 tst_count++; in test_fanotify()
141 event_set[tst_count] = FAN_OPEN; in test_fanotify()
142 tst_count++; in test_fanotify()
145 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
146 tst_count++; in test_fanotify()
149 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
150 tst_count++; in test_fanotify()
174 event_set[tst_count] = FAN_OPEN; in test_fanotify()
175 tst_count++; in test_fanotify()
190 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
191 tst_count++; in test_fanotify()
198 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
199 tst_count++; in test_fanotify()
202 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
203 tst_count++; in test_fanotify()
228 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
229 tst_count++; in test_fanotify()
254 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
255 tst_count++; in test_fanotify()
262 if (TST_TOTAL != tst_count) { in test_fanotify()
265 "equal", TST_TOTAL, tst_count); in test_fanotify()
267 tst_count = 0; in test_fanotify()