Alan Cox
12d7cc840f
o Add vm_map_wire() for wiring contiguous regions of either kernel
...
or user vm_maps. This implementation has two key benefits when compared
to vm_map_{user_,}pageable(): (1) it avoids a race condition through
the use of "in-transition" vm_map entries and (2) it eliminates lock
recursion on the vm_map.
Note: there is still an error case that requires clean up.
Reviewed by: tegge
2002-06-09 20:25:18 +00:00
..
2002-03-20 04:02:59 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-04-29 07:43:16 +00:00
2002-04-04 21:03:38 +00:00
2002-03-20 04:02:59 +00:00
2002-06-03 22:59:19 +00:00
2002-05-29 08:25:13 +00:00
2002-05-02 09:07:04 +00:00
2002-04-29 23:45:41 +00:00
2002-05-02 07:36:30 +00:00
2002-05-22 01:01:37 +00:00
2002-04-05 00:52:15 +00:00
2002-05-26 04:54:56 +00:00
2002-04-28 06:07:54 +00:00
2002-03-20 04:02:59 +00:00
2002-04-29 07:43:16 +00:00
2002-05-22 01:01:37 +00:00
2002-06-09 20:25:18 +00:00
2002-06-08 07:32:38 +00:00
2002-04-20 07:23:22 +00:00
2002-06-06 18:51:14 +00:00
2002-06-02 23:54:09 +00:00
2002-06-02 23:54:09 +00:00
2002-04-30 21:24:47 +00:00
2002-05-27 22:10:28 +00:00
2002-04-28 06:07:54 +00:00
2002-03-19 22:20:14 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-03-19 22:20:14 +00:00
2001-10-10 23:06:54 +00:00
2002-05-31 08:17:58 +00:00
2002-02-15 13:16:11 +00:00
2002-04-15 16:00:03 +00:00
2002-03-10 21:52:48 +00:00
2002-05-16 21:28:32 +00:00
2002-03-19 22:20:14 +00:00