Searched refs:__objects (Results 1 – 1 of 1) sorted by relevance
301 #define for_each_object(__p, __s, __addr, __objects) \ argument303 __p < (__addr) + (__objects) * (__s)->size; \306 #define for_each_object_idx(__p, __idx, __s, __addr, __objects) \ argument308 __idx <= __objects; \