alc 06fbefe190 To implement the sequential access optimization, vm_fault() may need to
reacquire the "first" object's lock while a backing object's lock is held.
Since this is a lock-order reversal, vm_fault() uses trylock to acquire
the first object's lock, skipping the sequential access optimization in
the unlikely event that the trylock fails.
2003-08-23 06:52:32 +00:00
..
2003-08-23 00:27:58 +00:00
2003-08-03 07:50:19 +00:00
2003-06-10 21:44:29 +00:00
2003-08-23 06:30:21 +00:00
2003-06-11 05:37:42 +00:00
2003-06-11 05:37:42 +00:00
2003-08-23 06:06:55 +00:00
2003-06-11 06:34:30 +00:00