Searched refs:noreserve (Results 1 – 7 of 7) sorted by relevance
187 const bool noreserve = qemu_map_flags & QEMU_MAP_NORESERVE; in mmap_activate() local196 if (noreserve && !map_noreserve_effective(fd, qemu_map_flags)) { in mmap_activate()202 flags |= noreserve ? MAP_NORESERVE : 0; in mmap_activate()
48 bool noreserve) in qemu_anon_ram_alloc() argument52 if (noreserve) { in qemu_anon_ram_alloc()
193 bool noreserve) in qemu_anon_ram_alloc() argument196 (noreserve ? QEMU_MAP_NORESERVE : 0); in qemu_anon_ram_alloc()
24 struct extent_state **cached, bool noreserve);
129 struct extent_state **cached, bool noreserve) in btrfs_dirty_pages() argument144 if (noreserve) in btrfs_dirty_pages()
510 bool noreserve);
1832 const bool noreserve = qemu_ram_is_noreserve(new_block); in ram_block_add() local1855 shared, noreserve); in ram_block_add()