Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Dexregion.c45 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
120 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
140 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
141 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
147 acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
152 (u32)map_length)); in acpi_ex_system_memory_space_handler()
160 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()
/Linux-v4.19/tools/perf/jvmti/
Dlibjvmti.c227 jint map_length, in compiled_method_load_cb() argument
252 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()
/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.c916 ulong phys_offset, map_length; in do_map_region() local
929 map_length = region_to_map.length_bytes; in do_map_region()
937 while (mapped_bytes < map_length) { in do_map_region()
942 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()
/Linux-v4.19/fs/btrfs/
Dinode.c1899 u64 map_length; in btrfs_merge_bio_hook() local
1906 map_length = length; in btrfs_merge_bio_hook()
1907 ret = btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length, in btrfs_merge_bio_hook()
1911 if (map_length < length + size) in btrfs_merge_bio_hook()
8267 u64 map_length; in btrfs_submit_direct_hook() local
8275 map_length = orig_bio->bi_iter.bi_size; in btrfs_submit_direct_hook()
8276 submit_len = map_length; in btrfs_submit_direct_hook()
8278 &map_length, NULL, 0); in btrfs_submit_direct_hook()
8282 if (map_length >= submit_len) { in btrfs_submit_direct_hook()
8295 ASSERT(map_length <= INT_MAX); in btrfs_submit_direct_hook()
[all …]
Dvolumes.c6160 u64 map_length; in btrfs_map_bio() local
6167 map_length = length; in btrfs_map_bio()
6171 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio()
6190 map_length); in btrfs_map_bio()
6193 map_length, mirror_num, 1); in btrfs_map_bio()
6200 if (map_length < length) { in btrfs_map_bio()
6203 logical, length, map_length); in btrfs_map_bio()
Dextent_io.c1969 u64 map_length = 0; in repair_io_failure() local
1979 map_length = length; in repair_io_failure()
1995 &map_length, &bbio, 0); in repair_io_failure()
2004 &map_length, &bbio, mirror_num); in repair_io_failure()
Dscrub.c57 u64 map_length; member
1304 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1394 page->recover->map_length, in scrub_submit_raid56_bio_wait()