Searched refs:sync_count (Results 1 – 4 of 4) sorted by relevance
224 region_t sync_count; member496 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()624 lc->sync_count = memweight(lc->clean_bits, in disk_resume()763 lc->sync_count++; in core_set_region_sync()765 lc->sync_count--; in core_set_region_sync()774 return lc->sync_count; in core_get_sync_count()
773 uint64_t sync_count; in userspace_get_sync_count() local776 rdata_size = sizeof(sync_count); in userspace_get_sync_count()778 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count()783 if (sync_count >= lc->region_count) in userspace_get_sync_count()786 return (region_t)sync_count; in userspace_get_sync_count()
48 int sync_count) in __hw_addr_add_ex() argument66 if (ha->synced && sync_count) in __hw_addr_add_ex()
340 u8 sync_count; member