Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmmap-alloc.c187 const bool noreserve = qemu_map_flags & QEMU_MAP_NORESERVE; in mmap_activate() local
196 if (noreserve && !map_noreserve_effective(fd, qemu_map_flags)) { in mmap_activate()
202 flags |= noreserve ? MAP_NORESERVE : 0; in mmap_activate()
H A Doslib-posix.c188 bool noreserve) in qemu_anon_ram_alloc() argument
191 (noreserve ? QEMU_MAP_NORESERVE : 0); in qemu_anon_ram_alloc()
H A Doslib-win32.c48 bool noreserve) in qemu_anon_ram_alloc() argument
52 if (noreserve) { in qemu_anon_ram_alloc()
/openbmc/linux/fs/btrfs/
H A Dfile.h24 struct extent_state **cached, bool noreserve);
H A Dfile.c129 struct extent_state **cached, bool noreserve) in btrfs_dirty_pages() argument
144 if (noreserve) in btrfs_dirty_pages()
/openbmc/qemu/include/qemu/
H A Dosdep.h506 bool noreserve);
/openbmc/qemu/system/
H A Dphysmem.c1808 const bool noreserve = qemu_ram_is_noreserve(new_block); in ram_block_add() local
1832 shared, noreserve); in ram_block_add()