You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
11 lines
219 B
C
11 lines
219 B
C
|
|
|
||
|
|
/*
|
||
|
|
* 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);
|
||
|
|
|