include/linux/list.h list_add_rcu 99 static __inline__ void list_add_rcu(struct list_head *new, struct list_head *head) include/linux/list.h list_add_tail_rcu 112 static __inline__ void list_add_tail_rcu(struct list_head *new, struct list_head *head) include/linux/list.h list_del_rcu 147 static inline void list_del_rcu(struct list_head *entry) include/linux/list.h 303 #define list_for_each_rcu(pos, head) \ include/linux/list.h 318 #define list_for_each_safe_rcu(pos, n, head) \ ipc/util.c ipc_addid 196 rcu_read_lock(); ipc/util.c ipc_rcu_free 348 call_rcu(&free->rcu, ipc_schedule_free, free); ipc/util.c ipc_rcu_free 353 call_rcu(&free->rcu, (void (*)(void *))kfree, free); ipc/util.c ipc_lock 458 rcu_read_lock(); ipc/util.c ipc_lock 460 rcu_read_unlock(); ipc/util.c ipc_lock 477 rcu_read_unlock(); ipc/util.c ipc_lock 487 rcu_read_unlock(); ipc/util.c ipc_unlock 496 rcu_read_unlock(); kernel/module.c sys_init_module 1243 synchronize_kernel(); net/ipv4/route.c rt_cache_get_first 224 rcu_read_lock(); net/ipv4/route.c rt_cache_get_first 228 rcu_read_unlock(); net/ipv4/route.c rt_cache_get_next 240 rcu_read_unlock(); net/ipv4/route.c rt_cache_get_next 243 rcu_read_lock(); net/ipv4/route.c rt_cache_seq_stop 279 rcu_read_unlock(); net/ipv4/route.c rt_free 408 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c rt_drop 414 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c ip_rt_redirect 899 rcu_read_lock(); net/ipv4/route.c ip_rt_redirect 921 rcu_read_unlock(); net/ipv4/route.c ip_rt_redirect 968 rcu_read_unlock(); net/ipv4/route.c ip_rt_frag_needed 1148 rcu_read_lock(); net/ipv4/route.c ip_rt_frag_needed 1187 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1741 rcu_read_lock(); net/ipv4/route.c ip_route_input 1756 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1761 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2106 rcu_read_lock(); net/ipv4/route.c __ip_route_output_key 2122 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2127 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2335 rcu_read_lock(); net/ipv4/route.c ip_rt_dump 2346 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2351 rcu_read_unlock();