Searched refs:sync_count (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/md/
H A Ddm-log.c224 region_t sync_count; member in struct:log_c
494 lc->sync_count = (sync == NOSYNC) ? region_count : 0; create_log_context()
622 lc->sync_count = memweight(lc->clean_bits, disk_resume()
761 lc->sync_count++; core_set_region_sync()
763 lc->sync_count--; core_set_region_sync()
772 return lc->sync_count; core_get_sync_count()
H A Ddm-log-userspace-base.c774 uint64_t sync_count; userspace_get_sync_count() local
777 rdata_size = sizeof(sync_count); userspace_get_sync_count()
779 NULL, 0, (char *)&sync_count, &rdata_size); userspace_get_sync_count()
784 if (sync_count >= lc->region_count) userspace_get_sync_count()
787 return (region_t)sync_count; userspace_get_sync_count()
/linux-4.4.14/net/core/
H A Ddev_addr_lists.c52 int sync_count) __hw_addr_add_ex()
70 if (ha->synced && sync_count) __hw_addr_add_ex()
49 __hw_addr_add_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync, int sync_count) __hw_addr_add_ex() argument
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dhtt.h276 u8 sync_count; member in struct:htt_oob_sync_req

Completed in 124 milliseconds