Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/hyperv/vmbus/
H A Dvmbus.c94 struct lwkt_token mhc_free_token; member
422 lwkt_token_uninit(&mhc->mhc_free_token); in vmbus_msghc_ctx_free()
433 lwkt_token_init(&mhc->mhc_free_token, "msghcf"); in vmbus_msghc_ctx_create()
449 lwkt_gettoken(&mhc->mhc_free_token); in vmbus_msghc_get1()
464 lwkt_reltoken(&mhc->mhc_free_token); in vmbus_msghc_get1()
499 lwkt_gettoken(&mhc->mhc_free_token); in vmbus_msghc_put()
502 lwkt_reltoken(&mhc->mhc_free_token); in vmbus_msghc_put()
517 lwkt_gettoken(&mhc->mhc_free_token); in vmbus_msghc_ctx_destroy()
519 lwkt_reltoken(&mhc->mhc_free_token); in vmbus_msghc_ctx_destroy()