Home
last modified time | relevance | path

Searched refs:srcu_up_read (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dsrcu.h323 static inline void srcu_up_read(struct srcu_struct *ssp, int idx) in srcu_up_read() function
/openbmc/linux/kernel/rcu/
H A Dupdate.c606 srcu_up_read(&early_srcu, idx); in early_boot_test_call_rcu()
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.def56 srcu_up_read(X,Y) { __store{srcu-unlock}(*X,Y); }
/openbmc/linux/tools/memory-model/Documentation/
H A Dexplanation.txt1897 3. The srcu_down_read() and srcu_up_read() primitives work
1956 srcu_read_unlock() or srcu_up_read() calls.
1960 srcu_down_read() to pass the index it gets to an srcu_up_read() call
1979 D: srcu_up_read(&s, r1);