Searched refs:vmbus_alloc_ring (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel.c | 163 /* vmbus_alloc_ring - allocate and map pages for ring buffer */ 164 int vmbus_alloc_ring(struct vmbus_channel *newchannel, in vmbus_alloc_ring() function 190 EXPORT_SYMBOL_GPL(vmbus_alloc_ring); variable 653 err = vmbus_alloc_ring(newchannel, send_ringbuffer_size, in vmbus_open()
|
/kernel/linux/linux-6.6/drivers/uio/ |
H A D | uio_hv_generic.c | 252 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | channel.c | 164 /* vmbus_alloc_ring - allocate and map pages for ring buffer */ 165 int vmbus_alloc_ring(struct vmbus_channel *newchannel, in vmbus_alloc_ring() function 191 EXPORT_SYMBOL_GPL(vmbus_alloc_ring); variable 811 err = vmbus_alloc_ring(newchannel, send_ringbuffer_size, in vmbus_open()
|
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_hv_generic.c | 255 ret = vmbus_alloc_ring(channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 1114 int vmbus_alloc_ring(struct vmbus_channel *channel,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 1173 int vmbus_alloc_ring(struct vmbus_channel *channel,
|
Completed in 10 milliseconds