Searched refs:host_quit (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c30 static bool host_quit; variable
70 while (!READ_ONCE(host_quit)) {
82 !READ_ONCE(host_quit))
121 host_quit = false;
164 host_quit = true;
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_page_table_test.c71 static bool host_quit; variable
196 while (!READ_ONCE(host_quit)) {
200 if (READ_ONCE(host_quit))
357 host_quit = false;
403 host_quit = true;
H A Ddirty_log_perf_test.c66 static bool host_quit; variable
84 while (!READ_ONCE(host_quit)) {
119 READ_ONCE(iteration) >= 0 && !READ_ONCE(host_quit)) {}
178 host_quit = false;
277 host_quit = true;
H A Ddirty_log_test.c130 static bool host_quit; variable
545 while (!READ_ONCE(host_quit)) {
779 WRITE_ONCE(host_quit, false);
822 * Set host_quit before sem_vcpu_cont in the final iteration to
829 WRITE_ONCE(host_quit, true);

Completed in 122 milliseconds