Lines Matching refs:array
436 in the **data ring**. The **indexes page** also contains the full array
643 in the **data ring**. The **indexes page** also contains the full array of
857 resulting shared memory, the first half is dedicated to the **in** array
858 and the second half to the **out** array. They are used as circular
915 **in** array, the second half is the **out** array. The arrays must
918 - **in** is an array used as circular buffer
921 - **out** is an array used as circular buffer
927 array. **in_prod** is increased by the backend, after writing data to **in**.
999 0 sizeof(array) == ((1<<ring_order)<<PAGE_SHIFT)/2
1006 0 sizeof(array)
1014 left unconsumed in an array:
1043 array in the following way:
1048 - write to array at position *[in|out]_prod* up to *[in|out]_cons*,
1055 array in the following way:
1060 - read from array at position *[in|out]_cons* up to *[in|out]_prod*,