Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-log.c227 region_t sync_count; member
498 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
628 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
773 lc->sync_count++; in core_set_region_sync()
775 lc->sync_count--; in core_set_region_sync()
784 return lc->sync_count; in core_get_sync_count()
H A Ddm-log-userspace-base.c768 uint64_t sync_count; in userspace_get_sync_count() local
771 rdata_size = sizeof(sync_count); in userspace_get_sync_count()
773 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count()
778 if (sync_count >= lc->region_count) in userspace_get_sync_count()
781 return (region_t)sync_count; in userspace_get_sync_count()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c101 __u64 sync_count:8; /* Bits 85 to 92 */ member
119 __u64 sync_count:8; /* Bits 85 to 92 */ member
140 __u64 sync_count:8; /* Bits 117 to 124 */ member
/linux/drivers/s390/char/
H A Dsclp.c718 static u64 sync_count; in sclp_sync_wait() local
723 sclp_trace(4, "SYN1", sclp_running_state, ++sync_count, false); in sclp_sync_wait()
762 sclp_trace(4, "SYN2", sclp_running_state, sync_count, false); in sclp_sync_wait()
/linux/net/core/
H A Ddev_addr_lists.c76 int sync_count, bool exclusive) in __hw_addr_add_ex() argument
108 if (ha->synced && sync_count) in __hw_addr_add_ex()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h345 u8 sync_count; member