Searched refs:__size (Results 1 – 1 of 1) sorted by relevance
/xen/xen/include/public/io/ |
A D | ring.h | 178 #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