Home
last modified time | relevance | path

Searched refs:TST_RETRY_FN_EXP_BACKOFF (Results 1 – 8 of 8) sorted by relevance

/external/ltp/include/
Dtst_common.h39 TST_RETRY_FN_EXP_BACKOFF(FUNC, ECHCK, 1)
41 #define TST_RETRY_FN_EXP_BACKOFF(FUNC, ECHCK, MAX_DELAY) \ macro
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl09.c42 ret = TST_RETRY_FN_EXP_BACKOFF(access(sys_loop_partpath, F_OK), RETVAL_CHECK, 30); in check_partition()
50 ret = TST_RETRY_FN_EXP_BACKOFF(access(loop_partpath, F_OK), RETVAL_CHECK, 30); in check_partition()
Dioctl_loop01.c67 ret = TST_RETRY_FN_EXP_BACKOFF(access(loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value()
73 ret = TST_RETRY_FN_EXP_BACKOFF(access(sys_loop_partpath, F_OK), TST_RETVAL_EQ0, 30); in check_loop_value()
/external/ltp/lib/newlib_tests/
Dtst_device.c41 TST_RETRY_FN_EXP_BACKOFF(set_block_size(fd), TST_RETVAL_EQ0, 10); in setup()
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c65 ret = TST_RETRY_FN_EXP_BACKOFF(access(defunct_tid_path, R_OK), in setup()
/external/ltp/testcases/lib/
Dtst_test.sh212 TST_RETRY_FN_EXP_BACKOFF() function
252 TST_RETRY_FN_EXP_BACKOFF "$1" "$2" 1
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c85 ret = TST_RETRY_FN_EXP_BACKOFF(access(BIN_PATH, F_OK), !CHECK_ENOENT, 15); in test_nosuid()
/external/ltp/doc/
Dshell-test-api.txt446 time limit use 'TST_RETRY_FN_EXP_BACKOFF()'. Both methods return the value
479 TST_RETRY_FN_EXP_BACKOFF(FUNC, SUCCESS_CHECK, N)
496 TST_RETRY_FN_EXP_BACKOFF "FUNC arg1 arg2 ..." "EXPECTED_RET" "N"