Bryan Venteicher
111fbcd5ed
Change the UMA mutex into a rwlock
...
Acquire the lock in read mode when just needed to ensure the stability
of the keg list. The UMA lock may be held for a long time (relatively
speaking) in uma_reclaim() on machines with lots of zones/kegs. If the
uma_timeout() would fire during that period, subsequent callouts on that
CPU may be significantly delayed.
Reviewed by: jhb
2014-10-05 21:34:56 +00:00
..
2013-08-09 11:28:55 +00:00
2014-03-12 16:38:55 +00:00
2014-06-28 03:56:17 +00:00
2013-08-07 06:21:20 +00:00
2013-08-09 11:11:11 +00:00
2014-08-08 17:12:03 +00:00
2014-06-28 03:56:17 +00:00
2013-08-10 17:36:42 +00:00
2014-04-26 12:18:17 +00:00
2014-10-05 21:34:56 +00:00
2013-06-20 19:08:12 +00:00
2013-11-19 10:05:53 +00:00
2014-02-10 19:59:46 +00:00
2014-08-02 16:10:24 +00:00
2014-08-23 05:24:31 +00:00
2014-10-04 18:38:14 +00:00
2014-06-28 03:56:17 +00:00
2014-08-08 17:12:03 +00:00
2013-08-13 22:40:43 +00:00
2014-09-23 18:54:23 +00:00
2014-09-08 02:25:01 +00:00
2014-03-22 10:26:09 +00:00
2014-09-17 21:04:50 +00:00
2014-07-26 18:10:18 +00:00
2014-09-11 03:16:57 +00:00
2014-08-29 21:20:36 +00:00
2014-08-09 05:00:34 +00:00
2014-10-03 20:34:55 +00:00
2014-09-14 18:07:55 +00:00
2014-09-14 18:07:55 +00:00
2014-03-22 10:26:09 +00:00
2014-08-05 10:29:01 +00:00
2014-03-22 10:26:09 +00:00
2014-06-28 03:56:17 +00:00
2013-12-08 20:07:02 +00:00
2014-09-10 05:52:30 +00:00
2014-07-07 00:27:09 +00:00
2014-06-28 03:56:17 +00:00
2013-07-24 09:45:31 +00:00
2014-09-15 17:14:09 +00:00
2014-09-15 15:49:29 +00:00