Searched refs:__size (Results 1 – 2 of 2) sorted by relevance
16 const int __size = size; \17 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \23 if (__size + __shft > 32) \
155 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument158 (_r)->nr_ents = __RING_SIZE(_s, __size); \162 #define BACK_RING_INIT(_r, _s, __size) do { \ argument165 (_r)->nr_ents = __RING_SIZE(_s, __size); \
Completed in 4 milliseconds