1 // SPDX-FileCopyrightText: 2009 Paul E. McKenney, IBM Corporation.
2 // SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 // SPDX-License-Identifier: LGPL-2.1-or-later
7 * Userspace RCU header -- name mapping to allow multiple flavors to be
8 * used in the same executable.
10 * LGPL-compatible code should include this header with :
15 * IBM's contributions to this file may be relicensed under LGPLv2 or later.
20 #undef rcu_read_unlock
21 #undef _rcu_read_unlock
22 #undef rcu_read_ongoing
23 #undef _rcu_read_ongoing
24 #undef rcu_quiescent_state
25 #undef _rcu_quiescent_state
26 #undef rcu_thread_offline
27 #undef rcu_thread_online
28 #undef rcu_register_thread
29 #undef rcu_unregister_thread
32 #undef synchronize_rcu
36 #undef get_cpu_call_rcu_data
37 #undef get_call_rcu_thread
38 #undef create_call_rcu_data
39 #undef set_cpu_call_rcu_data
40 #undef get_default_call_rcu_data
41 #undef get_call_rcu_data
42 #undef get_thread_call_rcu_data
43 #undef set_thread_call_rcu_data
44 #undef create_all_cpu_call_rcu_data
45 #undef free_all_cpu_call_rcu_data
47 #undef call_rcu_data_free
48 #undef call_rcu_before_fork
49 #undef call_rcu_after_fork_parent
50 #undef call_rcu_after_fork_child
54 #undef rcu_defer_register_thread
55 #undef rcu_defer_unregister_thread
56 #undef rcu_defer_barrier
58 #undef rcu_defer_barrier_thread
63 #undef urcu_register_rculfhash_atfork
64 #undef urcu_unregister_rculfhash_atfork
66 #undef start_poll_synchronize_rcu
67 #undef poll_state_synchronize_rcu
This page took 0.037701 seconds and 4 git commands to generate.