kernel_optimize_test/net/batman-adv
Sven Eckelmann 728cbc6ac1 batman-adv: Use rcu_dereference_protected by update-side
Usually rcu_dereference isn't necessary in situations were the
RCU-protected data structure cannot change, but sparse and lockdep still
need a similar functionality for analysis. rcu_dereference_protected
implements the reduced version which should be used to support the
dynamic and static analysis.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2011-05-30 07:39:34 +02:00
..
aggregation.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
aggregation.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
bat_debugfs.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
bat_debugfs.h
bat_sysfs.c batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
bat_sysfs.h
bitarray.c batman-adv: Remove explicit casts cast from void* for store 2011-05-30 07:39:32 +02:00
bitarray.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
gateway_client.c batman-adv: Use rcu_dereference_protected by update-side 2011-05-30 07:39:34 +02:00
gateway_client.h
gateway_common.c batman-adv: Only use int up and down gw representation 2011-05-30 07:39:32 +02:00
gateway_common.h
hard-interface.c batman-adv: Use rcu_dereference_protected by update-side 2011-05-30 07:39:34 +02:00
hard-interface.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
hash.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
hash.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
icmp_socket.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
icmp_socket.h
Kconfig
main.c batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
main.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
Makefile
originator.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
originator.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
packet.h
ring_buffer.c batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
ring_buffer.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
routing.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
routing.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
send.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
send.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
soft-interface.c batman-adv: Use rcu_dereference_protected by update-side 2011-05-30 07:39:34 +02:00
soft-interface.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
translation-table.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
translation-table.h batman-adv: Add const type qualifier for pointers 2011-05-30 07:39:31 +02:00
types.h
unicast.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
unicast.h batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
vis.c batman-adv: Calculate sizeof using variable insead of types 2011-05-30 07:39:33 +02:00
vis.h