Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp99 + (info->sync_count << 2) in get_dict_file_size()
951 for (; i < dict_info_.sync_count; i++) { in _get_lpis()
956 if (i < dict_info_.sync_count) { in _get_lpis()
957 syncs_[i] = syncs_[dict_info_.sync_count - 1]; in _get_lpis()
958 dict_info_.sync_count--; in _get_lpis()
1168 syncs = (uint32 *)malloc((dict_info.sync_count + kUserDictPreAlloc) << 2); in _get_lpis()
1218 toread = (dict_info.sync_count << 2); in _get_lpis()
1236 sync_count_size_ = dict_info.sync_count + kUserDictPreAlloc; in _get_lpis()
1319 write(fd, syncs_, dict_info_.sync_count << 2); in _get_lpis()
1334 write(fd, syncs_, dict_info_.sync_count << 2); in _get_lpis()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A 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()
H A 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()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h138 uint32 sync_count; member
218 uint32 sync_count; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h138 uint32 sync_count; member
218 uint32 sync_count; member
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_addr_lists.c48 int sync_count) in __hw_addr_add_ex() argument
66 if (ha->synced && sync_count) in __hw_addr_add_ex()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h489 u32 sync_count; /*4 x uint8_t */ member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt.h350 u8 sync_count; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1721 "sync_count", state->sync_count); in debug_print_rx_mipi_port_state()