Home
last modified time | relevance | path

Searched refs:tst_count (Results 1 – 25 of 628) sorted by relevance

12345678910>>...26

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c66 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()
[all …]
Dfanotify02.c47 int tst_count = 0; in test01() local
64 event_set[tst_count] = FAN_OPEN; in test01()
65 tst_count++; in test01()
68 event_set[tst_count] = FAN_MODIFY; in test01()
69 tst_count++; in test01()
72 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
73 tst_count++; in test01()
84 event_set[tst_count] = FAN_OPEN; in test01()
85 tst_count++; in test01()
88 event_set[tst_count] = FAN_ACCESS; in test01()
[all …]
Dfanotify03.c174 int tst_count; in test_fanotify() local
182 tst_count = 0; in test_fanotify()
184 event_set[tst_count] = FAN_OPEN_PERM; in test_fanotify()
185 event_resp[tst_count++] = FAN_ALLOW; in test_fanotify()
186 event_set[tst_count] = FAN_ACCESS_PERM; in test_fanotify()
187 event_resp[tst_count++] = FAN_DENY; in test_fanotify()
190 if (TST_TOTAL != tst_count + 1) { in test_fanotify()
194 tst_count = 0; in test_fanotify()
/external/ltp/testcases/kernel/timers/timer_delete/
Dtimer_delete02.c91 tst_count = 0; in main()
96 tst_count = TST_TOTAL; in main()
/external/ltp/testcases/kernel/syscalls/time/
Dtime02.c97 tst_count = 0; in main()
122 tst_count++; /* incr. TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink05.c102 tst_count = 0; in main()
140 tst_count++; /* incr TEST_LOOP counter */ in main()
Dsymlink04.c102 tst_count = 0; in main()
139 tst_count++; /* incr TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/signal/
Dsignal02.c85 tst_count = 0; in main()
115 tst_count++; /* incr. TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/stime/
Dstime02.c102 tst_count = 0; in main()
123 tst_count++; /* incr TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/utime/
Dutime04.c110 tst_count = 0; in main()
142 tst_count++; /* incr TEST_LOOP counter */ in main()
Dutime05.c116 tst_count = 0; in main()
148 tst_count++; /* incr TEST_LOOP counter */ in main()
Dutime01.c124 tst_count = 0; in main()
170 tst_count++; in main()
Dutime02.c130 tst_count = 0; in main()
176 tst_count++; in main()
/external/ltp/tools/apicmds/
Dltpapicmd.c306 tst_count = atoi(tst_cntstr); in main()
307 if (tst_count > 0) in main()
308 tst_count--; in main()
/external/ltp/lib/
Dtst_res.c118 int tst_count = 0; variable
190 if (tst_count < 0) in tst_res__()
201 tst_condense(tst_count + 1, ttype, tmesg); in tst_res__()
204 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__()
208 tst_count++; in tst_res__()
/external/ltp/testcases/kernel/syscalls/vfork/
Dvfork02.c103 tst_count = 0; in main()
154 tst_count++; /* incr. TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/sigsuspend/
Dsigsuspend01.c104 tst_count = 0; in main()
138 tst_count++; /* incr TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/sigaltstack/
Dsigaltstack02.c122 tst_count = 0; in main()
153 tst_count++; /* incr. TEST_LOOP counter */ in main()
Dsigaltstack01.c105 tst_count = 0; in main()
162 tst_count++; /* incr. TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/sync/
Dsync02.c102 tst_count = 0; in main()
138 tst_count++; /* incr. TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/sigprocmask/
Dsigprocmask01.c108 tst_count = 0; in main()
188 tst_count++; /* incr TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/
Dsigwaitinfo01.c238 tst_count--; in test_masked_matching()
282 tst_count--; in test_masked_matching_rt()
292 tst_count--; in test_masked_matching_rt()
326 tst_count--; in test_masked_matching_noinfo()
502 tst_count = 0; in main()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate01.c106 tst_count = 0; in main()
148 tst_count++; /* incr TEST_LOOP counter */ in main()
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask01.c89 tst_count = 0; in main()
163 tst_count++; in main()
/external/ltp/testcases/kernel/syscalls/stat/
Dstat02.c111 tst_count = 0; in main()
142 tst_count++; /* incr TEST_LOOP counter */ in main()

12345678910>>...26