Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_bitmap.c21 uint32_t pos = 0, start_pos; in test_bitmap_scan_operations() local
91 start_pos = pos; in test_bitmap_scan_operations()
97 } while (pos != start_pos); in test_bitmap_scan_operations()
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c897 uint32_t pos = 0, start_pos = 0; in nix_tm_resource_avail() local
909 start_pos = pos; in nix_tm_resource_avail()
914 } while (pos != start_pos); in nix_tm_resource_avail()
H A Droc_nix_debug.c50 uint32_t pos = 0, start_pos; in nix_bitmap_dump() local
58 start_pos = pos; in nix_bitmap_dump()
72 } while (start_pos != pos); in nix_bitmap_dump()