Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsrcu.h268 static inline int srcu_down_read(struct srcu_struct *ssp) __acquires(ssp) in srcu_down_read() function
/linux-6.6.21/kernel/rcu/
Dupdate.c605 idx = srcu_down_read(&early_srcu); in early_boot_test_call_rcu()
/linux-6.6.21/tools/memory-model/
Dlinux-kernel.def55 srcu_down_read(X) __load{srcu-lock}(*X)
/linux-6.6.21/tools/memory-model/Documentation/
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);