Lines Matching refs:rcu
86 struct rcu_head rcu; member
94 struct rcu_head rcu; member
103 struct rcu_head rcu; member
166 ptr = container_of(entry, struct netlbl_unlhsh_addr4, rcu); in netlbl_unlhsh_free_addr4()
185 ptr = container_of(entry, struct netlbl_unlhsh_addr6, rcu); in netlbl_unlhsh_free_addr6()
213 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface()
330 INIT_RCU_HEAD(&entry->rcu); in netlbl_unlhsh_add_addr4()
376 INIT_RCU_HEAD(&entry->rcu); in netlbl_unlhsh_add_addr6()
413 INIT_RCU_HEAD(&iface->rcu); in netlbl_unlhsh_add_iface()
603 call_rcu(&entry->rcu, netlbl_unlhsh_free_addr4); in netlbl_unlhsh_remove_addr4()
665 call_rcu(&entry->rcu, netlbl_unlhsh_free_addr6); in netlbl_unlhsh_remove_addr6()
701 call_rcu(&iface->rcu, netlbl_unlhsh_free_iface); in netlbl_unlhsh_condremove_iface()
818 call_rcu(&iface->rcu, netlbl_unlhsh_free_iface); in netlbl_unlhsh_netdev_handler()