Home
last modified time | relevance | path

Searched refs:cpu_to_le64 (Results 1 – 12 of 12) sorted by relevance

/external/fio/
Dserver.c701 je->elapsed_sec = cpu_to_le64(je->elapsed_sec); in handle_send_eta_cmd()
702 je->eta_sec = cpu_to_le64(je->eta_sec); in handle_send_eta_cmd()
956 dst->max_val = cpu_to_le64(src->max_val); in convert_io_stat()
957 dst->min_val = cpu_to_le64(src->min_val); in convert_io_stat()
958 dst->samples = cpu_to_le64(src->samples); in convert_io_stat()
972 dst->max_run[i] = cpu_to_le64(src->max_run[i]); in convert_gs()
973 dst->min_run[i] = cpu_to_le64(src->min_run[i]); in convert_gs()
974 dst->max_bw[i] = cpu_to_le64(src->max_bw[i]); in convert_gs()
975 dst->min_bw[i] = cpu_to_le64(src->min_bw[i]); in convert_gs()
976 dst->io_kb[i] = cpu_to_le64(src->io_kb[i]); in convert_gs()
[all …]
Dserver.h198 cmd->tag = cpu_to_le64(tag); in __fio_init_net_cmd()
/external/libsepol/src/
Dprivate.h29 #define cpu_to_le64(x) (x) macro
36 #define cpu_to_le64(x) bswap_64(x) macro
Dwrite.c79 map = cpu_to_le64(n->map); in ebitmap_write()
/external/f2fs-tools/mkfs/
Df2fs_format.c132 super_block.block_count = cpu_to_le64( in f2fs_prepare_super_block()
431 ckp->checkpoint_ver = cpu_to_le64(1); in f2fs_write_check_point_pack()
451 ckp->valid_block_count = cpu_to_le64(2); in f2fs_write_check_point_pack()
464 ckp->user_block_count = cpu_to_le64( in f2fs_write_check_point_pack()
663 raw_node->footer.cp_ver = cpu_to_le64(1); in f2fs_write_root_inode()
675 raw_node->i.i_size = cpu_to_le64(1 * blk_size_bytes); /* dentry */ in f2fs_write_root_inode()
676 raw_node->i.i_blocks = cpu_to_le64(2); in f2fs_write_root_inode()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
Dkernel.h70 #define cpu_to_le64(x) (x) macro
/external/fio/os/
Dos.h221 #define cpu_to_le64(val) ({ \ macro
/external/f2fs-tools/include/
Df2fs_fs.h35 #define cpu_to_le64(x) ((__u64)(x)) macro
42 #define cpu_to_le64(x) bswap_64(x) macro
/external/qemu/hw/i386/
Dpc.c495 numa_fw_cfg[0] = cpu_to_le64(nb_numa_nodes); in bochs_bios_init()
499 numa_fw_cfg[i + 1] = cpu_to_le64(j); in bochs_bios_init()
505 numa_fw_cfg[smp_cpus + 1 + i] = cpu_to_le64(node_mem[i]); in bochs_bios_init()
/external/qemu/hw/nvram/
Dfw_cfg.c228 *copy = cpu_to_le64(value); in fw_cfg_add_i64()
/external/qemu/block/
Dqcow2-cluster.c334 ivec.ll[0] = cpu_to_le64(sector_num); in qcow2_encrypt_sectors()
/external/qemu/
Dexec.c2633 val = cpu_to_le64(val); in stq_le_phys()