Home
last modified time | relevance | path

Searched refs:qemu_mutex_unlock (Results 51 – 75 of 89) sorted by relevance

1234

/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1013 qemu_mutex_unlock(&env->xen_timers_lock); in xen_vcpu_singleshot_timer_event()
1033 qemu_mutex_unlock(&env->xen_timers_lock); in xen_vcpu_periodic_timer_event()
1049 qemu_mutex_unlock(&tenv->xen_timers_lock); in do_set_periodic_timer()
1085 qemu_mutex_unlock(&tenv->xen_timers_lock); in vcpuop_stop_periodic_timer()
1160 qemu_mutex_unlock(&env->xen_timers_lock); in vcpuop_stop_singleshot_timer()
/openbmc/qemu/system/
H A Drunstate.c257 qemu_mutex_unlock(&vmstop_lock); in qemu_vmstop_requested()
269 qemu_mutex_unlock(&vmstop_lock); in qemu_system_vmstop_request()
H A Ddirtylimit.c188 qemu_mutex_unlock(&dirtylimit_mutex); in dirtylimit_state_unlock()
H A Dcpus.c513 qemu_mutex_unlock(&qemu_global_mutex); in qemu_mutex_unlock_iothread()
H A Dphysmem.c1118 qemu_mutex_unlock(&ram_list.mutex); in qemu_mutex_unlock_ramlist()
3025 qemu_mutex_unlock(&map_client_list_lock); in cpu_register_map_client()
3055 qemu_mutex_unlock(&map_client_list_lock); in cpu_unregister_map_client()
3062 qemu_mutex_unlock(&map_client_list_lock); in cpu_notify_map_clients()
3722 qemu_mutex_unlock(&ram_block_discard_disable_mutex); in ram_block_discard_disable_mutex_unlock()
/openbmc/qemu/block/
H A Dnvme.c216 qemu_mutex_unlock(&q->lock); in nvme_free_req_queue_cb()
356 qemu_mutex_unlock(&q->lock); in nvme_put_free_req_and_wake()
434 qemu_mutex_unlock(&q->lock); in nvme_process_completion()
506 qemu_mutex_unlock(&q->lock); in nvme_submit_command()
644 qemu_mutex_unlock(&q->lock); in nvme_poll_queue()
H A Dnbd.c407 qemu_mutex_unlock(&s->requests_lock); in nbd_reconnect_attempt()
526 qemu_mutex_unlock(&s->requests_lock); in nbd_co_send_request()
556 qemu_mutex_unlock(&s->requests_lock); in nbd_co_send_request()
1065 qemu_mutex_unlock(&s->requests_lock); in nbd_reply_chunk_iter_receive()
2110 qemu_mutex_unlock(&s->requests_lock); in nbd_cancel_in_flight()
H A Dio.c623 qemu_mutex_unlock(&req->bs->reqs_lock); in tracked_request_end()
659 qemu_mutex_unlock(&bs->reqs_lock); in tracked_request_begin()
825 qemu_mutex_unlock(&bs->reqs_lock); in bdrv_wait_serialising_requests()
838 qemu_mutex_unlock(&req->bs->reqs_lock); in bdrv_make_request_serialising()
3000 qemu_mutex_unlock(&bs->reqs_lock); in bdrv_co_flush()
3092 qemu_mutex_unlock(&bs->reqs_lock); in bdrv_co_flush()
/openbmc/qemu/monitor/
H A Dhmp.c1412 qemu_mutex_unlock(&mon->mon_lock); in monitor_event()
1426 qemu_mutex_unlock(&mon->mon_lock); in monitor_event()
1439 qemu_mutex_unlock(&mon->mon_lock); in monitor_event()
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c395 qemu_mutex_unlock(&mutex); in test_multi_mutex_entry()
H A Dtest-aio.c115 qemu_mutex_unlock(&data->start_lock); in test_acquire_thread()
161 qemu_mutex_unlock(&data.start_lock); /* let the thread run */ in test_acquire()
/openbmc/qemu/docs/devel/
H A Dlockcnt.txt109 qemu_mutex_unlock(&walking_handlers_mutex);
123 qemu_mutex_unlock(&walking_handlers_mutex);
H A Drcu.txt272 qemu_mutex_unlock(&foo_mutex);
291 qemu_mutex_unlock(&foo_mutex);
300 qemu_mutex_unlock(&foo_mutex);
/openbmc/qemu/util/
H A Dthread-context.c355 qemu_mutex_unlock(&tc->mutex); in type_init()
H A Dtrace-events82 qemu_mutex_unlock(void *mutex, const char *file, const int line) "released mutex %p (%s:%d)"
/openbmc/qemu/hw/9pfs/
H A D9p.h220 qemu_mutex_unlock(&dir->readdir_mutex_L); in v9fs_readdir_unlock()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c444 qemu_mutex_unlock(&synic->sint_routes_mutex); in hyperv_sint_route_new()
489 qemu_mutex_unlock(&synic->sint_routes_mutex); in hyperv_sint_route_unref()
/openbmc/qemu/hw/rdma/
H A Drdma_rm.c125 qemu_mutex_unlock(&tbl->lock); in rdma_res_tbl_alloc()
133 qemu_mutex_unlock(&tbl->lock); in rdma_res_tbl_alloc()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c1319 qemu_mutex_unlock(&mis->page_request_mutex); in qemu_ufd_copy_ioctl()
1727 qemu_mutex_unlock(&mis->postcopy_prio_thread_mutex); in postcopy_pause_ram_fast_load()
1768 qemu_mutex_unlock(&mis->postcopy_prio_thread_mutex); in postcopy_preempt_thread()
H A Dblock-dirty-bitmap.c896 qemu_mutex_unlock(&s->lock); in dirty_bitmap_mig_before_vm_start()
945 qemu_mutex_unlock(&s->lock); in dirty_bitmap_mig_cancel_incoming()
H A Dmigration.c985 qemu_mutex_unlock(&mis->rp_mutex); in migrate_send_rp_recv_bitmap()
1315 qemu_mutex_unlock(&s->qemu_file_lock); in migrate_fd_cleanup()
1800 qemu_mutex_unlock(&ms->qemu_file_lock); in qmp_migrate_pause()
2878 qemu_mutex_unlock(&s->qemu_file_lock); in postcopy_pause()
/openbmc/qemu/ui/
H A Dvnc-jobs.c79 qemu_mutex_unlock(&queue->mutex); in vnc_unlock_queue()
/openbmc/qemu/target/s390x/
H A Dsigp.c460 qemu_mutex_unlock(&qemu_sigp_mutex); in handle_sigp()
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c94 qemu_mutex_unlock(&mapcache->lock); in mapcache_unlock()
/openbmc/qemu/audio/
H A Djackaudio.c601 qemu_mutex_unlock(&qjack_shutdown_lock); in qjack_client_fini()

1234