Lines Matching full:async
62 bool async; member
93 if (!td->async) { in work_handler()
201 static void run_test(bool m_same_size, bool s_same_size, bool async) in run_test() argument
207 tdata.async = async; in run_test()
211 if (!async) { in run_test()
255 static void test_basic(bool async) in test_basic() argument
271 run_test(true, true, async); in test_basic()
286 void test_basic_zero_len(bool async) in test_basic_zero_len() argument
322 run_test(true, true, async); in test_basic_zero_len()
339 static void test_short_rx(bool async) in test_short_rx() argument
362 run_test(false, false, async); in test_short_rx()
376 static void test_only_tx(bool async) in test_only_tx() argument
396 run_test(true, true, async); in test_only_tx()
410 static void test_only_tx_in_chunks(bool async) in test_only_tx_in_chunks() argument
433 run_test(true, true, async); in test_only_tx_in_chunks()
447 static void test_only_rx(bool async) in test_only_rx() argument
467 run_test(true, true, async); in test_only_rx()
481 static void test_only_rx_in_chunks(bool async) in test_only_rx_in_chunks() argument
504 run_test(true, true, async); in test_only_rx_in_chunks()