Files
android_kernel_xiaomi_sm8450/drivers/xen
David Vrabel 73cc4bb0c7 xen/evtchn: improve scalability by using per-user locks
The global array of port users and the port_user_lock limits
scalability of the evtchn device.  Instead of the global array lookup,
use a per-use (per-fd) tree of event channels bound by that user and
protect the tree with a per-user lock.

This is also a prerequiste for extended the number of supported event
channels, by removing the fixed size, per-event channel array.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2013-08-09 11:06:49 -04:00
..
2013-06-28 11:19:58 -04:00
2008-12-16 21:50:31 +01:00
2013-06-28 11:19:58 -04:00
2013-06-28 11:19:58 -04:00
2013-07-29 09:35:11 -04:00
2013-06-28 11:19:58 -04:00
2013-06-28 11:19:58 -04:00
2013-06-28 11:19:58 -04:00
2011-12-16 13:29:31 -05:00
2013-06-28 11:19:58 -04:00