Searched refs:PVCALLS_RING_ORDER (Results 1 – 1 of 1) sorted by relevance
21 #define PVCALLS_RING_ORDER XENBUS_MAX_RING_GRANT_ORDER macro162 XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER)) != 0); in pvcalls_front_read_todo()244 for (i = 0; i < (1 << PVCALLS_RING_ORDER); i++) in pvcalls_front_destroy_active()365 map->active.ring->ring_order = PVCALLS_RING_ORDER; in alloc_active_ring()366 bytes = alloc_pages_exact(PAGE_SIZE << PVCALLS_RING_ORDER, in alloc_active_ring()373 XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in alloc_active_ring()391 for (i = 0; i < (1 << PVCALLS_RING_ORDER); i++) in create_active()498 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in __write_ring()651 if (len > XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER)) in pvcalls_front_recvmsg()652 len = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER); in pvcalls_front_recvmsg()[all …]
Completed in 6 milliseconds