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 1273 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 281 rcu_read_unlock(); net/ipv4/route.c rt_free 411 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c rt_drop 417 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c ip_rt_redirect 902 rcu_read_lock(); net/ipv4/route.c ip_rt_redirect 924 rcu_read_unlock(); net/ipv4/route.c ip_rt_redirect 971 rcu_read_unlock(); net/ipv4/route.c ip_rt_frag_needed 1151 rcu_read_lock(); net/ipv4/route.c ip_rt_frag_needed 1190 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1744 rcu_read_lock(); net/ipv4/route.c ip_route_input 1759 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1764 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2109 rcu_read_lock(); net/ipv4/route.c __ip_route_output_key 2125 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2130 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2338 rcu_read_lock(); net/ipv4/route.c ip_rt_dump 2349 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2354 rcu_read_unlock();