Home
last modified time | relevance | path

Searched refs:rcu (Results 1 – 25 of 156) sorted by relevance

1234567

/linux-4.19.296/lib/
Dpercpu-refcount.c114 static void percpu_ref_call_confirm_rcu(struct rcu_head *rcu) in percpu_ref_call_confirm_rcu() argument
116 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_call_confirm_rcu()
126 static void percpu_ref_switch_to_atomic_rcu(struct rcu_head *rcu) in percpu_ref_switch_to_atomic_rcu() argument
128 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_switch_to_atomic_rcu()
158 percpu_ref_call_confirm_rcu(rcu); in percpu_ref_switch_to_atomic_rcu()
184 call_rcu_sched(&ref->rcu, percpu_ref_switch_to_atomic_rcu); in __percpu_ref_switch_to_atomic()
Dprime_numbers.c11 struct rcu_head rcu; member
153 kfree_rcu((struct primes *)p, rcu); in expand_to_next_prime()
168 kfree_rcu((struct primes *)p, rcu); in free_primes()
/linux-4.19.296/fs/btrfs/
Drcu-string.h10 struct rcu_head rcu; member
32 kfree_rcu(str, rcu); in rcu_string_free()
/linux-4.19.296/fs/ecryptfs/
Ddentry.c71 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.19.296/include/linux/
Digmp.h44 struct rcu_head rcu; member
62 struct rcu_head rcu; member
96 struct rcu_head rcu; member
Dipc.h27 struct rcu_head rcu; member
/linux-4.19.296/include/linux/netfilter/ipset/
Dip_set_comment.h31 kfree_rcu(c, rcu); in ip_set_init_comment()
71 kfree_rcu(c, rcu); in ip_set_comment_free()
/linux-4.19.296/include/net/netfilter/
Dnf_conntrack_extend.h46 struct rcu_head rcu; member
81 kfree_rcu(ct->ext, rcu); in nf_ct_ext_free()
Dxt_rateest.h18 struct rcu_head rcu; member
/linux-4.19.296/include/net/
Dif_inet6.h87 struct rcu_head rcu; member
109 struct rcu_head rcu; member
218 struct rcu_head rcu; member
Dgarp.h108 struct rcu_head rcu; member
113 struct rcu_head rcu; member
Dfib_rules.h45 struct rcu_head rcu; member
97 struct rcu_head rcu; member
132 kfree_rcu(rule, rcu); in fib_rule_put()
Dmrp.h122 struct rcu_head rcu; member
128 struct rcu_head rcu; member
Dip6_fib.h84 struct rcu_head rcu; member
119 struct rcu_head rcu; member
178 struct rcu_head rcu; member
296 call_rcu(&f6i->rcu, fib6_info_destroy_rcu); in fib6_info_release()
Dcalipso.h62 struct rcu_head rcu; member
Dnetprio_cgroup.h23 struct rcu_head rcu; member
/linux-4.19.296/drivers/misc/cxl/
Dcontext.c328 static void reclaim_ctx(struct rcu_head *rcu) in reclaim_ctx() argument
330 struct cxl_context *ctx = container_of(rcu, struct cxl_context, rcu); in reclaim_ctx()
353 call_rcu(&ctx->rcu, reclaim_ctx); in cxl_context_free()
/linux-4.19.296/fs/ext4/
Dblock_validity.c229 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone() argument
233 system_blks = container_of(rcu, struct ext4_system_blocks, rcu); in ext4_destroy_system_zone()
324 call_rcu(&system_blks->rcu, ext4_destroy_system_zone); in ext4_release_system_zone()
/linux-4.19.296/fs/afs/
Dproc.c49 __acquires(rcu) in afs_proc_cells_start()
61 __releases(rcu) in afs_proc_cells_stop()
269 __acquires(rcu) in afs_proc_cell_vlservers_start()
308 __releases(rcu) in afs_proc_cell_vlservers_stop()
349 __acquires(rcu) in afs_proc_servers_start()
361 __releases(rcu) in afs_proc_servers_stop()
Dsecurity.c55 static void afs_permits_rcu(struct rcu_head *rcu) in afs_permits_rcu() argument
58 container_of(rcu, struct afs_permits, rcu); in afs_permits_rcu()
75 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
/linux-4.19.296/include/keys/
Dencrypted-type.h22 struct rcu_head rcu; member
Dtrusted-type.h24 struct rcu_head rcu; member
/linux-4.19.296/include/net/tc_act/
Dtc_skbmod.h17 struct rcu_head rcu; member
Dtc_csum.h11 struct rcu_head rcu; member
/linux-4.19.296/include/net/netns/
Dgeneric.h32 struct rcu_head rcu; member

1234567