Home
last modified time | relevance | path

Searched refs:current_bytes (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c898 u64 current_bytes = 0; in mlxsw_sp_acl_rule_get_stats() local
906 &current_bytes); in mlxsw_sp_acl_rule_get_stats()
919 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
923 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dhideep.c535 const u8 *current_bytes = (const u8 *)current_ucode; in hideep_verify_nvm() local
538 if (ucode_bytes[i] != current_bytes[i]) in hideep_verify_nvm()
543 current_bytes[i]); in hideep_verify_nvm()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc3141 int64 current_bytes; in ValidateBlockOnDisk() local
3165 current_bytes = current_blocks * read_block_size_; in ValidateBlockOnDisk()
3167 memset(block_buffer_, 0, current_bytes); in ValidateBlockOnDisk()
3171 current_bytes / kSectorSize, in ValidateBlockOnDisk()
3175 if (!AsyncDiskIO(ASYNC_IO_READ, fd, block_buffer_, current_bytes, in ValidateBlockOnDisk()
3194 if (CheckRegion(block_buffer_, block->pattern(), 0, current_bytes, in ValidateBlockOnDisk()