Searched refs:TST_RETRY_FUNC (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/numa/ |
D | numa01.sh | 100 TST_RETRY_FUNC "check_for_support_numa $pid" 0 134 TST_RETRY_FUNC "check_for_support_numa $pid" 0 161 TST_RETRY_FUNC "check_for_support_numa $pid" 0 219 TST_RETRY_FUNC "check_for_support_numa $pid" 0 250 TST_RETRY_FUNC "check_ltp_numa_test8_log" 0 326 TST_RETRY_FUNC "check_for_support_numa $pid" 0 369 TST_RETRY_FUNC "check_for_support_numa $pid" 0
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop05.c | 60 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 71 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 83 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 129 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_BLOCK_SIZE, logical_block_size), TST_RETVAL_EQ0); in setup()
|
D | ioctl_loop07.c | 59 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS64, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop() 75 TST_RETRY_FUNC(ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo), TST_RETVAL_EQ0); in verify_ioctl_loop()
|
D | ioctl09.c | 82 TST_RETRY_FUNC(ioctl(dev_fd, BLKRRPART, 0), TST_RETVAL_EQ0); in verify_ioctl()
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_common.c | 34 ret = TST_RETRY_FUNC(bpf(BPF_MAP_CREATE, attr, sizeof(*attr)), in bpf_map_create() 110 const int ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in bpf_load_prog()
|
D | bpf_prog04.c | 65 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
D | bpf_prog05.c | 87 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in ensure_ptr_arithmetic()
|
D | bpf_prog03.c | 90 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
D | sendfile01.sh | 31 TST_RETRY_FUNC "tst_rhost_run -c 'ss -ltp' | grep -q '$port.*testsf'" 0
|
/third_party/ltp/include/ |
D | tst_common.h | 38 #define TST_RETRY_FUNC(FUNC, ECHCK) \ macro
|
/third_party/ltp/testcases/commands/mkswap/ |
D | mkswap01.sh | 59 TST_RETRY_FUNC "check_for_file $dev_file" 0
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty04.c | 172 return TST_RETRY_FUNC(try_async_write(fd, data, size, &done), in retry_async_write() 180 return TST_RETRY_FUNC(try_async_read(fd, data, size, &done), in retry_async_read()
|
/third_party/ltp/doc/ |
D | shell-test-api.txt | 411 'TST_RETRY_FUNC()' will keep retrying for up to 1 second. If you want a custom 417 exceeds the specified time (1 second for 'TST_RETRY_FUNC()'). The maximum 421 The C version of 'TST_RETRY_FUNC()' is a macro which takes two arguments: 442 TST_RETRY_FUNC(FUNC, SUCCESS_CHECK) 448 The shell version of 'TST_RETRY_FUNC()' is simpler and takes slightly 459 TST_RETRY_FUNC "FUNC arg1 arg2 ..." "EXPECTED_RET"
|
/third_party/ltp/testcases/lib/ |
D | tst_test.sh | 235 TST_RETRY_FUNC() function
|