Home
last modified time | relevance | path

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

/third_party/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
/third_party/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()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c65 ret = TST_RETRY_FN_EXP_BACKOFF(access(defunct_tid_path, R_OK), in setup()
/third_party/ltp/testcases/lib/
Dtst_test.sh201 TST_RETRY_FN_EXP_BACKOFF() function
241 TST_RETRY_FN_EXP_BACKOFF "$1" "$2" 1
/third_party/ltp/doc/
Dshell-test-api.txt412 time limit use 'TST_RETRY_FN_EXP_BACKOFF()'. Both methods return the value
445 TST_RETRY_FN_EXP_BACKOFF(FUNC, SUCCESS_CHECK, N)
462 TST_RETRY_FN_EXP_BACKOFF "FUNC arg1 arg2 ..." "EXPECTED_RET" "N"