Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-log.c224 region_t sync_count; member
495 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
623 lc->sync_count = memweight(lc->clean_bits, in disk_resume()
762 lc->sync_count++; in core_set_region_sync()
764 lc->sync_count--; in core_set_region_sync()
773 return lc->sync_count; in core_get_sync_count()
Ddm-log-userspace-base.c773 uint64_t sync_count; in userspace_get_sync_count() local
776 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()
/kernel/linux/linux-5.10/net/core/
Ddev_addr_lists.c48 int sync_count) in __hw_addr_add_ex() argument
66 if (ha->synced && sync_count) in __hw_addr_add_ex()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h489 u32 sync_count; /*4 x uint8_t */ member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c591 state->sync_count = receiver_port_reg_load(ID, in mipi_port_get_state()
597 state->lane_sync_count[i] = (uint8_t)((state->sync_count) >> (i * 8)); in mipi_port_get_state()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhtt.h350 u8 sync_count; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c1721 "sync_count", state->sync_count); in debug_print_rx_mipi_port_state()