Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c146 static uint64_t count_bits32(dm_bitset_t bs) in count_bits32() function
830 lc->sync_count = count_bits32(lc->sync_bits); in clog_resume()
1318 if (lc->sync_count != count_bits32(lc->sync_bits)) { in clog_set_region_sync()
1319 unsigned long long reset = count_bits32(lc->sync_bits); in clog_set_region_sync()
1365 if (lc->sync_count != count_bits32(lc->sync_bits)) { in clog_get_sync_count()
1366 unsigned long long reset = count_bits32(lc->sync_bits); in clog_get_sync_count()
1706 (unsigned long long)count_bits32(lc->sync_bits)); in push_state()
1727 count_bits32(lc->sync_bits)); in push_state()
1781 count_bits32(lc->sync_bits)); in pull_state()