Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify16.c155 int fd, dirfd, len = 0, i = 0, test_num = 0, tst_count = 0; in do_test() local
189 event_set[tst_count].mask = FAN_CREATE | FAN_ONDIR; in do_test()
190 event_set[tst_count].fid = &root_fid; in do_test()
191 event_set[tst_count].child_fid = NULL; in do_test()
192 strcpy(event_set[tst_count].name, DIR_NAME1); in do_test()
193 tst_count++; in do_test()
215 event_set[tst_count].mask = FAN_CREATE | FAN_MOVED_FROM; in do_test()
216 event_set[tst_count].fid = &dir_fid; in do_test()
217 event_set[tst_count].child_fid = NULL; in do_test()
218 strcpy(event_set[tst_count].name, FILE_NAME1); in do_test()
[all …]
Dfanotify01.c90 int tst_count = 0; in test_fanotify() local
113 event_set[tst_count] = FAN_OPEN; in test_fanotify()
114 tst_count++; in test_fanotify()
117 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
118 tst_count++; in test_fanotify()
121 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
122 tst_count++; in test_fanotify()
132 event_set[tst_count] = FAN_OPEN; in test_fanotify()
133 tst_count++; in test_fanotify()
136 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
[all …]
Dfanotify02.c48 int tst_count = 0; in test01() local
58 event_set[tst_count] = FAN_OPEN; in test01()
59 tst_count++; in test01()
62 event_set[tst_count] = FAN_MODIFY; in test01()
63 tst_count++; in test01()
66 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
67 tst_count++; in test01()
78 event_set[tst_count] = FAN_OPEN; in test01()
79 tst_count++; in test01()
82 event_set[tst_count] = FAN_ACCESS; in test01()
[all …]
/third_party/ltp/tools/apicmds/
Dltpapicmd.c276 tst_count = atoi(tst_cntstr); in main()
277 if (tst_count > 0) in main()
278 tst_count--; in main()
/third_party/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()
Dsymlink03.c159 tst_count = 0; in main()
195 tst_count++; /* incr. TEST_LOOP counter */ in main()
/third_party/ltp/testcases/kernel/syscalls/signal/
Dsignal02.c85 tst_count = 0; in main()
115 tst_count++; /* incr. TEST_LOOP counter */ in main()
/third_party/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__()
/third_party/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()
/third_party/ltp/testcases/kernel/syscalls/vfork/
Dvfork02.c103 tst_count = 0; in main()
154 tst_count++; /* incr. TEST_LOOP counter */ in main()
Dvfork01.c119 tst_count = 0; in main()
276 tst_count++; /* incr. TEST_LOOP counter */ in main()
/third_party/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()
/third_party/ltp/testcases/kernel/syscalls/sigprocmask/
Dsigprocmask01.c108 tst_count = 0; in main()
188 tst_count++; /* incr TEST_LOOP counter */ in main()
/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/
Drt_sigprocmask01.c89 tst_count = 0; in main()
163 tst_count++; in main()
/third_party/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid07.c84 tst_count = 0; in do_master_child()
148 tst_count++; in do_master_child()
/third_party/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid04.c103 tst_count = 0; in do_master_child()
171 tst_count++; in do_master_child()
/third_party/ltp/testcases/kernel/syscalls/getpgrp/
Dgetpgrp01.c135 tst_count = 0; in main()
/third_party/ltp/testcases/kernel/syscalls/sched_yield/
Dsched_yield01.c67 tst_count = 0; in main()
/third_party/ltp/testcases/kernel/syscalls/geteuid/
Dgeteuid01.c63 tst_count = 0; in main()
/third_party/ltp/testcases/kernel/syscalls/getegid/
Dgetegid01.c63 tst_count = 0; in main()

12345678910>>...15