Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
52f97df5da1f94d2b7db1bb53a2f053ae162b649
/
.
/
kernel
/
rcutree.h
blob: 5e872bbf07f5b70d7af9d0154abd9926d3381fe0 [
file
] [
log
] [
blame
]
/*
* RCU implementation internal declarations:
*/
extern
struct
rcu_state rcu_state
;
DECLARE_PER_CPU
(
struct
rcu_data
,
rcu_data
);
extern
struct
rcu_state rcu_bh_state
;
DECLARE_PER_CPU
(
struct
rcu_data
,
rcu_bh_data
);