Home
last modified time | relevance | path

Searched refs:pVal1 (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dmain.c71 OFF_T *pVal1 = (OFF_T *) test->env->shared_mem; in linear_read_write_test() local
76 *(pVal1 + OFF_WLBA) = test->args->start_lba; in linear_read_write_test()
115 *(pVal1 + OFF_RLBA) = test->args->start_lba; in linear_read_write_test()
151 OFF_T *pVal1; in init_data() local
228 pVal1 = (OFF_T *) test->env->shared_mem; in init_data()
229 *(pVal1 + OFF_WLBA) = test->args->start_lba; in init_data()
230 *(pVal1 + OFF_RLBA) = test->args->start_lba; in init_data()
287 OFF_T *pVal1; in threadedMain() local
318 pVal1 = (OFF_T *) test->env->shared_mem; in threadedMain()
344 *(pVal1 + OFF_WLBA) = test->args->start_lba; in threadedMain()
Dchildmain.c228 OFF_T *pVal1 = (OFF_T *) env->shared_mem; in get_next_action() local
294 WRITER) ? pVal1 + OFF_WLBA : pVal1 + OFF_RLBA; in get_next_action()
428 tmpLBA = pVal1 + OFF_RLBA; in get_next_action()
469 *(pVal1 + OFF_RLBA) = *(pVal1 + OFF_WLBA); in get_next_action()
470 *(pVal1 + OFF_WLBA) += (OFF_T) direct *(OFF_T) target.trsiz; in get_next_action()
480 *(pVal1 + OFF_RLBA) += (OFF_T) direct *(OFF_T) target.trsiz; in get_next_action()