CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/28 05:19:01
Modified files:
sys/uvm : uvm_aobj.c uvm_extern.h
Log message:
Make anonymous object reference counting independant from the KERNEL_LOCK().
- Use atomic operations for increment/decrement
- Rewrite the loop from uao_swap_off() to only keep a reference to the
next item in the list.
ok jmatthew@
