We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b389c commit 4cfcbddCopy full SHA for 4cfcbdd
include/linux/srcu.h
@@ -52,6 +52,8 @@ int init_srcu_struct(struct srcu_struct *ssp);
52
#else
53
/* Dummy definition for things like notifiers. Actual use gets link error. */
54
struct srcu_struct { };
55
+int __srcu_read_lock_nmisafe(struct srcu_struct *ssp, bool chknmisafe) __acquires(ssp);
56
+void __srcu_read_unlock_nmisafe(struct srcu_struct *ssp, int idx, bool chknmisafe) __releases(ssp);
57
#endif
58
59
void call_srcu(struct srcu_struct *ssp, struct rcu_head *head,
0 commit comments