Lines Matching refs:active
11 static int active; variable
43 active--; in done_cb()
63 active = 1; in test_submit_aio()
68 g_assert_cmpint(active, ==, 0); in test_submit_aio()
77 active = 1; in co_test_cb()
86 active--; in co_test_cb()
100 g_assert_cmpint(active, ==, 1); in test_submit_co()
111 g_assert_cmpint(active, ==, 0); in test_submit_co()
127 active = 100; in test_submit_many()
128 while (active > 0) { in test_submit_many()
159 active = 100; in do_test_cancel()
166 g_assert_cmpint(active, ==, 100); in do_test_cancel()
168 g_assert_cmpint(active, >, 50); in do_test_cancel()
183 g_assert_cmpint(active, >, 0); in do_test_cancel()
198 while (active > 0) { in do_test_cancel()
201 g_assert_cmpint(active, ==, 0); in do_test_cancel()