repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
input: remove driver_data direct access of struct device
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
kernel
/
rcutree.h
blob
5e872bbf07f5b70d7af9d0154abd9926d3381fe0
1
2
/*
3
* RCU implementation internal declarations:
4
*/
5
extern
struct
rcu_state rcu_state
;
6
DECLARE_PER_CPU
(
struct
rcu_data
,
rcu_data
);
7
8
extern
struct
rcu_state rcu_bh_state
;
9
DECLARE_PER_CPU
(
struct
rcu_data
,
rcu_bh_data
);
10