Lines Matching defs:it
101 * so expensive that it becomes the bottleneck!
139 #define MEM_NODE_ITERATOR_DECL(it) \
140 mem_node_iterator_t it
141 #define MEM_NODE_ITERATOR_INIT(pfn, mnode, szc, it) \
142 (pfn) = plat_mem_node_iterator_init((pfn), (mnode), (szc), (it), 1)
151 #define MEM_NODE_ITERATOR_DECL(it) \
152 void *it = NULL
153 #define MEM_NODE_ITERATOR_INIT(pfn, mnode, szc, it)
233 #define PFN_2_COLOR(pfn, szc, it) \
235 page_pfn_2_color_cpu(pfn, szc, it) : \
253 #define PAGE_NEXT_PFN_FOR_COLOR(pfn, szc, color, ceq_mask, color_mask, it) \
270 ceq_mask, color_mask, it); \
286 /* Find the bin for the given page if it was of size szc */
705 * different vac color than it was previously used.
720 * or 2 it is no big deal.
722 * start counting when it is time to start another loop. This avoids
731 * behavior, then it will not be a good idea to use the adjacent color.