Home
last modified time | relevance | path

Searched refs:len_bytes (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-dig.c291 int search_bd_buf(char *buf, int len_bytes, unsigned long bd_offset_bytes, in search_bd_buf() argument
298 len_bytes, bd_offset_bytes, buf + len_bytes); in search_bd_buf()
300 for (i = 0; i < len_bytes; i += sizeof(unsigned long)) { in search_bd_buf()
356 dprintf3("%s(%p, %x, %lx, ...) done\n", __func__, buf, len_bytes, in search_bd_buf()
Dprotection_keys.c225 void dump_mem(void *dumpme, int len_bytes) in dump_mem() argument
230 for (i = 0; i < len_bytes; i += sizeof(u64)) { in dump_mem()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c462 u32 len_bytes, __le32 *data) in _iwl_read_prph_block() argument
466 for (i = 0; i < len_bytes; i += 4) in _iwl_read_prph_block()
471 u32 len_bytes, __le32 *data) in iwl_read_prph_block() argument
478 _iwl_read_prph_block(trans, start, len_bytes, data); in iwl_read_prph_block()
/Linux-v4.19/fs/ocfs2/
Dextent_map.c759 u64 len_bytes, phys_bytes, virt_bytes; in ocfs2_fiemap() local
810 len_bytes = (u64)le16_to_cpu(rec.e_leaf_clusters) << osb->s_clustersize_bits; in ocfs2_fiemap()
815 len_bytes, fe_flags); in ocfs2_fiemap()