Searched refs:ring_order (Results 1 – 4 of 4) sorted by relevance
225 uint32_t ring_order;226 /* this is an array of (1 << ring_order) elements */230 /* not actually C compliant (ring_order changes from ring to ring) */232 char in[((1 << ring_order) << PAGE_SHIFT) / 2];233 char out[((1 << ring_order) << PAGE_SHIFT) / 2];236 - **ring_order**238 references is of `(1 << ring_order)` elements. It cannot be greater than282 0 ((1<<ring_order)<<PAGE_SHIFT)/2 ((1<<ring_order)<<PAGE_SHIFT)319 0 sizeof(array) == ((1<<ring_order)<<PAGE_SHIFT)/2
865 | @44: ref +-------------------------------->+@76: ring_order = 1 |897 uint32_t ring_order;901 /* not actually C compliant (ring_order changes from socket to socket) */903 char in[((1<<ring_order)<<PAGE_SHIFT)/2];904 char out[((1<<ring_order)<<PAGE_SHIFT)/2];907 - **ring_order**909 references is of `(1 << ring_order)` elements. It cannot be greater than916 have a power of two size. Together, their size is `(1 << ring_order) *956 to be a power of two, actually max N is 512 (ring_order = 9).962 0 ((1<<ring_order)<<PAGE_SHIFT)/2 ((1<<ring_order)<<PAGE_SHIFT)[all …]
49 RING_IDX ring_order; member
473 RING_IDX ring_order; \
Completed in 6 milliseconds