Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c146 static uint64_t count_bits32(dm_bitset_t bs) in count_bits32() function
824 lc->sync_count = count_bits32(lc->sync_bits); in clog_resume()
1312 if (lc->sync_count != count_bits32(lc->sync_bits)) { in clog_set_region_sync()
1313 unsigned long long reset = count_bits32(lc->sync_bits); in clog_set_region_sync()
1359 if (lc->sync_count != count_bits32(lc->sync_bits)) { in clog_get_sync_count()
1360 unsigned long long reset = count_bits32(lc->sync_bits); in clog_get_sync_count()
1700 (unsigned long long)count_bits32(lc->sync_bits)); in push_state()
1721 count_bits32(lc->sync_bits)); in push_state()
1775 count_bits32(lc->sync_bits)); in pull_state()