Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
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/fs/btrfs/
A Dbio.c77 u64 map_length) in btrfs_split_bio() argument
88 orig_bbio->file_offset += map_length; in btrfs_split_bio()
649 map_length = min(map_length, bbio->fs_info->max_zone_append_size); in btrfs_append_map_length()
651 &nr_segs, map_length); in btrfs_append_map_length()
654 return map_length; in btrfs_append_map_length()
664 u64 map_length = length; in btrfs_submit_chunk() local
684 map_length = min(map_length, length); in btrfs_submit_chunk()
686 map_length = btrfs_append_map_length(bbio, map_length); in btrfs_submit_chunk()
688 if (map_length < length) { in btrfs_submit_chunk()
747 return map_length == length; in btrfs_submit_chunk()
[all …]
A Dvolumes.c8174 u64 map_length = length; in btrfs_map_repair_block() local
8180 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()
8186 ASSERT(map_length >= length); in btrfs_map_repair_block()
/linux/tools/perf/jvmti/
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()

Completed in 21 milliseconds