Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/fs/btrfs/
H A Dbio.c77 u64 map_length) in btrfs_split_bio() argument
91 orig_bbio->file_offset += map_length; in btrfs_split_bio()
652 map_length = min(map_length, bbio->fs_info->max_zone_append_size); in btrfs_append_map_length()
654 &nr_segs, map_length); in btrfs_append_map_length()
663 return map_length; in btrfs_append_map_length()
673 u64 map_length = length; in btrfs_submit_chunk() local
694 map_length = min(map_length, length); in btrfs_submit_chunk()
696 map_length = btrfs_append_map_length(bbio, map_length); in btrfs_submit_chunk()
698 if (map_length < length) { in btrfs_submit_chunk()
764 return map_length == length; in btrfs_submit_chunk()
[all …]
H A Dvolumes.c8233 u64 map_length = length; in btrfs_map_repair_block() local
8239 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()
8245 ASSERT(map_length >= length); in btrfs_map_repair_block()
/linux-6.15/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()