Lines Matching refs:ring_order
873 | @44: ref +-------------------------------->+@76: ring_order = 1 |
905 uint32_t ring_order;
909 /* not actually C compliant (ring_order changes from socket to socket) */
911 char in[((1<<ring_order)<<PAGE_SHIFT)/2];
912 char out[((1<<ring_order)<<PAGE_SHIFT)/2];
915 - **ring_order**
917 references is of `(1 << ring_order)` elements. It cannot be greater than
924 have a power of two size. Together, their size is `(1 << ring_order) *
964 to be a power of two, actually max N is 512 (ring_order = 9).
970 0 ((1<<ring_order)<<PAGE_SHIFT)/2 ((1<<ring_order)<<PAGE_SHIFT)
1007 0 sizeof(array) == ((1<<ring_order)<<PAGE_SHIFT)/2