Home
last modified time | relevance | path

Searched refs:HV_RING_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/uio/
H A Duio_hv_generic.c39 #define HV_RING_SIZE 512 /* pages */ macro
146 .size = 2 * HV_RING_SIZE * PAGE_SIZE,
156 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel()
252 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
253 HV_RING_SIZE * PAGE_SIZE); in hv_uio_probe()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_hv_generic.c39 #define HV_RING_SIZE 512 /* pages */ macro
147 .size = 2 * HV_RING_SIZE * PAGE_SIZE,
157 const size_t ring_bytes = HV_RING_SIZE * PAGE_SIZE; in hv_uio_new_channel()
255 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
256 HV_RING_SIZE * PAGE_SIZE); in hv_uio_probe()

Completed in 2 milliseconds