Home
last modified time | relevance | path

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

/drivers/md/
Ddm-log.c224 region_t sync_count; member
494 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
622 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
761 lc->sync_count++; in core_set_region_sync()
763 lc->sync_count--; in core_set_region_sync()
772 return lc->sync_count; in core_get_sync_count()
Ddm-log-userspace-base.c774 uint64_t sync_count; in userspace_get_sync_count() local
777 rdata_size = sizeof(sync_count); in userspace_get_sync_count()
779 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count()
784 if (sync_count >= lc->region_count) in userspace_get_sync_count()
787 return (region_t)sync_count; in userspace_get_sync_count()
/drivers/net/wireless/ath/ath10k/
Dhtt.h276 u8 sync_count; member