Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_bitmap.h72 uint32_t go2; /**< Bitmap scan: Go/stop condition for current array2 cache line */ member
136 bmp->go2 = 0; in __rte_bitmap_scan_init()
531 bmp->go2 = 1; in __rte_bitmap_scan_read_init()
541 for ( ; bmp->go2 ; bmp->index2 ++, slab2 ++, bmp->go2 = bmp->index2 & RTE_BITMAP_CL_SLAB_MASK) { in __rte_bitmap_scan_read()
548 bmp->go2 = bmp->index2 & RTE_BITMAP_CL_SLAB_MASK; in __rte_bitmap_scan_read()