Searched hist:a8877df135c0395285945b11a75d57e10b7aecdf (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | DataContainer.cpp | a8877df135c0395285945b11a75d57e10b7aecdf Wed Aug 14 22:34:02 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Add "unmergeable" flag to VMCache.
ramfs needs to create caches that are both temporary and unmergeable, so add another flag to make this state possible.
Otherwise, mmap'ed files from ramfs might wind up in VMCache trying to merge the caches when the last one is closed, which we don't want.
|
/haiku/headers/private/kernel/vm/ |
H A D | VMCache.h | a8877df135c0395285945b11a75d57e10b7aecdf Wed Aug 14 22:34:02 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Add "unmergeable" flag to VMCache.
ramfs needs to create caches that are both temporary and unmergeable, so add another flag to make this state possible.
Otherwise, mmap'ed files from ramfs might wind up in VMCache trying to merge the caches when the last one is closed, which we don't want.
|
/haiku/src/system/kernel/vm/ |
H A D | VMCache.cpp | a8877df135c0395285945b11a75d57e10b7aecdf Wed Aug 14 22:34:02 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel/vm: Add "unmergeable" flag to VMCache.
ramfs needs to create caches that are both temporary and unmergeable, so add another flag to make this state possible.
Otherwise, mmap'ed files from ramfs might wind up in VMCache trying to merge the caches when the last one is closed, which we don't want.
|