Searched refs:TST_RETRY_FN_EXP_BACKOFF (Results 1 – 8 of 8) sorted by relevance
/external/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
|
/external/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()
|
/external/ltp/lib/newlib_tests/ |
D | tst_device.c | 41 TST_RETRY_FN_EXP_BACKOFF(set_block_size(fd), TST_RETVAL_EQ0, 10); in setup()
|
/external/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill03.c | 65 ret = TST_RETRY_FN_EXP_BACKOFF(access(defunct_tid_path, R_OK), in setup()
|
/external/ltp/testcases/lib/ |
D | tst_test.sh | 212 TST_RETRY_FN_EXP_BACKOFF() function 252 TST_RETRY_FN_EXP_BACKOFF "$1" "$2" 1
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 85 ret = TST_RETRY_FN_EXP_BACKOFF(access(BIN_PATH, F_OK), !CHECK_ENOENT, 15); in test_nosuid()
|
/external/ltp/doc/ |
D | shell-test-api.txt | 446 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"
|