Paolo Bonzini 26387f86c9 rcu: add call_rcu
Asynchronous callbacks provided by call_rcu are particularly important
for QEMU, because the BQL makes it hard to use synchronize_rcu.

In addition, the current RCU implementation is not particularly friendly
to multiple concurrent synchronize_rcu callers, making call_rcu even
more important.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-02-02 16:55:10 +01:00
..
2015-02-02 16:55:10 +01:00
2014-12-16 18:43:19 +00:00
2015-02-02 16:55:10 +01:00
2015-02-02 16:55:10 +01:00
2015-01-16 13:06:17 +05:30
2015-02-02 16:55:10 +01:00
2015-01-26 12:22:44 +01:00
2015-01-20 14:24:07 +00:00