Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/virtio/balloon/
HDvirtio_balloon.c161 static void vtballoon_thread(void *);
335 error = kthread_create(vtballoon_thread, sc, &sc->vtballoon_td, "virtio_balloon"); in vtballoon_attach()
846 vtballoon_thread(void *arg) in vtballoon_thread() function