/linux-4.1.27/lib/ |
D | percpu-refcount.c | 110 static void percpu_ref_call_confirm_rcu(struct rcu_head *rcu) in percpu_ref_call_confirm_rcu() argument 112 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_call_confirm_rcu() 122 static void percpu_ref_switch_to_atomic_rcu(struct rcu_head *rcu) in percpu_ref_switch_to_atomic_rcu() argument 124 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_switch_to_atomic_rcu() 154 percpu_ref_call_confirm_rcu(rcu); in percpu_ref_switch_to_atomic_rcu() 177 call_rcu_sched(&ref->rcu, percpu_ref_switch_to_atomic_rcu); in __percpu_ref_switch_to_atomic() 190 call_rcu_sched(&ref->rcu, percpu_ref_call_confirm_rcu); in __percpu_ref_switch_to_atomic()
|
D | rhashtable.c | 108 bucket_table_free(container_of(head, struct bucket_table, rcu)); in bucket_table_free_rcu() 271 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
|
/linux-4.1.27/net/batman-adv/ |
D | types.h | 100 struct rcu_head rcu; member 125 struct rcu_head rcu; member 179 struct rcu_head rcu; member 280 struct rcu_head rcu; member 325 struct rcu_head rcu; member 350 struct rcu_head rcu; member 386 struct rcu_head rcu; member 708 struct rcu_head rcu; member 886 struct rcu_head rcu; member 905 struct rcu_head rcu; member [all …]
|
D | hard-interface.h | 53 void batadv_hardif_free_rcu(struct rcu_head *rcu); 64 call_rcu(&hard_iface->rcu, batadv_hardif_free_rcu); in batadv_hardif_free_ref()
|
D | originator.c | 125 kfree_rcu(orig_vlan, rcu); in batadv_orig_node_vlan_free_ref() 163 kfree_rcu(neigh_ifinfo, rcu); in batadv_neigh_ifinfo_release() 193 kfree_rcu(neigh_node, rcu); in batadv_neigh_node_release() 486 kfree_rcu(orig_ifinfo, rcu); in batadv_orig_ifinfo_release() 504 static void batadv_orig_node_free_rcu(struct rcu_head *rcu) in batadv_orig_node_free_rcu() argument 508 orig_node = container_of(rcu, struct batadv_orig_node, rcu); in batadv_orig_node_free_rcu() 551 call_rcu(&orig_node->rcu, batadv_orig_node_free_rcu); in batadv_orig_node_release()
|
D | hard-interface.c | 35 void batadv_hardif_free_rcu(struct rcu_head *rcu) in batadv_hardif_free_rcu() argument 39 hard_iface = container_of(rcu, struct batadv_hard_iface, rcu); in batadv_hardif_free_rcu()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_handles.h | 81 #define RCU2HANDLE(rcu) container_of(rcu, struct portals_handle, h_rcu) argument 91 void class_handle_free_cb(struct rcu_head *rcu);
|
/linux-4.1.27/fs/afs/ |
D | security.c | 51 void afs_zap_permits(struct rcu_head *rcu) in afs_zap_permits() argument 54 container_of(rcu, struct afs_permits, rcu); in afs_zap_permits() 67 static void afs_dispose_of_permits(struct rcu_head *rcu) in afs_dispose_of_permits() argument 70 container_of(rcu, struct afs_permits, rcu); in afs_dispose_of_permits() 121 call_rcu(&permits->rcu, afs_zap_permits); in afs_clear_permits() 204 call_rcu(&xpermits->rcu, afs_dispose_of_permits); in afs_cache_permit()
|
/linux-4.1.27/kernel/rcu/ |
D | update.c | 267 struct rcu_synchronize *rcu; in wakeme_after_rcu() local 269 rcu = container_of(head, struct rcu_synchronize, head); in wakeme_after_rcu() 270 complete(&rcu->completion); in wakeme_after_rcu() 275 struct rcu_synchronize rcu; in wait_rcu_gp() local 277 init_rcu_head_on_stack(&rcu.head); in wait_rcu_gp() 278 init_completion(&rcu.completion); in wait_rcu_gp() 280 crf(&rcu.head, wakeme_after_rcu); in wait_rcu_gp() 282 wait_for_completion(&rcu.completion); in wait_rcu_gp() 283 destroy_rcu_head_on_stack(&rcu.head); in wait_rcu_gp()
|
D | tiny.c | 47 void (*func)(struct rcu_head *rcu), 239 void (*func)(struct rcu_head *rcu), in __call_rcu() argument 265 void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_sched() argument 275 void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_bh() argument
|
D | srcu.c | 413 struct rcu_synchronize rcu; in __synchronize_srcu() local 414 struct rcu_head *head = &rcu.head; in __synchronize_srcu() 424 init_completion(&rcu.completion); in __synchronize_srcu() 449 wait_for_completion(&rcu.completion); in __synchronize_srcu()
|
D | rcutorture.c | 254 void (*call)(struct rcu_head *head, void (*func)(struct rcu_head *rcu)); 450 call_rcu_busted(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_busted() argument 666 struct rcu_head rcu; member 673 container_of(head, struct rcu_boost_inflight, rcu); in rcu_torture_boost_cb() 696 init_rcu_head_on_stack(&rbi.rcu); in rcu_torture_boost() 716 call_rcu(&rbi.rcu, rcu_torture_boost_cb); in rcu_torture_boost() 759 destroy_rcu_head_on_stack(&rbi.rcu); in rcu_torture_boost() 1397 static void rcu_torture_barrier_cbf(struct rcu_head *rcu) in rcu_torture_barrier_cbf() argument 1408 struct rcu_head rcu; in rcu_torture_barrier_cbs() local 1410 init_rcu_head_on_stack(&rcu); in rcu_torture_barrier_cbs() [all …]
|
D | tree.h | 552 void call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu));
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 36 even stores into cachelines of common dentries). This is known as "rcu-walk" 203 Inodes are also rcu freed, so the seqcount lookup dentry's inode may also be 212 Path walking code now has two distinct modes, ref-walk and rcu-walk. ref-walk 216 walking is operating on each dentry. rcu-walk uses seqcount based dentry 218 shared data in the dentry or inode. rcu-walk can not be applied to all cases, 219 eg. if the filesystem must sleep or perform non trivial operations, rcu-walk 226 path string, rcu-walk uses a d_seq protected snapshot. When looking up a 246 +---------------------+ rcu-walk begins here, we note d_seq, check the 273 Taking a refcount on a dentry from rcu-walk mode, by taking its d_lock, 275 "dropping rcu" or dropping from rcu-walk into ref-walk mode. [all …]
|
D | porting | 354 via rcu-walk path walk (basically, if the file can have had a path name in the 364 vfs now tries to do path walking in "rcu-walk mode", which avoids 368 filesystem callbacks, the vfs drops out of rcu-walk mode before the fs call, so 370 the benefits of rcu-walk mode. We will begin to add filesystem callbacks that 371 are rcu-walk aware, shown below. Filesystems should take advantage of this 377 the filesystem provides it), which requires dropping out of rcu-walk mode. This 378 may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be 379 returned if the filesystem cannot handle rcu-walk. See 384 exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU).
|
/linux-4.1.27/net/sched/ |
D | cls_basic.c | 27 struct rcu_head rcu; member 37 struct rcu_head rcu; member 92 struct basic_filter *f = container_of(head, struct basic_filter, rcu); in basic_delete_filter() 110 call_rcu(&f->rcu, basic_delete_filter); in basic_destroy() 113 kfree_rcu(head, rcu); in basic_destroy() 123 call_rcu(&f->rcu, basic_delete_filter); in basic_delete() 222 call_rcu(&fold->rcu, basic_delete_filter); in basic_change()
|
D | cls_bpf.c | 34 struct rcu_head rcu; member 50 struct rcu_head rcu; member 128 static void __cls_bpf_delete_prog(struct rcu_head *rcu) in __cls_bpf_delete_prog() argument 130 struct cls_bpf_prog *prog = container_of(rcu, struct cls_bpf_prog, rcu); in __cls_bpf_delete_prog() 141 call_rcu(&prog->rcu, __cls_bpf_delete_prog); in cls_bpf_delete() 157 call_rcu(&prog->rcu, __cls_bpf_delete_prog); in cls_bpf_destroy() 161 kfree_rcu(head, rcu); in cls_bpf_destroy() 369 call_rcu(&oldprog->rcu, __cls_bpf_delete_prog); in cls_bpf_change()
|
D | cls_route.c | 41 struct rcu_head rcu; member 47 struct rcu_head rcu; member 60 struct rcu_head rcu; member 274 struct route4_filter *f = container_of(head, struct route4_filter, rcu); in route4_delete_filter() 309 call_rcu(&f->rcu, route4_delete_filter); in route4_destroy() 313 kfree_rcu(b, rcu); in route4_destroy() 317 kfree_rcu(head, rcu); in route4_destroy() 352 call_rcu(&f->rcu, route4_delete_filter); in route4_delete() 365 kfree_rcu(b, rcu); in route4_delete() 555 call_rcu(&fold->rcu, route4_delete_filter); in route4_change()
|
D | cls_cgroup.c | 26 struct rcu_head rcu; member 83 rcu); in cls_cgroup_destroy_rcu() 139 call_rcu(&head->rcu, cls_cgroup_destroy_rcu); in cls_cgroup_change() 155 call_rcu(&head->rcu, cls_cgroup_destroy_rcu); in cls_cgroup_destroy()
|
D | cls_fw.c | 37 struct rcu_head rcu; member 49 struct rcu_head rcu; member 124 struct fw_filter *f = container_of(head, struct fw_filter, rcu); in fw_delete_filter() 150 call_rcu(&f->rcu, fw_delete_filter); in fw_destroy() 154 kfree_rcu(head, rcu); in fw_destroy() 175 call_rcu(&f->rcu, fw_delete_filter); in fw_delete() 290 call_rcu(&f->rcu, fw_delete_filter); in fw_change()
|
D | cls_u32.c | 67 struct rcu_head rcu; member 81 struct rcu_head rcu; member 93 struct rcu_head rcu; member 383 static void u32_delete_key_rcu(struct rcu_head *rcu) in u32_delete_key_rcu() argument 385 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); in u32_delete_key_rcu() 397 static void u32_delete_key_freepf_rcu(struct rcu_head *rcu) in u32_delete_key_freepf_rcu() argument 399 struct tc_u_knode *key = container_of(rcu, struct tc_u_knode, rcu); in u32_delete_key_freepf_rcu() 418 call_rcu(&key->rcu, u32_delete_key_freepf_rcu); in u32_delete_key() 437 call_rcu(&n->rcu, u32_delete_key_freepf_rcu); in u32_clear_hnode() 458 kfree_rcu(ht, rcu); in u32_destroy_hnode() [all …]
|
D | cls_tcindex.c | 36 struct rcu_head rcu; member 49 struct rcu_head rcu; member 167 kfree_rcu(f, rcu); in tcindex_delete() 180 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_destroy() 209 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_partial_destroy() 392 call_rcu(&oldp->rcu, __tcindex_partial_destroy); in tcindex_set_parms() 486 call_rcu(&p->rcu, __tcindex_destroy); in tcindex_destroy()
|
D | cls_flow.c | 37 struct rcu_head rcu; member 59 struct rcu_head rcu; member 354 struct flow_filter *f = container_of(head, struct flow_filter, rcu); in flow_destroy_filter() 529 call_rcu(&fold->rcu, flow_destroy_filter); in flow_change() 545 call_rcu(&f->rcu, flow_destroy_filter); in flow_delete() 571 call_rcu(&f->rcu, flow_destroy_filter); in flow_destroy() 574 kfree_rcu(head, rcu); in flow_destroy()
|
D | cls_rsvp.h | 74 struct rcu_head rcu; member 85 struct rcu_head rcu; member 100 struct rcu_head rcu; member 291 kfree_rcu(f, rcu); in rsvp_delete_filter() 325 kfree_rcu(s, rcu); in rsvp_destroy() 328 kfree_rcu(data, rcu); in rsvp_destroy() 361 kfree_rcu(s, rcu); in rsvp_delete()
|
/linux-4.1.27/net/mac802154/ |
D | llsec.h | 41 struct rcu_head rcu; member 53 struct rcu_head rcu; member 59 struct rcu_head rcu; member
|
D | llsec.c | 388 static void llsec_dev_free_rcu(struct rcu_head *rcu) in llsec_dev_free_rcu() argument 390 llsec_dev_free(container_of(rcu, struct mac802154_llsec_device, rcu)); in llsec_dev_free_rcu() 403 call_rcu(&pos->rcu, llsec_dev_free_rcu); in mac802154_llsec_dev_del() 466 kfree_rcu(devkey, rcu); in mac802154_llsec_devkey_del() 520 kfree_rcu(pos, rcu); in mac802154_llsec_seclevel_del()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 1 This document describes one way to created the rcu-test-image file 10 dd if=/dev/zero of=rcu-test-image bs=400M count=1 11 mkfs.ext3 ./rcu-test-image 12 sudo mount -o loop ./rcu-test-image /mnt
|
/linux-4.1.27/net/openvswitch/ |
D | flow_table.c | 156 static void rcu_free_flow_callback(struct rcu_head *rcu) in rcu_free_flow_callback() argument 158 struct sw_flow *flow = container_of(rcu, struct sw_flow, rcu); in rcu_free_flow_callback() 169 call_rcu(&flow->rcu, rcu_free_flow_callback); in ovs_flow_free() 233 static void flow_tbl_destroy_rcu_cb(struct rcu_head *rcu) in flow_tbl_destroy_rcu_cb() argument 235 struct table_instance *ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb() 270 call_rcu(&ti->rcu, flow_tbl_destroy_rcu_cb); in table_instance_destroy() 271 call_rcu(&ufid_ti->rcu, flow_tbl_destroy_rcu_cb); in table_instance_destroy() 602 kfree_rcu(mask, rcu); in flow_mask_remove() 706 call_rcu(&ti->rcu, flow_tbl_destroy_rcu_cb); in flow_key_insert() 728 call_rcu(&ti->rcu, flow_tbl_destroy_rcu_cb); in flow_ufid_insert()
|
D | vport-netdev.c | 147 static void free_port_rcu(struct rcu_head *rcu) in free_port_rcu() argument 149 struct netdev_vport *netdev_vport = container_of(rcu, in free_port_rcu() 150 struct netdev_vport, rcu); in free_port_rcu() 177 call_rcu(&netdev_vport->rcu, free_port_rcu); in netdev_destroy()
|
D | vport.c | 402 kfree_rcu(old, rcu); in ovs_vport_set_upcall_portids() 559 static void free_vport_rcu(struct rcu_head *rcu) in free_vport_rcu() argument 561 struct vport *vport = container_of(rcu, struct vport, rcu); in free_vport_rcu() 571 call_rcu(&vport->rcu, free_vport_rcu); in ovs_vport_deferred_free()
|
D | flow.h | 188 struct rcu_head rcu; member 211 struct rcu_head rcu; member 225 struct rcu_head rcu; member
|
D | vport.h | 90 struct rcu_head rcu; member 109 struct rcu_head rcu; member
|
D | vport-netdev.h | 30 struct rcu_head rcu; member
|
D | flow_table.h | 42 struct rcu_head rcu; member
|
D | datapath.h | 75 struct rcu_head rcu; member
|
/linux-4.1.27/include/net/ |
D | fib_rules.h | 31 struct rcu_head rcu; member 79 struct rcu_head rcu; member 101 kfree_rcu(rule, rcu); in fib_rule_put()
|
D | if_inet6.h | 76 struct rcu_head rcu; member 98 struct rcu_head rcu; member 208 struct rcu_head rcu; member
|
D | garp.h | 107 struct rcu_head rcu; member 112 struct rcu_head rcu; member
|
D | mrp.h | 121 struct rcu_head rcu; member 126 struct rcu_head rcu; member
|
D | netprio_cgroup.h | 23 struct rcu_head rcu; member
|
D | ip_fib.h | 62 struct rcu_head rcu; member 121 struct rcu_head rcu; member 189 struct rcu_head rcu; member
|
D | geneve.h | 75 struct rcu_head rcu; member
|
D | inetpeer.h | 53 struct rcu_head rcu; member
|
D | vxlan.h | 113 struct rcu_head rcu; member
|
D | dn_dev.h | 15 struct rcu_head rcu; member
|
D | ipv6.h | 221 struct rcu_head rcu; member 232 struct rcu_head rcu; member 251 struct rcu_head rcu; member 269 kfree_rcu(opt, rcu); in txopt_put()
|
D | cipso_ipv4.h | 90 struct rcu_head rcu; member
|
D | inet_sock.h | 63 struct rcu_head rcu; member
|
D | neighbour.h | 154 struct rcu_head rcu; member 185 struct rcu_head rcu; member
|
D | sch_generic.h | 40 struct rcu_head rcu; member 251 struct rcu_head rcu; member
|
/linux-4.1.27/fs/btrfs/ |
D | rcu-string.h | 20 struct rcu_head rcu; member 38 kfree_rcu(str, rcu); in rcu_string_free()
|
/linux-4.1.27/fs/ecryptfs/ |
D | dentry.c | 71 container_of(head, struct ecryptfs_dentry_info, rcu)); in ecryptfs_dentry_free_rcu() 85 call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); in ecryptfs_d_release()
|
/linux-4.1.27/include/linux/ |
D | igmp.h | 47 struct rcu_head rcu; member 65 struct rcu_head rcu; member 99 struct rcu_head rcu; member
|
D | rcutree.h | 53 void kfree_call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu));
|
D | rcutiny.h | 76 void (*func)(struct rcu_head *rcu)) in kfree_call_rcu() argument
|
D | mmu_notifier.h | 372 extern void mmu_notifier_call_srcu(struct rcu_head *rcu, 373 void (*func)(struct rcu_head *rcu));
|
D | pid_namespace.h | 27 struct rcu_head rcu; member
|
D | mroute.h | 89 struct rcu_head rcu; member
|
D | fdtable.h | 29 struct rcu_head rcu; member
|
D | reservation.h | 53 struct rcu_head rcu; member
|
D | netpoll.h | 46 struct rcu_head rcu; member
|
D | assoc_array_priv.h | 79 struct rcu_head rcu; member
|
D | percpu-refcount.h | 93 struct rcu_head rcu; member
|
D | pid.h | 63 struct rcu_head rcu; member
|
D | posix-timers.h | 95 struct rcu_head rcu; member
|
D | async_tx.h | 45 struct rcu_head rcu; member
|
D | sysctl.h | 134 struct rcu_head rcu; member
|
D | fence.h | 75 struct rcu_head rcu; member
|
D | cred.h | 154 struct rcu_head rcu; /* RCU deletion hook */ member
|
D | if_team.h | 72 struct rcu_head rcu; member
|
D | slab.h | 485 struct rcu_head rcu; member
|
D | net.h | 92 struct rcu_head rcu; member
|
/linux-4.1.27/security/selinux/ |
D | netport.c | 57 struct rcu_head rcu; member 131 kfree_rcu(tail, rcu); in sel_netport_insert() 230 kfree_rcu(port, rcu); in sel_netport_flush()
|
D | netnode.c | 58 struct rcu_head rcu; member 182 kfree_rcu(tail, rcu); in sel_netnode_insert() 296 kfree_rcu(node, rcu); in sel_netnode_flush()
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 14 top-level directory "rcu": 16 rcu/rcu_bh 17 rcu/rcu_preempt 18 rcu/rcu_sched 21 Note that rcu/rcu_preempt is only present for CONFIG_PREEMPT_RCU. 23 so that activity for both appears in rcu/rcu_sched. 26 rcu/rcutorture. This file displays rcutorture test progress. The output 27 of "cat rcu/rcutorture" looks as follows: 39 Within each flavor directory (rcu/rcu_bh, rcu/rcu_sched, and possibly 40 also rcu/rcu_preempt) the following files will be present: [all …]
|
D | torture.txt | 169 "rcu": rcu_read_lock(), rcu_read_unlock() and call_rcu(). 204 Defaults to "rcu". 213 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 214 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0… 215 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0 216 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0 217 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554… 218 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
|
D | 00-INDEX | 23 rcu.txt
|
D | listRCU.txt | 121 call_rcu(&e->rcu, audit_free_rule); 209 call_rcu(&e->rcu, audit_free_rule); 286 call_rcu(&e->rcu, audit_free_rule);
|
D | RTFP.txt | 614 \url{http://lse.sourceforge.net/locking/rcu/rcupdate_doc.html} 897 http://www.rdrop.com/users/paulmck/RCU/rcu.FREENIX.2003.06.14.pdf 999 Head of thread: dipankar/2004.03.23/rcu-low-lat.1.patch 1010 dipankar/rcuth.2004.03.24/rcu-throttle.patch 1016 ,Title="[RFC] 0/5 rcu lock update" 1029 ,Title="Re: [Lse-tech] [RFC, PATCH] 1/5 rcu lock update: 1064 …https://www.usenix.org/conference/2004-usenix-annual-technical-conference/making-rcu-safe-deep-sub… 1230 \url{http://www.rdrop.com/users/paulmck/RCU/rcu-semantics.2005.01.30a.pdf} 1552 ,Title="Re: {[-mm PATCH 1/4]} {RCU}: split classic rcu" 1705 @unpublished{CoreyMinyard2007list:splice:rcu [all …]
|
D | rcubarrier.txt | 38 call_rcu(&p->rcu, p_callback); 45 struct pstruct *p = container_of(rp, struct pstruct, rcu); 58 http://lwn.net/images/ns/kernel/rcu-drop.jpg.
|
/linux-4.1.27/arch/x86/mm/ |
D | kmmio.c | 52 struct rcu_head rcu; member 452 rcu); in rcu_free_kmmio_fault_pages() 466 container_of(head, struct kmmio_delayed_release, rcu); in remove_kmmio_fault_pages() 486 call_rcu(&dr->rcu, rcu_free_kmmio_fault_pages); in remove_kmmio_fault_pages() 543 call_rcu(&drelease->rcu, remove_kmmio_fault_pages); in unregister_kmmio_probe()
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan.h | 87 struct rcu_head rcu; member 95 struct rcu_head rcu; member
|
D | ipvlan_main.c | 65 kfree_rcu(port, rcu); in ipvlan_port_create() 75 kfree_rcu(port, rcu); in ipvlan_port_destroy() 652 kfree_rcu(addr, rcu); in ipvlan_del_addr6() 727 kfree_rcu(addr, rcu); in ipvlan_del_addr4()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_extend.h | 49 struct rcu_head rcu; member 89 kfree_rcu(ct->ext, rcu); in nf_ct_ext_free()
|
D | xt_rateest.h | 16 struct rcu_head rcu; member
|
D | nf_conntrack_expect.h | 54 struct rcu_head rcu; member
|
D | nf_tables.h | 527 struct rcu_head rcu; member 549 void nft_set_gc_batch_release(struct rcu_head *rcu); 554 call_rcu(&gcb->head.rcu, nft_set_gc_batch_release); in nft_set_gc_batch_complete()
|
/linux-4.1.27/Documentation/DocBook/ |
D | .device-drivers.xml.cmd | 2 …printk.c kernel/panic.c kernel/sys.c kernel/rcu/srcu.c kernel/rcu/tree.c kernel/rcu/tree_plugin.h …
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tcm_fc.h | 45 struct rcu_head rcu; member 67 struct rcu_head rcu; member
|
D | tfc_sess.c | 108 kfree_rcu(tport, rcu); in ft_tport_delete() 439 kfree_rcu(sess, rcu); in ft_sess_free()
|
/linux-4.1.27/net/8021q/ |
D | vlan_core.c | 134 static void vlan_info_rcu_free(struct rcu_head *rcu) in vlan_info_rcu_free() argument 136 vlan_info_free(container_of(rcu, struct vlan_info, rcu)); in vlan_info_rcu_free() 297 call_rcu(&vlan_info->rcu, vlan_info_rcu_free); in vlan_vid_del()
|
D | vlanproc.c | 203 __acquires(rcu) in vlan_seq_start() 246 __releases(rcu) in vlan_seq_stop()
|
D | vlan.h | 35 struct rcu_head rcu; member
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 194 static void kfd_process_destroy_delayed(struct rcu_head *rcu) in kfd_process_destroy_delayed() argument 201 p = container_of(rcu, struct kfd_process, rcu); in kfd_process_destroy_delayed() 247 mmu_notifier_call_srcu(&p->rcu, &kfd_process_destroy_delayed); in kfd_process_notifier_release()
|
/linux-4.1.27/arch/mips/boot/dts/lantiq/ |
D | danube.dtsi | 58 rcu0: rcu@203000 { 59 compatible = "lantiq,rcu-xway";
|
/linux-4.1.27/tools/testing/selftests/rcutorture/ |
D | .gitignore | 4 rcu-test-image
|
/linux-4.1.27/net/ipv6/ |
D | addrconf_core.c | 138 struct inet6_dev *idev = container_of(head, struct inet6_dev, rcu); in in6_dev_finish_destroy_rcu() 162 call_rcu(&idev->rcu, in6_dev_finish_destroy_rcu); in in6_dev_finish_destroy()
|
D | addrlabel.c | 40 struct rcu_head rcu; member 135 ip6addrlbl_free(container_of(h, struct ip6addrlbl_entry, rcu)); in ip6addrlbl_free_rcu() 146 call_rcu(&p->rcu, ip6addrlbl_free_rcu); in ip6addrlbl_put()
|
D | ip6_flowlabel.c | 104 kfree_rcu(fl, rcu); in fl_free() 278 kfree_rcu(sfl, rcu); in fl6_free_socklist() 552 kfree_rcu(sfl, rcu); in ipv6_flowlabel_opt()
|
/linux-4.1.27/drivers/md/ |
D | linear.h | 11 struct rcu_head rcu; member
|
/linux-4.1.27/security/yama/ |
D | yama_lsm.c | 35 struct rcu_head rcu; member 57 kfree_rcu(relation, rcu); in yama_relation_cleanup() 94 kfree_rcu(relation, rcu); in yama_ptracer_add()
|
/linux-4.1.27/include/keys/ |
D | trusted-type.h | 21 struct rcu_head rcu; member
|
D | encrypted-type.h | 22 struct rcu_head rcu; member
|
D | user-type.h | 30 struct rcu_head rcu; /* RCU destructor */ member
|
/linux-4.1.27/include/net/netns/ |
D | generic.h | 29 struct rcu_head rcu; member
|
/linux-4.1.27/security/keys/ |
D | user_defined.c | 132 kfree_rcu(zap, rcu); in user_update() 153 kfree_rcu(upayload, rcu); in user_revoke()
|
D | trusted.c | 973 static void trusted_rcu_free(struct rcu_head *rcu) in trusted_rcu_free() argument 977 p = container_of(rcu, struct trusted_key_payload, rcu); in trusted_rcu_free() 1046 call_rcu(&p->rcu, trusted_rcu_free); in trusted_update()
|
/linux-4.1.27/mm/ |
D | mmu_notifier.c | 30 void mmu_notifier_call_srcu(struct rcu_head *rcu, in mmu_notifier_call_srcu() argument 31 void (*func)(struct rcu_head *rcu)) in mmu_notifier_call_srcu() argument 33 call_srcu(&srcu, rcu, func); in mmu_notifier_call_srcu()
|
D | kmemleak.c | 147 struct rcu_head rcu; /* object_list lockless traversal */ member 442 static void free_object_rcu(struct rcu_head *rcu) in free_object_rcu() argument 447 container_of(rcu, struct kmemleak_object, rcu); in free_object_rcu() 475 call_rcu(&object->rcu, free_object_rcu); in put_object()
|
/linux-4.1.27/kernel/bpf/ |
D | hashtab.c | 29 struct rcu_head rcu; member 265 kfree_rcu(l_old, rcu); in htab_map_update_elem() 303 kfree_rcu(l, rcu); in htab_map_delete_elem()
|
/linux-4.1.27/net/core/ |
D | drop_monitor.c | 58 struct rcu_head rcu; member 256 kfree_rcu(new_stat, rcu); in set_all_monitor_traces() 326 kfree_rcu(new_stat, rcu); in dropmon_net_event()
|
D | netprio_cgroup.c | 78 kfree_rcu(old, rcu); in extend_netdev_table() 271 kfree_rcu(old, rcu); in netprio_device_event()
|
D | net-sysfs.c | 716 kfree_rcu(old_map, rcu); in store_rps_map() 739 static void rps_dev_flow_table_release(struct rcu_head *rcu) in rps_dev_flow_table_release() argument 741 struct rps_dev_flow_table *table = container_of(rcu, in rps_dev_flow_table_release() 742 struct rps_dev_flow_table, rcu); in rps_dev_flow_table_release() 800 call_rcu(&old_table->rcu, rps_dev_flow_table_release); in store_rps_dev_flow_table_cnt() 833 kfree_rcu(map, rcu); in rx_queue_release() 839 call_rcu(&flow_table->rcu, rps_dev_flow_table_release); in rx_queue_release()
|
D | filter.c | 886 static void sk_filter_release_rcu(struct rcu_head *rcu) in sk_filter_release_rcu() argument 888 struct sk_filter *fp = container_of(rcu, struct sk_filter, rcu); in sk_filter_release_rcu() 902 call_rcu(&fp->rcu, sk_filter_release_rcu); in sk_filter_release()
|
D | netpoll.c | 783 container_of(rcu_head, struct netpoll_info, rcu); in rcu_cleanup_netpoll_info() 819 call_rcu_bh(&npinfo->rcu, rcu_cleanup_netpoll_info); in __netpoll_cleanup()
|
/linux-4.1.27/net/bridge/ |
D | br_private.h | 86 struct rcu_head rcu; member 97 struct rcu_head rcu; member 112 struct rcu_head rcu; member 123 struct rcu_head rcu; member 132 struct rcu_head rcu; member 164 struct rcu_head rcu; member
|
D | br_multicast.c | 172 container_of(head, struct net_bridge_mdb_htable, rcu); in br_mdb_free() 212 container_of(head, struct net_bridge_port_group, rcu); in br_multicast_free_pg() 220 container_of(head, struct net_bridge_mdb_entry, rcu); in br_multicast_free_group() 245 call_rcu_bh(&mp->rcu, br_multicast_free_group); in br_multicast_group_expired() 274 call_rcu_bh(&p->rcu, br_multicast_free_pg); in br_multicast_del_pg() 341 call_rcu_bh(&mdb->rcu, br_mdb_free); in br_mdb_rehash() 1466 call_rcu_bh(&p->rcu, br_multicast_free_pg); in br_multicast_leave_group() 1932 call_rcu_bh(&mp->rcu, br_multicast_free_group); in br_multicast_stop() 1944 call_rcu_bh(&mdb->rcu, br_mdb_free); in br_multicast_stop()
|
D | br_if.c | 221 container_of(head, struct net_bridge_port, rcu); in destroy_nbp_rcu() 268 call_rcu(&p->rcu, destroy_nbp_rcu); in del_nbp()
|
D | br_vlan.c | 109 kfree_rcu(v, rcu); in __vlan_del() 123 kfree_rcu(v, rcu); in __vlan_flush()
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_unlabeled.c | 86 struct rcu_head rcu; member 94 struct rcu_head rcu; member 103 struct rcu_head rcu; member 177 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface() 529 kfree_rcu(entry, rcu); in netlbl_unlhsh_remove_addr4() 590 kfree_rcu(entry, rcu); in netlbl_unlhsh_remove_addr6() 626 call_rcu(&iface->rcu, netlbl_unlhsh_free_iface); in netlbl_unlhsh_condremove_iface() 740 call_rcu(&iface->rcu, netlbl_unlhsh_free_iface); in netlbl_unlhsh_netdev_handler()
|
D | netlabel_domainhash.h | 77 struct rcu_head rcu; member
|
D | netlabel_domainhash.c | 85 ptr = container_of(entry, struct netlbl_dom_map, rcu); in netlbl_domhsh_free_entry() 551 call_rcu(&entry->rcu, netlbl_domhsh_free_entry); in netlbl_domhsh_remove_entry()
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | intr.h | 54 struct rcu_head rcu; /* rcu callback list */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_handles.c | 181 void class_handle_free_cb(struct rcu_head *rcu) in class_handle_free_cb() argument 183 struct portals_handle *h = RCU2HANDLE(rcu); in class_handle_free_cb()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_fs_sb.h | 69 struct rcu_head rcu; member
|
/linux-4.1.27/include/acpi/ |
D | ghes.h | 38 struct rcu_head rcu; member
|
/linux-4.1.27/kernel/ |
D | tracepoint.c | 58 struct rcu_head rcu; member 71 kfree(container_of(head, struct tp_probes, rcu)); in rcu_free_old_probes() 79 call_rcu_sched(&tp_probes->rcu, rcu_free_old_probes); in release_probes()
|
D | cred.c | 90 static void put_cred_rcu(struct rcu_head *rcu) in put_cred_rcu() argument 92 struct cred *cred = container_of(rcu, struct cred, rcu); in put_cred_rcu() 144 call_rcu(&cred->rcu, put_cred_rcu); in __put_cred()
|
D | workqueue.c | 189 struct rcu_head rcu; member 219 struct rcu_head rcu; member 271 struct rcu_head rcu; member 3174 static void rcu_free_wq(struct rcu_head *rcu) in rcu_free_wq() argument 3177 container_of(rcu, struct workqueue_struct, rcu); in rcu_free_wq() 3188 static void rcu_free_pool(struct rcu_head *rcu) in rcu_free_pool() argument 3190 struct worker_pool *pool = container_of(rcu, struct worker_pool, rcu); in rcu_free_pool() 3256 call_rcu_sched(&pool->rcu, rcu_free_pool); in put_unbound_pool() 3331 static void rcu_free_pwq(struct rcu_head *rcu) in rcu_free_pwq() argument 3334 container_of(rcu, struct pool_workqueue, rcu)); in rcu_free_pwq() [all …]
|
D | pid_namespace.c | 139 container_of(p, struct pid_namespace, rcu)); in delayed_free_pidns() 150 call_rcu(&ns->rcu, delayed_free_pidns); in destroy_pid_namespace()
|
D | audit_watch.c | 319 call_rcu(&oentry->rcu, audit_free_rule_rcu); in audit_update_watch() 349 call_rcu(&e->rcu, audit_free_rule_rcu); in audit_remove_parent_watches()
|
D | acct.c | 83 struct rcu_head rcu; member 133 kfree_rcu(p, rcu); in acct_put()
|
D | pid.c | 255 struct pid *pid = container_of(rhp, struct pid, rcu); in delayed_put_pid() 294 call_rcu(&pid->rcu, delayed_put_pid); in free_pid()
|
D | audit_tree.c | 126 static void __put_chunk(struct rcu_head *rcu) in __put_chunk() argument 128 struct audit_chunk *chunk = container_of(rcu, struct audit_chunk, head); in __put_chunk() 485 call_rcu(&entry->rcu, audit_free_rule_rcu); in kill_rules()
|
D | audit.h | 58 struct rcu_head rcu; member
|
/linux-4.1.27/net/can/ |
D | af_can.h | 53 struct rcu_head rcu; member
|
D | af_can.c | 522 struct receiver *r = container_of(rp, struct receiver, rcu); in can_rx_delete_receiver() 600 call_rcu(&r->rcu, can_rx_delete_receiver); in can_rx_unregister()
|
/linux-4.1.27/net/ipv4/ |
D | fib_lookup.h | 16 struct rcu_head rcu; member
|
D | fib_trie.c | 110 struct rcu_head rcu; member 270 struct fib_alias *fa = container_of(head, struct fib_alias, rcu); in __alias_free_mem() 276 call_rcu(&fa->rcu, __alias_free_mem); in alias_free_mem_rcu() 286 struct tnode *n = container_of(head, struct tnode, rcu); in __node_free_rcu() 296 #define node_free(n) call_rcu(&tn_info(n)->rcu, __node_free_rcu) 447 tn_info(tn)->rcu.next = NULL; in tnode_free_init() 453 tn_info(n)->rcu.next = tn_info(tn)->rcu.next; in tnode_free_append() 454 tn_info(tn)->rcu.next = &tn_info(n)->rcu; in tnode_free_append() 459 struct callback_head *head = &tn_info(tn)->rcu; in tnode_free() 466 tn = container_of(head, struct tnode, rcu)->kv; in tnode_free() [all …]
|
D | udp_offload.c | 24 struct rcu_head rcu; member 264 struct udp_offload_priv *ou_priv = container_of(head, struct udp_offload_priv, rcu); in udp_offload_free_routine() 289 call_rcu(&uo_priv->rcu, udp_offload_free_routine); in udp_del_offload()
|
D | tcp_fastopen.c | 34 container_of(head, struct tcp_fastopen_context, rcu); in tcp_fastopen_ctx_free() 71 call_rcu(&octx->rcu, tcp_fastopen_ctx_free); in tcp_fastopen_reset_cipher()
|
D | cipso_ipv4.c | 578 doi_def = container_of(entry, struct cipso_v4_doi, rcu); in cipso_v4_doi_free_rcu() 615 call_rcu(&doi_def->rcu, cipso_v4_doi_free_rcu); in cipso_v4_doi_remove() 677 call_rcu(&doi_def->rcu, cipso_v4_doi_free_rcu); in cipso_v4_doi_putdef() 1946 kfree_rcu(old, rcu); in cipso_v4_sock_setattr() 2013 kfree_rcu(opt, rcu); in cipso_v4_req_setattr() 2083 kfree_rcu(opt, rcu); in cipso_v4_delopt()
|
D | igmp.c | 181 kfree_rcu(im, rcu); in ip_ma_put() 1922 kfree_rcu(psf, rcu); in ip_mc_leave_src() 1965 kfree_rcu(iml, rcu); in ip_mc_leave_group() 2081 kfree_rcu(psl, rcu); in ip_mc_source() 2181 kfree_rcu(psl, rcu); in ip_mc_msfilter() 2377 kfree_rcu(iml, rcu); in ip_mc_drop_socket() 2486 __acquires(rcu) in igmp_mc_seq_start() 2504 __releases(rcu) in igmp_mc_seq_stop() 2645 __acquires(rcu) in igmp_mcf_seq_start() 2663 __releases(rcu) in igmp_mcf_seq_stop()
|
D | inetpeer.c | 347 kmem_cache_free(peer_cachep, container_of(head, struct inet_peer, rcu)); in inetpeer_free_rcu() 379 call_rcu(&p->rcu, inetpeer_free_rcu); in unlink_from_pool()
|
/linux-4.1.27/include/net/phonet/ |
D | pn_dev.h | 37 struct rcu_head rcu; member
|
/linux-4.1.27/net/mpls/ |
D | internal.h | 19 struct rcu_head rcu; member
|
/linux-4.1.27/security/selinux/include/ |
D | objsec.h | 44 struct rcu_head rcu; /* for freeing the inode_security_struct */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 62 struct rcu_head rcu; member 204 struct rcu_head rcu; /* to avoid race with update stats on free */ member 226 struct rcu_head rcu; member
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 522 static void ocrdma_remove_free(struct rcu_head *rcu) in ocrdma_remove_free() argument 524 struct ocrdma_dev *dev = container_of(rcu, struct ocrdma_dev, rcu); in ocrdma_remove_free() 549 call_rcu(&dev->rcu, ocrdma_remove_free); in ocrdma_remove()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_pathtbl.c | 36 struct rcu_head rcu; member 497 kfree_rcu(gate, rcu); in mesh_gate_del() 612 static void mesh_table_free_rcu(struct rcu_head *rcu) in mesh_table_free_rcu() argument 614 struct mesh_table *tbl = container_of(rcu, struct mesh_table, rcu_head); in mesh_table_free_rcu() 781 struct mpath_node *node = container_of(rp, struct mpath_node, rcu); in mesh_path_node_reclaim() 800 call_rcu(&node->rcu, mesh_path_node_reclaim); in __mesh_path_del()
|
D | mesh.h | 112 struct rcu_head rcu; member
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 109 struct rcu_head rcu; member 514 kfree_rcu(seq, rcu); in tipc_nametbl_remove_publ() 713 kfree_rcu(publ, rcu); in tipc_nametbl_withdraw() 770 kfree_rcu(seq, rcu); in tipc_nametbl_unsubscribe() 816 kfree_rcu(publ, rcu); in tipc_purge_publications() 822 kfree_rcu(seq, rcu); in tipc_purge_publications()
|
D | name_table.h | 83 struct rcu_head rcu; member
|
D | node.h | 138 struct rcu_head rcu; member
|
D | bearer.h | 158 struct rcu_head rcu; member
|
D | name_distr.c | 290 kfree_rcu(p, rcu); in tipc_publ_purge() 330 kfree_rcu(publ, rcu); in tipc_update_nametbl()
|
/linux-4.1.27/include/net/caif/ |
D | cfsrvl.h | 25 struct rcu_head rcu; member
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.h | 55 struct rcu_head rcu; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlb.h | 39 struct rcu_head rcu; member
|
/linux-4.1.27/fs/nfs/ |
D | delegation.h | 25 struct rcu_head rcu; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | irq.c | 198 struct rcu_head rcu; member 242 kfree_rcu(p, rcu); in unregister_external_irq()
|
/linux-4.1.27/fs/ |
D | file.c | 54 static void free_fdtable_rcu(struct rcu_head *rcu) in free_fdtable_rcu() argument 56 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu() 171 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
|
D | timerfd.c | 41 struct rcu_head rcu; member 215 kfree_rcu(ctx, rcu); in timerfd_release()
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 119 static void lazy_free_sbi(struct rcu_head *rcu) in lazy_free_sbi() argument 121 free_sbi(container_of(rcu, struct hpfs_sb_info, rcu)); in lazy_free_sbi() 129 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi); in hpfs_put_super()
|
D | hpfs_fn.h | 88 struct rcu_head rcu; member
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 45 struct rcu_head rcu; member 143 kfree_rcu(walk, rcu); in dev_exception_rm() 154 kfree_rcu(ex, rcu); in __dev_exception_clean()
|
/linux-4.1.27/include/asm-generic/ |
D | tlb.h | 52 struct rcu_head rcu; member
|
/linux-4.1.27/fs/ncpfs/ |
D | ncp_fs_sb.h | 41 struct rcu_head rcu; member
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 820 static void encrypted_rcu_free(struct rcu_head *rcu) in encrypted_rcu_free() argument 824 epayload = container_of(rcu, struct encrypted_key_payload, rcu); in encrypted_rcu_free() 882 call_rcu(&epayload->rcu, encrypted_rcu_free); in encrypted_update()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 58 struct rcu_head rcu; member 86 kfree(container_of(head, struct clusterip_config, rcu)); in clusterip_config_rcu_free() 93 call_rcu_bh(&c->rcu, clusterip_config_rcu_free); in clusterip_config_put()
|
/linux-4.1.27/fs/adfs/ |
D | adfs.h | 50 struct rcu_head rcu; /* used only at shutdown time */ member
|
/linux-4.1.27/net/sctp/ |
D | bind_addr.c | 139 kfree_rcu(addr, rcu); in sctp_bind_addr_clean() 206 kfree_rcu(addr, rcu); in sctp_del_bind_addr()
|
D | transport.c | 160 transport = container_of(head, struct sctp_transport, rcu); in sctp_transport_destroy_rcu() 182 call_rcu(&transport->rcu, sctp_transport_destroy_rcu); in sctp_transport_destroy()
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | irq.c | 177 kfree_rcu(sn_irq_info, rcu); in sn_retarget_vector() 393 kfree_rcu(sn_irq_info, rcu); in sn_irq_unfixup()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 956 call_rcu(&neigh->rcu, ipoib_neigh_reclaim); in __ipoib_reap_neigh() 1085 struct ipoib_neigh *neigh = container_of(rp, struct ipoib_neigh, rcu); in ipoib_neigh_reclaim() 1119 call_rcu(&neigh->rcu, ipoib_neigh_reclaim); in ipoib_neigh_free() 1165 rcu); in neigh_hash_free_rcu() 1204 call_rcu(&neigh->rcu, ipoib_neigh_reclaim); in ipoib_del_neighs_by_gid() 1246 call_rcu(&neigh->rcu, ipoib_neigh_reclaim); in ipoib_flush_neighs() 1252 call_rcu(&htbl->rcu, neigh_hash_free_rcu); in ipoib_flush_neighs()
|
D | ipoib.h | 289 struct rcu_head rcu; member 433 struct rcu_head rcu; member
|
/linux-4.1.27/ipc/ |
D | util.h | 51 struct rcu_head rcu; member
|
D | util.c | 463 call_rcu(&p->rcu, func); in ipc_rcu_putref() 468 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in ipc_rcu_free()
|
D | sem.c | 124 struct rcu_head rcu; /* rcu struct for sem_undo */ member 248 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in sem_rcu_free() 1103 kfree_rcu(un, rcu); in freeary() 2172 kfree_rcu(un, rcu); in exit_sem()
|
/linux-4.1.27/net/netfilter/ |
D | xt_RATEEST.c | 72 kfree_rcu(est, rcu); in xt_rateest_put()
|
D | nf_conntrack_extend.c | 113 kfree_rcu(old, rcu); in __nf_ct_ext_add_length()
|
D | xt_hashlimit.c | 92 struct rcu_head rcu; member 204 struct dsthash_ent *ent = container_of(head, struct dsthash_ent, rcu); in dsthash_free_rcu() 213 call_rcu_bh(&ent->rcu, dsthash_free_rcu); in dsthash_free()
|
D | nf_conntrack_expect.c | 326 exp = container_of(head, struct nf_conntrack_expect, rcu); in nf_ct_expect_free_rcu() 333 call_rcu(&exp->rcu, nf_ct_expect_free_rcu); in nf_ct_expect_put()
|
D | nfnetlink_log.c | 77 struct rcu_head rcu; member 137 container_of(head, struct nfulnl_instance, rcu); in nfulnl_instance_free_rcu() 148 call_rcu_bh(&inst->rcu, nfulnl_instance_free_rcu); in instance_put()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 91 struct rcu_head rcu; member
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hugetlbpage.c | 452 struct rcu_head rcu; member 462 container_of(head, struct hugepd_freelist, rcu); in hugepd_free_rcu_callback() 492 call_rcu_sched(&(*batchp)->rcu, hugepd_free_rcu_callback); in hugepd_free()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 45 TORTURE_SUITE=rcu
|
/linux-4.1.27/security/apparmor/include/ |
D | policy.h | 201 struct rcu_head rcu; member
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlb.h | 45 struct rcu_head rcu; member
|
/linux-4.1.27/fs/autofs4/ |
D | autofs_i.h | 129 struct rcu_head rcu; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.h | 267 struct rcu_head rcu; /* to avoid race on free */ member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 270 struct rcu_head rcu; /* to avoid race on free */ member
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayoutdev.c | 58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_qmss.h | 289 struct rcu_head rcu; member
|
/linux-4.1.27/drivers/dma-buf/ |
D | fence.c | 190 kfree_rcu(fence, rcu); in fence_free()
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_core.h | 172 struct rcu_head rcu; member
|
/linux-4.1.27/Documentation/ |
D | kref.txt | 256 The function kref_get_unless_zero also makes it possible to use rcu 297 rcu grace period after release_entry_rcu was called. That can be accomplished
|
/linux-4.1.27/net/802/ |
D | garp.c | 556 kfree_rcu(port, rcu); in garp_release_port() 621 kfree_rcu(app, rcu); in garp_uninit_applicant()
|
/linux-4.1.27/drivers/net/ |
D | macvlan.c | 46 struct rcu_head rcu; member 58 struct rcu_head rcu; member 160 kfree_rcu(entry, rcu); in macvlan_hash_del_source() 1120 kfree_rcu(port, rcu); in macvlan_port_destroy()
|
/linux-4.1.27/net/bluetooth/ |
D | 6lowpan.c | 66 struct rcu_head rcu; member 100 kfree_rcu(peer, rcu); in peer_del() 1210 kfree_rcu(peer, rcu); in disconnect_all_peers()
|