Searched hist:"8 e74e30784c650255874387077f3c1c9865f2712" (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/private/kernel/vm/ |
H A D | VMCache.h | 8e74e30784c650255874387077f3c1c9865f2712 Fri May 29 13:23:49 UTC 2020 Michael Lotz <mmlr@mlotz.ch> kernel/vm: Add discard_address_range that discards pages.
Pages in the given range are unmapped and freed without getting written back anywhere. It can be used whenever a caller does not care about the data in the given range anymore and wants to reduce page pressure.
Change-Id: I8bcce68fab278efef710d3714677e1d463504a56 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2843 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.h | 8e74e30784c650255874387077f3c1c9865f2712 Fri May 29 13:23:49 UTC 2020 Michael Lotz <mmlr@mlotz.ch> kernel/vm: Add discard_address_range that discards pages.
Pages in the given range are unmapped and freed without getting written back anywhere. It can be used whenever a caller does not care about the data in the given range anymore and wants to reduce page pressure.
Change-Id: I8bcce68fab278efef710d3714677e1d463504a56 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2843 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | VMCache.cpp | 8e74e30784c650255874387077f3c1c9865f2712 Fri May 29 13:23:49 UTC 2020 Michael Lotz <mmlr@mlotz.ch> kernel/vm: Add discard_address_range that discards pages.
Pages in the given range are unmapped and freed without getting written back anywhere. It can be used whenever a caller does not care about the data in the given range anymore and wants to reduce page pressure.
Change-Id: I8bcce68fab278efef710d3714677e1d463504a56 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2843 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | VMAnonymousCache.cpp | 8e74e30784c650255874387077f3c1c9865f2712 Fri May 29 13:23:49 UTC 2020 Michael Lotz <mmlr@mlotz.ch> kernel/vm: Add discard_address_range that discards pages.
Pages in the given range are unmapped and freed without getting written back anywhere. It can be used whenever a caller does not care about the data in the given range anymore and wants to reduce page pressure.
Change-Id: I8bcce68fab278efef710d3714677e1d463504a56 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2843 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | vm.cpp | 8e74e30784c650255874387077f3c1c9865f2712 Fri May 29 13:23:49 UTC 2020 Michael Lotz <mmlr@mlotz.ch> kernel/vm: Add discard_address_range that discards pages.
Pages in the given range are unmapped and freed without getting written back anywhere. It can be used whenever a caller does not care about the data in the given range anymore and wants to reduce page pressure.
Change-Id: I8bcce68fab278efef710d3714677e1d463504a56 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2843 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|