Home
last modified time | relevance | path

Searched refs:srcu_down_read (Results 1 – 6 of 6) sorted by relevance

/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt60 | srcu_down_read | |
H A Dexplanation.txt1897 3. The srcu_down_read() and srcu_up_read() primitives work
1960 srcu_down_read() to pass the index it gets to an srcu_up_read() call
1970 A: r0 = srcu_down_read(&s);
/linux/include/linux/
H A Dsrcu.h356 static inline int srcu_down_read(struct srcu_struct *ssp) __acquires(ssp) in srcu_down_read() function
/linux/tools/memory-model/
H A Dlinux-kernel.def55 srcu_down_read(X) __load{srcu-lock}(*X)
/linux/kernel/rcu/
H A Dupdate.c612 idx = srcu_down_read(&early_srcu); in early_boot_test_call_rcu()
H A Drcutorture.c783 idx = srcu_down_read(srcu_ctlp); in srcu_torture_down_read()