Doug Moore
83ea714f4f
vm_map_simplify_entry considers merging an entry with its two
...
neighbors, and is used in a way so that if entries a and b cannot be
merged, we consider them twice, first not-merging a with its successor
b, and then not-merging b with its predecessor a. This change replaces
vm_map_simplify_entry with vm_map_try_merge_entries, which compares
two adjacent entries only, and uses it to avoid duplicated
merge-checks.
Tested by: pho
Reviewed by: alc
Approved by: markj (implicit)
Differential Revision: https://reviews.freebsd.org/D20814
2019-08-25 07:06:51 +00:00
..
2017-11-27 15:23:17 +00:00
2017-11-30 15:45:42 +00:00
2019-06-26 17:37:51 +00:00
2019-06-02 01:00:17 +00:00
2017-11-27 15:23:17 +00:00
2017-11-27 15:23:17 +00:00
2019-07-03 19:59:56 +00:00
2017-11-27 15:23:17 +00:00
2017-11-27 15:23:17 +00:00
2018-12-02 13:16:46 +00:00
2019-08-19 23:09:38 +00:00
2017-11-20 19:43:44 +00:00
2019-08-06 23:04:59 +00:00
2019-01-15 19:33:47 +00:00
2017-11-27 15:23:17 +00:00
2019-08-06 21:50:34 +00:00
2019-08-24 00:01:19 +00:00
2018-10-24 17:09:20 +00:00
2018-10-23 16:35:58 +00:00
2018-10-30 18:26:34 +00:00
2019-08-16 09:43:49 +00:00
2019-08-06 23:15:34 +00:00
2019-01-16 20:14:16 +00:00
2019-08-21 16:01:17 +00:00
2019-01-16 20:14:16 +00:00
2019-08-25 07:06:51 +00:00
2019-08-25 07:06:51 +00:00
2019-05-13 16:38:48 +00:00
2019-07-02 19:07:17 +00:00
2019-08-19 23:09:38 +00:00
2019-08-19 23:09:38 +00:00
2019-08-23 19:53:11 +00:00
2019-08-23 19:49:29 +00:00
2019-08-16 09:43:49 +00:00
2019-08-16 09:43:49 +00:00
2019-08-21 16:11:12 +00:00
2019-01-16 20:14:16 +00:00
2019-08-19 22:25:28 +00:00
2019-08-16 00:45:14 +00:00
2019-08-18 08:07:31 +00:00
2019-08-18 07:06:31 +00:00
2018-06-24 13:08:05 +00:00
2017-11-27 15:23:17 +00:00
2019-08-18 23:07:56 +00:00
2019-08-18 23:07:56 +00:00
2017-11-30 15:48:35 +00:00
2019-08-23 19:49:29 +00:00
2019-05-13 16:38:48 +00:00
2018-03-27 03:27:02 +00:00
2019-08-19 22:25:28 +00:00
2017-11-20 19:43:44 +00:00