Home
last modified time | relevance | path

Searched refs:rcu_barrier (Results 1 – 25 of 103) sorted by relevance

12345

/linux/tools/testing/radix-tree/
H A Dmain.c246 rcu_barrier(); in single_thread_tests()
250 rcu_barrier(); in single_thread_tests()
254 rcu_barrier(); in single_thread_tests()
258 rcu_barrier(); in single_thread_tests()
262 rcu_barrier(); in single_thread_tests()
267 rcu_barrier(); in single_thread_tests()
271 rcu_barrier(); in single_thread_tests()
279 rcu_barrier(); in single_thread_tests()
322 rcu_barrier(); in main()
H A Dtag_check.c55 rcu_barrier(); in simple_checks()
339 rcu_barrier(); in tag_check()
343 rcu_barrier(); in tag_check()
346 rcu_barrier(); in tag_check()
349 rcu_barrier(); in tag_check()
H A Diteration_check.c84 rcu_barrier(); in tagged_iteration_fn()
117 rcu_barrier(); in untagged_iteration_fn()
H A Dxarray.c25 rcu_barrier(); in main()
H A Dbenchmark.c134 rcu_barrier(); in benchmark_size()
H A Dtest.c191 rcu_barrier(); in tag_tagged_items()
/linux/kernel/rcu/
H A Dtiny.c45 void rcu_barrier(void) in rcu_barrier() function
49 EXPORT_SYMBOL(rcu_barrier);
H A Dsync.c187 rcu_barrier(); in rcu_sync_dtor()
/linux/fs/afs/
H A Dmain.c210 rcu_barrier(); in afs_init()
234 rcu_barrier(); in afs_exit()
/linux/drivers/net/wireguard/selftest/
H A Dratelimiter.c41 rcu_barrier(); in timings_test()
103 rcu_barrier(); in capacity_test()
/linux/include/linux/
H A Drcutree.h38 void rcu_barrier(void);
H A Drcutiny.h82 extern void rcu_barrier(void);
/linux/net/sunrpc/
H A Dsunrpc_syms.c160 rcu_barrier(); /* Wait for completion of call_rcu()'s */ in cleanup_sunrpc()
/linux/drivers/target/
H A Dtarget_core_hba.c81 rcu_barrier(); in target_backend_unregister()
/linux/net/tipc/
H A Dcore.c224 rcu_barrier(); in tipc_exit()
/linux/drivers/net/wireguard/
H A Dratelimiter.c213 rcu_barrier(); in wg_ratelimiter_uninit()
/linux/mm/
H A Dslab_common.c557 rcu_barrier(); in kmem_cache_destroy()
594 rcu_barrier(); in kmem_cache_destroy()
1346 rcu_barrier(); in kvfree_rcu_barrier()
1352 rcu_barrier(); in kvfree_rcu_barrier_on_cache()
2197 rcu_barrier(); in kvfree_rcu_barrier_on_cache()
/linux/net/rxrpc/
H A Drxperf.c686 rcu_barrier(); in rxperf_init()
700 rcu_barrier(); in rxperf_exit()
/linux/drivers/net/ovpn/
H A Dmain.c305 rcu_barrier(); in ovpn_cleanup()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1870 RCU therefore provides rcu_barrier(), which waits until all
1873 invocation of call_rcu(), then invoke rcu_barrier(). In theory,
1874 the underlying module-unload code could invoke rcu_barrier()
1880 rcu_barrier() into RCU. The need for rcu_barrier() for module
1885 The rcu_barrier() function is not, repeat,
1889 rcu_barrier() is within its rights to return immediately. Even if
1890 there are callbacks posted, rcu_barrier() does not necessarily need
1897 | complete, and rcu_barrier() must wait for each pre-existing |
1898 | callback to be invoked. Doesn't rcu_barrier() therefore need to |
1907 | time rcu_barrier() is invoked. In that case, rcu_barrier() |
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_hash_ip.c321 rcu_barrier(); in hash_ip_fini()
H A Dip_set_hash_ipmark.c330 rcu_barrier(); in hash_ipmark_fini()
/linux/net/ipv6/
H A Dxfrm6_tunnel.c395 rcu_barrier(); in xfrm6_tunnel_fini()
/linux/fs/jffs2/
H A Dsuper.c433 rcu_barrier(); in exit_jffs2_fs()
/linux/fs/ext4/
H A Dblock_validity.c42 rcu_barrier(); in ext4_exit_system_zone()

12345