Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
137 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
140 if (map_length > ACPI_DEFAULT_PAGE_SIZE) in acpi_ex_system_memory_space_handler()
141 map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()
145 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
150 (u32)map_length)); in acpi_ex_system_memory_space_handler()
159 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/openbmc/linux/fs/btrfs/
H A Dbio.c77 u64 map_length, bool use_append) in btrfs_split_bio() argument
86 &btrfs_clone_bioset, map_length); in btrfs_split_bio()
88 bio = bio_split(&orig_bbio->bio, map_length >> SECTOR_SHIFT, in btrfs_split_bio()
95 orig_bbio->file_offset += map_length; in btrfs_split_bio()
653 u64 map_length = length; in btrfs_submit_chunk() local
668 map_length = min(map_length, length); in btrfs_submit_chunk()
670 map_length = min(map_length, fs_info->max_zone_append_size); in btrfs_submit_chunk()
672 if (map_length < length) { in btrfs_submit_chunk()
673 bbio = btrfs_split_bio(fs_info, bbio, map_length, use_append); in btrfs_submit_chunk()
719 return map_length == length; in btrfs_submit_chunk()
[all …]
H A Dvolumes.c8091 u64 map_length = length; in btrfs_map_repair_block() local
8097 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()
8103 ASSERT(map_length >= length); in btrfs_map_repair_block()
/openbmc/linux/tools/perf/jvmti/
H A Dlibjvmti.c234 jint map_length, in compiled_method_load_cb() argument
257 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()