Searched refs:api_struct (Results 1 – 1 of 1) sorted by relevance
2536 struct uffdio_api api_struct; in vhost_user_set_postcopy_advise() local2545 api_struct.api = UFFD_API; in vhost_user_set_postcopy_advise()2546 api_struct.features = 0; in vhost_user_set_postcopy_advise()2547 if (ioctl(dev->postcopy_ufd, UFFDIO_API, &api_struct)) { in vhost_user_set_postcopy_advise()