Home
last modified time | relevance | path

Searched refs:__size (Results 1 – 1 of 1) sorted by relevance

/xen/xen/include/public/io/
A Dring.h178 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do { \ argument
181 (_r)->nr_ents = __RING_SIZE(_s, __size); \
185 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size) argument
187 #define BACK_RING_ATTACH(_r, _s, _i, __size) do { \ argument
190 (_r)->nr_ents = __RING_SIZE(_s, __size); \
194 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size) argument

Completed in 3 milliseconds