Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/hyperv/vmbus/
HDvmbus.c98 struct lwkt_token mhc_active_token; member
423 lwkt_token_uninit(&mhc->mhc_active_token); in vmbus_msghc_ctx_free()
434 lwkt_token_init(&mhc->mhc_active_token, "msghca"); in vmbus_msghc_ctx_create()
581 lwkt_gettoken(&mhc->mhc_active_token); in vmbus_msghc_exec()
584 lwkt_reltoken(&mhc->mhc_active_token); in vmbus_msghc_exec()
588 lwkt_gettoken(&mhc->mhc_active_token); in vmbus_msghc_exec()
591 lwkt_reltoken(&mhc->mhc_active_token); in vmbus_msghc_exec()
601 lwkt_gettoken(&mhc->mhc_active_token); in vmbus_msghc_wait_result()
608 lwkt_reltoken(&mhc->mhc_active_token); in vmbus_msghc_wait_result()
619 lwkt_gettoken(&mhc->mhc_active_token); in vmbus_msghc_wakeup()
[all …]