NetBSD/tests/rump/kernspace
ad d2a0ebb67a UVM locking changes, proposed on tech-kern:
- Change the lock on uvm_object, vm_amap and vm_anon to be a RW lock.
- Break v_interlock and vmobjlock apart.  v_interlock remains a mutex.
- Do partial PV list locking in the x86 pmap.  Others to follow later.
2020-02-23 15:46:38 +00:00
..
alloc.c
busypage.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
kernspace.h Add a test case that exercises repeated sceduling and cancelling of a job, 2018-12-28 19:54:36 +00:00
lockme.c
Makefile Add rump-based test cases for threadpool(9). 2018-12-24 21:42:05 +00:00
sendsig.c
thread.c
threadpool.c Fix a silly bug the "cancel thrash" test: the exit condition for the 2019-01-04 05:35:24 +00:00
tsleep.c
workqueue.c