Searched refs:TST_RETRY_FN_EXP_BACKOFF (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/include/ |
D | tst_common.h | 39 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/ |
D | ioctl09.c | 42 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()
|
D | ioctl_loop01.c | 67 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/ |
D | tgkill03.c | 65 ret = TST_RETRY_FN_EXP_BACKOFF(access(defunct_tid_path, R_OK), in setup()
|
/third_party/ltp/testcases/lib/ |
D | tst_test.sh | 201 TST_RETRY_FN_EXP_BACKOFF() function 241 TST_RETRY_FN_EXP_BACKOFF "$1" "$2" 1
|
/third_party/ltp/doc/ |
D | shell-test-api.txt | 412 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"
|