Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_2000.c272 struct test_200x_io_state local_iostate = { }; in xtest_tee_test_2001() local
281 test_200x_init_io_state(&local_iostate, 2, 1); in xtest_tee_test_2001()
302 rand_stream_read(local_iostate.write_rs, buf, blen); in xtest_tee_test_2001()
315 rand_stream_read(local_iostate.read_rs, buf2, blen); in xtest_tee_test_2001()
425 struct test_200x_io_state local_iostate = { }; in xtest_tee_test_2002_thread() local
439 test_200x_init_io_state(&local_iostate, seed[1], seed[0]); in xtest_tee_test_2002_thread()
465 peek = rand_stream_peek(local_iostate.write_rs, &blen); in xtest_tee_test_2002_thread()
470 rand_stream_advance(local_iostate.write_rs, blen); in xtest_tee_test_2002_thread()
478 rand_stream_read(local_iostate.read_rs, buf2, blen); in xtest_tee_test_2002_thread()
683 struct test_200x_io_state local_iostate = { }; in xtest_tee_test_2004() local
[all …]