linux/net/xfrm
Priyanka Jain 418a99ac6a Replace rwlock on xfrm_policy_afinfo with rcu
xfrm_policy_afinfo is read mosly data structure.
Write on xfrm_policy_afinfo is done only at the
time of configuration.
So rwlocks can be safely replaced with RCU.

RCUs usage optimizes the performance.

Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-08-14 14:57:37 -07:00
..
Kconfig
Makefile
xfrm_algo.c
xfrm_hash.c
xfrm_hash.h
xfrm_input.c
xfrm_ipcomp.c
xfrm_output.c
xfrm_policy.c Replace rwlock on xfrm_policy_afinfo with rcu 2012-08-14 14:57:37 -07:00
xfrm_proc.c
xfrm_replay.c
xfrm_state.c Fix unexpected SA hard expiration after changing date 2012-08-02 00:19:17 -07:00
xfrm_sysctl.c
xfrm_user.c