Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/hyperv/vmbus/
H A Dvmbus.c93 struct vmbus_msghc *mhc_free; member
420 KASSERT(mhc->mhc_free == NULL, ("still have hypercall msg")); in vmbus_msghc_ctx_free()
436 mhc->mhc_free = vmbus_msghc_alloc(parent_dtag); in vmbus_msghc_ctx_create()
437 if (mhc->mhc_free == NULL) { in vmbus_msghc_ctx_create()
452 tsleep(&mhc->mhc_free, 0, "gmsghc", 0); in vmbus_msghc_get1()
457 mh = mhc->mhc_free; in vmbus_msghc_get1()
461 mhc->mhc_free = NULL; in vmbus_msghc_get1()
500 KASSERT(mhc->mhc_free == NULL, ("has free hypercall msg")); in vmbus_msghc_put()
501 mhc->mhc_free = mh; in vmbus_msghc_put()
503 wakeup(&mhc->mhc_free); in vmbus_msghc_put()
[all …]