Searched refs:sync_count (Results 1 – 5 of 5) sorted by relevance
| /drivers/md/ |
| A D | dm-log.c | 227 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()
|
| A D | dm-log-userspace-base.c | 767 uint64_t sync_count; in userspace_get_sync_count() local 770 rdata_size = sizeof(sync_count); in userspace_get_sync_count() 772 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count() 777 if (sync_count >= lc->region_count) in userspace_get_sync_count() 780 return (region_t)sync_count; in userspace_get_sync_count()
|
| /drivers/s390/char/ |
| A D | sclp.c | 711 static u64 sync_count; in sclp_sync_wait() local 716 sclp_trace(4, "SYN1", sclp_running_state, ++sync_count, false); in sclp_sync_wait() 755 sclp_trace(4, "SYN2", sclp_running_state, sync_count, false); in sclp_sync_wait()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_eu_stall.c | 100 __u64 sync_count:8; /* Bits 85 to 92 */ member 118 __u64 sync_count:8; /* Bits 85 to 92 */ member
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htt.h | 345 u8 sync_count; member
|
Completed in 33 milliseconds