Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvdpa.c37 #define VHOST_VDPA_IOTLB_BUCKETS 16 macro
51 struct hlist_head as[VHOST_VDPA_IOTLB_BUCKETS];
81 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS]; in asid_to_as()
103 struct hlist_head *head = &v->as[asid % VHOST_VDPA_IOTLB_BUCKETS]; in vhost_vdpa_alloc_as()
1501 for (i = 0; i < VHOST_VDPA_IOTLB_BUCKETS; i++) in vhost_vdpa_probe()