Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/interface/io/
Dring.h37 #define __RING_SIZE(_s, _sz) \ macro
131 (_r)->nr_ents = __RING_SIZE(_s, __size); \
140 (_r)->nr_ents = __RING_SIZE(_s, __size); \
/Linux-v5.10/drivers/block/xen-blkback/
Dxenbus.c217 size = __RING_SIZE(sring_native, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()
227 size = __RING_SIZE(sring_x86_32, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()
237 size = __RING_SIZE(sring_x86_64, XEN_PAGE_SIZE * nr_grefs); in xen_blkif_map()