Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c200 if (dev->postcopy_ufd >= 0) { in vhost_backend_cleanup()
201 close(dev->postcopy_ufd); in vhost_backend_cleanup()
202 dev->postcopy_ufd = -1; in vhost_backend_cleanup()
1230 i, dev->postcopy_ufd, in vhost_user_set_mem_table()
2390 if (dev->postcopy_ufd == -1) { in vhost_user_set_postcopy_advise()
2400 close(dev->postcopy_ufd); in vhost_user_set_postcopy_advise()
2401 dev->postcopy_ufd = -1; in vhost_user_set_postcopy_advise()
2409 dev->postcopy_ufd = -1; in vhost_user_set_postcopy_advise()
2446 if (dev->postcopy_ufd >= 0) { in vhost_user_postcopy_end()
2447 close(dev->postcopy_ufd); in vhost_user_postcopy_end()
[all …]
H A Dvhost.h382 int postcopy_ufd; member
H A Dvhost.c670 dev->postcopy_ufd = -1; in vhost_new_device()