Home
last modified time | relevance | path

Searched refs:TST_RETRY_FUNC (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh100 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/
Dioctl_loop05.c60 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()
Dioctl_loop07.c59 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()
Dioctl09.c82 TST_RETRY_FUNC(ioctl(dev_fd, BLKRRPART, 0), TST_RETVAL_EQ0); in verify_ioctl()
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_common.c34 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()
Dbpf_prog04.c65 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
Dbpf_prog05.c87 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in ensure_ptr_arithmetic()
Dbpf_prog03.c90 ret = TST_RETRY_FUNC(bpf(BPF_PROG_LOAD, attr, sizeof(*attr)), in load_prog()
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
Dsendfile01.sh31 TST_RETRY_FUNC "tst_rhost_run -c 'ss -ltp' | grep -q '$port.*testsf'" 0
/third_party/ltp/include/
Dtst_common.h38 #define TST_RETRY_FUNC(FUNC, ECHCK) \ macro
/third_party/ltp/testcases/commands/mkswap/
Dmkswap01.sh59 TST_RETRY_FUNC "check_for_file $dev_file" 0
/third_party/ltp/testcases/kernel/pty/
Dpty04.c172 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/
Dshell-test-api.txt411 '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/
Dtst_test.sh235 TST_RETRY_FUNC() function