drivers/char/ipmi/ipmi_kcs_intf.c cleanup_one_kcs 1141 synchronize_kernel(); 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 1421 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 410 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c rt_drop 416 call_rcu(&rt->u.dst.rcu_head, (void (*)(void *))dst_free, &rt->u.dst); net/ipv4/route.c ip_rt_redirect 912 rcu_read_lock(); net/ipv4/route.c ip_rt_redirect 934 rcu_read_unlock(); net/ipv4/route.c ip_rt_redirect 981 rcu_read_unlock(); net/ipv4/route.c ip_rt_frag_needed 1161 rcu_read_lock(); net/ipv4/route.c ip_rt_frag_needed 1200 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1754 rcu_read_lock(); net/ipv4/route.c ip_route_input 1769 rcu_read_unlock(); net/ipv4/route.c ip_route_input 1774 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2119 rcu_read_lock(); net/ipv4/route.c __ip_route_output_key 2135 rcu_read_unlock(); net/ipv4/route.c __ip_route_output_key 2140 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2350 rcu_read_lock(); net/ipv4/route.c ip_rt_dump 2361 rcu_read_unlock(); net/ipv4/route.c ip_rt_dump 2366 rcu_read_unlock();