Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpus.c69 static QemuMutex bql; variable
423 qemu_mutex_init(&bql); in qemu_init_cpu_loop()
430 do_run_on_cpu(cpu, func, data, &bql); in run_on_cpu()
462 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()
536 bql_lock_fn(&bql, file, line); in bql_lock_impl()
544 qemu_mutex_unlock(&bql); in bql_unlock()
549 qemu_cond_wait(cond, &bql); in qemu_cond_wait_bql()
554 qemu_cond_timedwait(cond, &bql, ms); in qemu_cond_timedwait_bql()
616 qemu_cond_wait(&qemu_pause_cond, &bql); in pause_all_vcpus()
687 qemu_cond_wait(&qemu_cpu_cond, &bql); in qemu_init_vcpu()