Searched refs:rcu_head (Results 76 - 100 of 167) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsit.c374 static void prl_entry_destroy_rcu(struct rcu_head *head)
376 kfree(container_of(head, struct ip_tunnel_prl_entry, rcu_head));
379 static void prl_list_destroy_rcu(struct rcu_head *head)
383 p = container_of(head, struct ip_tunnel_prl_entry, rcu_head);
404 call_rcu(&x->rcu_head, prl_entry_destroy_rcu);
414 call_rcu(&x->rcu_head, prl_list_destroy_rcu);
H A Daddrlabel.c39 struct rcu_head rcu;
123 static void ip6addrlbl_free_rcu(struct rcu_head *h)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Ddevice_cgroup.c39 struct rcu_head rcu;
129 static void whitelist_item_free(struct rcu_head *rcu)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtracepoint.c64 struct rcu_head rcu;
77 static void rcu_free_old_probes(struct rcu_head *head)
H A Daudit_tree.c19 struct rcu_head head;
30 struct rcu_head head;
96 static void __put_tree(struct rcu_head *rcu)
131 static void __put_chunk(struct rcu_head *rcu)
H A Dperf_event.c107 static void free_ctx(struct rcu_head *head)
111 ctx = container_of(head, struct perf_event_context, rcu_head);
122 call_rcu(&ctx->rcu_head, free_ctx);
1896 static void free_event_rcu(struct rcu_head *head)
1900 event = container_of(head, struct perf_event, rcu_head);
1933 call_rcu(&event->rcu_head, free_event_rcu);
2644 static void perf_buffer_free_rcu(struct rcu_head *rcu_head) argument
2648 buffer = container_of(rcu_head, struct perf_buffer, rcu_head);
4493 swevent_hlist_release_rcu(struct rcu_head *rcu_head) argument
[all...]
H A Drcutorture.c116 struct rcu_head rtort_rcu;
319 rcu_torture_cb(struct rcu_head *p)
450 struct rcu_head head;
454 static void rcu_bh_torture_wakeme_after_cb(struct rcu_head *head)
H A Dcred.c87 static void release_tgcred_rcu(struct rcu_head *rcu)
116 static void put_cred_rcu(struct rcu_head *rcu)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dirq.c139 static void sn_irq_info_free(struct rcu_head *head);
366 static void sn_irq_info_free(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddcache.h110 struct rcu_head d_rcu;
H A Dif_vlan.h91 struct rcu_head rcu;
H A Dnet.h123 struct rcu_head rcu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c171 static void complete_edac_pci_list_del(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh.h98 struct rcu_head rcu;
H A Dmesh_pathtbl.c32 struct rcu_head rcu;
519 static void mesh_path_node_reclaim(struct rcu_head *rp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_extend.c71 static void __nf_ct_ext_free_rcu(struct rcu_head *head)
H A Dxt_RATEEST.c63 static void xt_rateest_free_rcu(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dauth_unix.c97 unx_free_cred_callback(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c87 struct rcu_head rcu_head; member in struct:listeners_rcu_head
1575 static void netlink_free_old_listeners(struct rcu_head *rcu_head) argument
1579 lrh = container_of(rcu_head, struct listeners_rcu_head, rcu_head);
1611 call_rcu(&old_rcu_head->rcu_head, netlink_free_old_listeners);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Ddevinet.c119 static void inet_rcu_free_ifa(struct rcu_head *head)
121 struct in_ifaddr *ifa = container_of(head, struct in_ifaddr, rcu_head);
129 call_rcu(&ifa->rcu_head, inet_rcu_free_ifa);
188 static void in_dev_rcu_put(struct rcu_head *head)
190 struct in_device *idev = container_of(head, struct in_device, rcu_head);
218 call_rcu(&in_dev->rcu_head, in_dev_rcu_put);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dinternal.h397 struct rcu_head rcu; /* disposal procedure */
625 extern void afs_zap_permits(struct rcu_head *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c56 struct rcu_head rcu;
76 static void clusterip_config_rcu_free(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Davc.c60 struct rcu_head rhead;
220 static void avc_node_free(struct rcu_head *rhead)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslob.c186 struct rcu_head head;
637 static void kmem_rcu_free(struct rcu_head *head)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h83 struct rcu_head rcu_head; member in struct:Qdisc

Completed in 449 milliseconds

1234567